File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.2.1] - 2024-01-04
9
+
10
+ ### Changed
11
+
12
+ - Sort glossary options by name
13
+
14
+ ### Fixed
15
+
16
+ - Handle possible name change when updating glossaries
17
+ - Fix glossary selection after create/update/delete action
18
+
8
19
## [ 0.2.0] - 2024-01-01
9
20
10
21
### Added
@@ -18,7 +29,8 @@ Initial release.
18
29
19
30
20
31
<!-- Links -->
21
- [ Unreleased ] : https://github.com/DeepLcom/deepl-tui/compare/v0.2.0...HEAD
32
+ [ Unreleased ] : https://github.com/DeepLcom/deepl-tui/compare/v0.2.1...HEAD
33
+ [ 0.2.1 ] : https://github.com/DeepLcom/deepl-tui/compare/v0.2.0...0.2.1
22
34
[ 0.2.0 ] : https://github.com/DeepLcom/deepl-tui/compare/v0.1.0...v0.2.0
23
35
[ 0.1.0 ] : https://github.com/DeepLcom/deepl-tui/releases/tag/v0.1.0
24
36
You can’t perform that action at this time.
0 commit comments