Skip to content

Commit db766ae

Browse files
author
github-actions
committed
Version bump, changelog update
1 parent 72fa0b9 commit db766ae

File tree

6 files changed

+37
-31
lines changed

6 files changed

+37
-31
lines changed

.changeset/sharp-camels-collect.md

-5
This file was deleted.

CHANGELOG.md

+26-21
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,40 @@
11
# pastebar-app
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- cf24d8f: Fix: Autogenerate link settings not working in Quick Paste Window
8+
39
## 0.6.0
410

511
### Minor Changes
612

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
2328

2429
## 0.5.2
2530

2631
### Patch Changes
2732

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
3338

3439
## 0.5.1
3540

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pastebar-app",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"private": true,
55
"scripts": {
66
"dev": "tauri dev",

packages/pastebar-app-ui/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pastebar-app
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- cf24d8f: Fix: Autogenerate link settings not working in Quick Paste Window
8+
39
## 0.6.0
410

511
### Minor Changes

packages/pastebar-app-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pastebar-app-ui",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)