Skip to content

Commit 8fd1588

Browse files
committed
changelog: Describe changes since 0.0.21
1 parent 15705ad commit 8fd1588

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/changelog.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## Unreleased
44

5+
### Highlights for users
6+
7+
* (Android) Notifications now use Zulip's custom sound by default. (#340)
8+
* New visual design for the compose box. (#915)
9+
* Autocomplete for emoji (":smile:"). (#670)
10+
* Support for logging out of an account. (#463)
11+
* Too many other improvements and fixes to describe them all here.
12+
13+
14+
### Highlights for developers
15+
16+
* The generated localization files are now tracked in version control
17+
instead of going in an ephemeral `flutter_gen` package, so switching
18+
branches should no longer cause analysis issues (which used to
19+
require running `flutter pub get` or another command to
20+
resolve). (PR #1058)
21+
22+
* Resolved: #463, #340, #674, #915, PR #1058, #563, #1040, #1082,
23+
#669, #670, #360
24+
525

626
## 0.0.21 (2024-11-13)
727

0 commit comments

Comments
 (0)