|
1 | 1 | # pastebar-app
|
2 | 2 |
|
| 3 | +## 0.6.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- cf24d8f: Fix: Autogenerate link settings not working in Quick Paste Window |
| 8 | + |
3 | 9 | ## 0.6.0
|
4 | 10 |
|
5 | 11 | ### Minor Changes
|
6 | 12 |
|
7 |
| -- Added support for zhCN Simplified Chinese language translation (thanks to @katelya77) |
8 |
| -- Added support for UK Ukrainian language with auto-generated translation (seeking help to improve) |
9 |
| -- Added support for esES Spanish language with auto-generated translation (seeking help to improve) |
10 |
| -- Added support for IT Italian language with auto-generated translation (seeking help to improve) |
11 |
| -- Added data-fn locale for each language |
12 |
| -- Added global hotkeys for show/hide the main app window option |
13 |
| -- Added global hotkeys for show/hide Quick Paste window near user's current cursor position |
14 |
| -- Added hide the app dock icon (macOS) option |
15 |
| -- Added "The app starts with main window hidden" option |
16 |
| -- Added "Show navbar elements on hover only" option |
17 |
| -- Added "Hide collections name on the navbar" option |
18 |
| -- Added quick copy/paste access to first 10 history items using keyboard, press Ctrl + [number] (copy) or Ctrl + Alt (Cmd) + [number] |
19 |
| -- Added PasteBar Quick Paste window with keyboard navigation and global hotkeys, Enter or Ctrl + [number] to paste, Ctrl + F to search |
20 |
| -- Added Ctrl + click or Cmd + click to multi select/deselect history items |
21 |
| -- Fixed a bug where the contact form used an invalid link on Windows (#125) |
22 |
| -- Fixed a bug causing a markdown undefined error on window |
| 13 | +- 78957f4: Added support for zhCN Simplified Chinese language translation (thanks to @katelya77) |
| 14 | + Added support for UK Ukrainian language with auto-generated translation (seeking help to improve) |
| 15 | + Added support for esES Spanish language with auto-generated translation (seeking help to improve) |
| 16 | + Added support for IT Italian language with auto-generated translation (seeking help to improve) |
| 17 | + Added data-fn locale for each language |
| 18 | + Added global hotkeys for show/hide the main app window option |
| 19 | + Added global hotkeys for show/hide Quick Paste window near user's current cursor position |
| 20 | + Added hide the app dock icon (macOS) option |
| 21 | + Added "The app starts with main window hidden" option |
| 22 | + Added "Show navbar elements on hover only" option |
| 23 | + Added "Hide collections name on the navbar" option |
| 24 | + Added PasteBar Quick Paste window with keyboard navigation, Enter or Ctrl + [number] to paste, Ctrl + F to search |
| 25 | + Added Ctrl + click or Cmd + click to multi select/deselect history items |
| 26 | + Fixed a bug where the contact form used an invalid link on Windows (#125) |
| 27 | + Fixed a bug causing a markdown undefined error on window |
23 | 28 |
|
24 | 29 | ## 0.5.2
|
25 | 30 |
|
26 | 31 | ### Patch Changes
|
27 | 32 |
|
28 |
| -- Added excluded apps list in clipboard settings |
29 |
| -- Added copied item source app hover indicator on history item |
30 |
| -- Added "Exclude Source App and Delete" option in history item context menu |
31 |
| -- Added "Add to Filter by Source App" option in history item context menu |
32 |
| -- Added new source app filter in history filters |
| 33 | +- 84d2007: Added excluded apps list in clipboard settings |
| 34 | + Added copied item source app hover indicator on history item |
| 35 | + Added "Exclude Source App and Delete" option in history item context menu |
| 36 | + Added "Add to Filter by Source App" option in history item context menu |
| 37 | + Added new source app filter in history filters |
33 | 38 |
|
34 | 39 | ## 0.5.1
|
35 | 40 |
|
|
0 commit comments