Merge pull request #159 from PasteBar/version-bump-72fa0b9c61a3972034b8c5e985592e6764e809e3

Version Bump and Changelog Update
This commit is contained in:
Sergey 2024-09-01 13:03:02 -04:00 committed by GitHub
commit fa21247b6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
## 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

6
package-lock.json generated
View File

@ -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",

View File

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

View File

@ -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

View File

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