diff --git a/Changelog.md b/Changelog.md index b41b5c3..90c1b77 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,14 @@ +### [0.5.1] - July 02, 2024 + +- Apply text formatting to trimmed text on keyboard shortcuts +- add tooltip to gemini icon +- fix share dialog UI +- add import icon +- fix policies text color +- Summary is local Only +- fix: horizontal line was not visible +- update summary prompt + ### [0.5.0] - Jun 29, 2024 - Summarize log using Gemini diff --git a/package.json b/package.json index 145a285..a4210be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pastelog", - "version": "0.5.0", + "version": "0.5.1", "private": true, "scripts": { "dev": "next dev",