Skip to content

Commit

Permalink
Update changelog and version for 2.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Maddock <[email protected]>
  • Loading branch information
EbonJaeger committed Nov 25, 2022
1 parent 5a4ccd7 commit a568eec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.1.2] - 2022-11-24

- Fix monitoring for given file on FreeBSD
- Escape file names in all cases as URIs
- Fix memory safety issue with error handling

## [v2.1.1] - 2022-06-15

- Restore trashed files asynchronously
Expand All @@ -33,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add appstream info file
- Various style changes

[unreleased]: https://github.com/EbonJaeger/budgie-trash-applet/compare/v2.1.1...master
[unreleased]: https://github.com/EbonJaeger/budgie-trash-applet/compare/v2.1.2...master
[v2.1.2]: https://github.com/EbonJaeger/budgie-trash-applet/compare/v2.1.1...v2.1.2
[v2.1.1]: https://github.com/EbonJaeger/budgie-trash-applet/compare/v2.1.0...v2.1.1
[v2.1.0]: https://github.com/EbonJaeger/budgie-trash-applet/compare/v2.0.0...v2.1.0
[v2.0.0]: https://github.com/EbonJaeger/budgie-trash-applet/compare/v1.2.0...v2.0.0
2 changes: 1 addition & 1 deletion data/TrashApplet.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Module=libtrashapplet.so
Name=Trash Bin
Description=Trash bin tool
Authors=EbonJaeger
Copyright=Copyright © 2019-2021 Evan Maddock
Copyright=Copyright © 2019-2022 Evan Maddock
Website=https://github.com/EbonJaeger/budgie-trash-applet
Icon=user-trash-symbolic
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('budgie-trash-applet', 'c',
version: '2.1.1',
version: '2.1.2',
meson_version: '>= 0.57.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit a568eec

Please sign in to comment.