Skip to content

Commit 5e77c48

Browse files
committed
changelog: Describe changes since 0.0.20
1 parent 11e90a0 commit 5e77c48

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Diff for: docs/changelog.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Highlights for users
6+
7+
* You can now vote in polls. (#166)
8+
* Design improvements: new bottom sheet, new bot icon,
9+
adjusted dark-theme colors, others. (#90, #978, #955)
10+
* Support Zulip's new "message links". (#1046)
11+
* Fix bug affecting code blocks in YAML and some other
12+
languages. (#933)
13+
* Communicate more when unable to connect to server. (#555)
14+
* Show others when you're typing. (#666)
15+
* Too many other improvements and fixes to list them all here.
16+
17+
18+
### Highlights for developers
19+
20+
* The new `tools/content/check-features` script fetches public Zulip
21+
messages from a server like chat.zulip.org, and identifies any
22+
features of Zulip message content that the app's parser calls
23+
unimplemented. (#190)
24+
25+
* Expanded developer documentation, including on setup and on
26+
implementing UI designs.
27+
28+
* Resolved: PR #972, PR #983, PR #955, #978, #90, #190, #555, #614,
29+
#933, #1026, #351, #166, #1046, #666, #1052, #1045, #941
30+
31+
332
## 0.0.20 (2024-10-01)
433

534
### Highlights for users

0 commit comments

Comments
 (0)