Version bump, changelog update

This commit is contained in:
github-actions 2024-08-30 01:56:02 +00:00
parent 72fa0b9c61
commit db766aeb9b
6 changed files with 37 additions and 31 deletions

View File

@ -1,5 +0,0 @@
---
'pastebar-app-ui': patch
---
Fix: Autogenerate link settings not working in Quick Paste Window

View File

@ -1,35 +1,40 @@
# pastebar-app # pastebar-app
## 0.6.1
### Patch Changes
- cf24d8f: Fix: Autogenerate link settings not working in Quick Paste Window
## 0.6.0 ## 0.6.0
### Minor Changes ### Minor Changes
- Added support for zhCN Simplified Chinese language translation (thanks to @katelya77) - 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 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 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 support for IT Italian language with auto-generated translation (seeking help to improve)
- Added data-fn locale for each language Added data-fn locale for each language
- Added global hotkeys for show/hide the main app window option 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 global hotkeys for show/hide Quick Paste window near user's current cursor position
- Added hide the app dock icon (macOS) option Added hide the app dock icon (macOS) option
- Added "The app starts with main window hidden" option Added "The app starts with main window hidden" option
- Added "Show navbar elements on hover only" option Added "Show navbar elements on hover only" option
- Added "Hide collections name on the navbar" 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, Enter or Ctrl + [number] to paste, Ctrl + F to search
- 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
- 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 where the contact form used an invalid link on Windows (#125) Fixed a bug causing a markdown undefined error on window
- Fixed a bug causing a markdown undefined error on window
## 0.5.2 ## 0.5.2
### Patch Changes ### Patch Changes
- Added excluded apps list in clipboard settings - 84d2007: Added excluded apps list in clipboard settings
- Added copied item source app hover indicator on history item Added copied item source app hover indicator on history item
- Added "Exclude Source App and Delete" option in history item context menu 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 "Add to Filter by Source App" option in history item context menu
- Added new source app filter in history filters Added new source app filter in history filters
## 0.5.1 ## 0.5.1

6
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "pastebar-app", "name": "pastebar-app",
"version": "0.5.5", "version": "0.6.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pastebar-app", "name": "pastebar-app",
"version": "0.5.5", "version": "0.6.0",
"workspaces": [ "workspaces": [
"packages/pastebar-app-ui" "packages/pastebar-app-ui"
], ],
@ -19196,7 +19196,7 @@
} }
}, },
"packages/pastebar-app-ui": { "packages/pastebar-app-ui": {
"version": "0.5.2", "version": "0.6.0",
"dependencies": { "dependencies": {
"@codastic/react-positioning-portal": "^0.7.0", "@codastic/react-positioning-portal": "^0.7.0",
"@dnd-kit/core": "^6.1.0", "@dnd-kit/core": "^6.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "pastebar-app", "name": "pastebar-app",
"version": "0.6.0", "version": "0.6.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "tauri dev", "dev": "tauri dev",

View File

@ -1,5 +1,11 @@
# pastebar-app # pastebar-app
## 0.6.1
### Patch Changes
- cf24d8f: Fix: Autogenerate link settings not working in Quick Paste Window
## 0.6.0 ## 0.6.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "pastebar-app-ui", "name": "pastebar-app-ui",
"version": "0.6.0", "version": "0.6.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",