Skip to content

Commit

Permalink
Merge pull request #159 from PasteBar/version-bump-72fa0b9c61a3972034…
Browse files Browse the repository at this point in the history
…b8c5e985592e6764e809e3

Version Bump and Changelog Update
  • Loading branch information
kurdin authored Sep 1, 2024
2 parents 72fa0b9 + db766ae commit fa21247
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/sharp-camels-collect.md

This file was deleted.

47 changes: 26 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pastebar-app",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"dev": "tauri dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/pastebar-app-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/pastebar-app-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pastebar-app-ui",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit fa21247

Please sign in to comment.