You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
## [2.0.0] - 2019-05-26
4
+
### Added
5
+
- 32-bit (x86) builds for Windows
6
+
- Portable builds for Windows
7
+
- KNOWN ISSUE: Portable builds for Windows cannot display system notifications
8
+
- Setting to hide sender name and message preview in notifications
9
+
- Under the hood: Method for detecting when user logs in or out (auth vs. de-auth)
10
+
- Under the hood: System to execute commands as root user (see item under Fixed below)
11
+
12
+
### Changed
13
+
- Update icon to match current style of official icon
14
+
- Update icon to have a bit more space around the outside (padding)
15
+
- Under the hood: Refactor spellchecking dictionary manager logic and error handling
16
+
17
+
### Fixed
18
+
- Javascript error on launch for Linux users (resulting from dist dictionaries folder being owned by root--Linux users are now prompted to allow changing ownership of the dictionaries folder to the current user)
19
+
3
20
## [1.0.1] - 2019-04-16
4
21
### Fixed
5
22
- Clicking links in text messages now opens them in your browser again instead of doing nothing (big oof)
0 commit comments