File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ 0.1.0] - 2023-12-01
9
+
10
+ Initial release.
11
+
12
+
13
+ <!-- Links -->
14
+ [ Unreleased ] : https://github.com/DeepLcom/deepl-tui/compare/v0.1.0...HEAD
15
+ [ 0.1.0 ] : https://github.com/DeepLcom/deepl-tui/releases/tag/v0.1.0
16
+
Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ $ deepl-tui --auth-key=f63c02c5-f056...
54
54
| Focus target language dropdown | ` alt-t ` | Hit ` enter ` to list options |
55
55
| Close the application | ` ctrl-c ` | |
56
56
57
+ ## Changelog
58
+
59
+ Notable changes to this project will be documented in the [ CHANGELOG.md] ( ./CHANGELOG.md )
60
+
57
61
## License
58
62
59
63
This project is released under the [ MIT License] ( ./LICENSE ) .
You can’t perform that action at this time.
0 commit comments