From db766aeb9b0c935dafdf4af3151b8a0f002d74de Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 30 Aug 2024 01:56:02 +0000 Subject: [PATCH] Version bump, changelog update --- .changeset/sharp-camels-collect.md | 5 --- CHANGELOG.md | 47 +++++++++++++++------------ package-lock.json | 6 ++-- package.json | 2 +- packages/pastebar-app-ui/CHANGELOG.md | 6 ++++ packages/pastebar-app-ui/package.json | 2 +- 6 files changed, 37 insertions(+), 31 deletions(-) delete mode 100644 .changeset/sharp-camels-collect.md diff --git a/.changeset/sharp-camels-collect.md b/.changeset/sharp-camels-collect.md deleted file mode 100644 index 0ed84fa2..00000000 --- a/.changeset/sharp-camels-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pastebar-app-ui': patch ---- - -Fix: Autogenerate link settings not working in Quick Paste Window diff --git a/CHANGELOG.md b/CHANGELOG.md index 40efa0cc..12b353ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,40 @@ # pastebar-app +## 0.6.1 + +### Patch Changes + +- cf24d8f: Fix: Autogenerate link settings not working in Quick Paste Window + ## 0.6.0 ### Minor Changes -- Added support for zhCN Simplified Chinese language translation (thanks to @katelya77) -- Added support for UK Ukrainian language with auto-generated translation (seeking help to improve) -- Added support for esES Spanish language with auto-generated translation (seeking help to improve) -- Added support for IT Italian language with auto-generated translation (seeking help to improve) -- Added data-fn locale for each language -- Added global hotkeys for show/hide the main app window option -- Added global hotkeys for show/hide Quick Paste window near user's current cursor position -- Added hide the app dock icon (macOS) option -- Added "The app starts with main window hidden" option -- Added "Show navbar elements on hover only" option -- Added "Hide collections name on the navbar" option -- Added quick copy/paste access to first 10 history items using keyboard, press Ctrl + [number] (copy) or Ctrl + Alt (Cmd) + [number] -- Added PasteBar Quick Paste window with keyboard navigation and global hotkeys, Enter or Ctrl + [number] to paste, Ctrl + F to search -- Added Ctrl + click or Cmd + click to multi select/deselect history items -- Fixed a bug where the contact form used an invalid link on Windows (#125) -- Fixed a bug causing a markdown undefined error on window +- 78957f4: Added support for zhCN Simplified Chinese language translation (thanks to @katelya77) + Added support for UK Ukrainian language with auto-generated translation (seeking help to improve) + Added support for esES Spanish language with auto-generated translation (seeking help to improve) + Added support for IT Italian language with auto-generated translation (seeking help to improve) + Added data-fn locale for each language + Added global hotkeys for show/hide the main app window option + Added global hotkeys for show/hide Quick Paste window near user's current cursor position + Added hide the app dock icon (macOS) option + Added "The app starts with main window hidden" option + Added "Show navbar elements on hover only" option + Added "Hide collections name on the navbar" option + Added PasteBar Quick Paste window with keyboard navigation, Enter or Ctrl + [number] to paste, Ctrl + F to search + Added Ctrl + click or Cmd + click to multi select/deselect history items + Fixed a bug where the contact form used an invalid link on Windows (#125) + Fixed a bug causing a markdown undefined error on window ## 0.5.2 ### Patch Changes -- Added excluded apps list in clipboard settings -- Added copied item source app hover indicator on history item -- Added "Exclude Source App and Delete" option in history item context menu -- Added "Add to Filter by Source App" option in history item context menu -- Added new source app filter in history filters +- 84d2007: Added excluded apps list in clipboard settings + Added copied item source app hover indicator on history item + Added "Exclude Source App and Delete" option in history item context menu + Added "Add to Filter by Source App" option in history item context menu + Added new source app filter in history filters ## 0.5.1 diff --git a/package-lock.json b/package-lock.json index 745aa0c1..f8a256d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pastebar-app", - "version": "0.5.5", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pastebar-app", - "version": "0.5.5", + "version": "0.6.0", "workspaces": [ "packages/pastebar-app-ui" ], @@ -19196,7 +19196,7 @@ } }, "packages/pastebar-app-ui": { - "version": "0.5.2", + "version": "0.6.0", "dependencies": { "@codastic/react-positioning-portal": "^0.7.0", "@dnd-kit/core": "^6.1.0", diff --git a/package.json b/package.json index 088a02c9..578ba5a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pastebar-app", - "version": "0.6.0", + "version": "0.6.1", "private": true, "scripts": { "dev": "tauri dev", diff --git a/packages/pastebar-app-ui/CHANGELOG.md b/packages/pastebar-app-ui/CHANGELOG.md index 913cf40f..12b353ac 100644 --- a/packages/pastebar-app-ui/CHANGELOG.md +++ b/packages/pastebar-app-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # pastebar-app +## 0.6.1 + +### Patch Changes + +- cf24d8f: Fix: Autogenerate link settings not working in Quick Paste Window + ## 0.6.0 ### Minor Changes diff --git a/packages/pastebar-app-ui/package.json b/packages/pastebar-app-ui/package.json index 3ff19ec7..a8feee4e 100644 --- a/packages/pastebar-app-ui/package.json +++ b/packages/pastebar-app-ui/package.json @@ -1,6 +1,6 @@ { "name": "pastebar-app-ui", - "version": "0.6.0", + "version": "0.6.1", "private": true, "scripts": { "dev": "vite",