Skip to content

Commit 7338f80

Browse files
kanishk98akashnimare
authored andcommitted
docs: Add release notes for v3.1.0-beta.
1 parent 6860f6d commit 7338f80

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

changelog.md

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

33
All notable changes to the Zulip desktop app are documented in this file.
44

5+
### v3.1.0-beta --2019-07-19
6+
7+
**New features**:
8+
* Add option to find accounts by email.
9+
* Add option to hide Menu bar to View menu.
10+
* Show a loading indicator in the sidebar.
11+
* Update Help Center to open help page of the currently active server.
12+
* Improve auto-detection of spellchecker language.
13+
* Disable menu items on non-server pages.
14+
* Support dark mode on macOS.
15+
16+
**Fixes**:
17+
* Updated, more robust server validation logic.
18+
* Fix JSON DB errors observed when switching tabs.
19+
* Remove unused `isLoading` function from `Tab`.
20+
* Remove unused `defaultId` parameter.
21+
* Fix syntax error in `proxy-util.js`.
22+
* Fix issue with creation of large `.node` files in the `Temp` folder on Windows machines.
23+
* Fix issue where drafts were not saved properly.
24+
25+
**Development**:
26+
* Migrate codebase to TypeScript.
27+
* Set the indent_size in `.editconfig` to 4.
28+
* Use `.env` file for reading Sentry DSN.
29+
30+
**Documentation**:
31+
* Improve development guide.
32+
33+
**Module updates**:
34+
* Upgrade xo to v0.24.0.
35+
* Upgrade node-json-db to v0.9.2.
36+
* Upgrade electron to v3.1.10.
37+
* Add missing transitive dependencies.
38+
539
### v3.0.0 --2019-05-20
640

741
**New features**:

0 commit comments

Comments
 (0)