Skip to content

Commit 1331cb3

Browse files
committed
Update CHANGELOG and release checklist
1 parent 129c5ea commit 1331cb3

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## 0.6.0 - TBD
44

5+
* Add Find/Replace history.
6+
* Add --wait switch to block when used from command line.
7+
* Make Find/Replace field follow system colors.
8+
* Reworked Find/Replace logic to be more robust and bug-free.
9+
* Fix crash when URL is passed as file argument.
10+
* Add support for Lua.
11+
* Fix context menu position.
12+
13+
## [0.5.4] - 2021-10-10
14+
15+
* Update translations.
16+
17+
## [0.5.3] - 2020-06-27
18+
19+
* Fix crash on nested brackets in .editorconfig file.
20+
* Update translations.
21+
22+
## [0.5.2] - 2020-01-08
23+
24+
* Fix crash when opening Preferences.
25+
* Fix garbage button text in file modified warning.
26+
527
## [0.5.1] - 2019-05-11
628

729
* Fix crash when external lexer is not found.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ That being said, creating interfaces to talk with an IDE is fine. This approach
3838

3939
## Release checklist
4040

41+
- [ ] Check if all unit tests pass.
4142
- [ ] Update translations and credits in About window
4243
- [ ] Update README, changelog and screenshot
4344
- [ ] Create release branch

0 commit comments

Comments
 (0)