Skip to content

Commit b1e5695

Browse files
committed
-Use specific commit for dictionaries
-Cleanup and comments for some dictionary error handling -Use latest release of Electron 3 -Update README -Update CHANGELOG
1 parent 3ed7677 commit b1e5695

File tree

6 files changed

+141
-190
lines changed

6 files changed

+141
-190
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.8.0] - 2019-02-12
4+
### Added
5+
- Spellchecking for various languages (see notes in README)
6+
- Manually refreshing the webview for those times when the app gets all 🤪 (Accessible by pressing Ctrl+R or Cmd+R)
7+
- Full screen toggle item to View menu
8+
9+
### Changed
10+
- Update electron from 2.0.12 to 3.1.3 (Electron 3 is required by electron-updater 4 which is required by electron-builder 20)
11+
12+
### Fixed
13+
- Location of Check for Updates menu item on Windows (Now under Help)
14+
315
## [0.7.1] - 2018-11-17
416
### Changed
517
- Update electron from 2.0.2 to 2.0.12

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,20 @@ Head over to the [latest releases](https://github.com/chrisknepper/android-messa
2828

2929
**Important note:** The Windows app binary isn't signed. This doesn't seem to be a big problem, but please report any issues you run into on Windows that may be related to signing.
3030

31-
**Important note 2:** We currently have builds for Windows and macOS, and Linux. I've only tested on macOS and Windows 10, and would love help testing on Linux and older versions of Windows.
31+
**Important note 2:** We currently have builds for Windows and macOS, and Linux. I test releases on macOS, Windows 10, and Ubuntu Linux. I would love help testing on additional distros of Linux and other versions of Windows.
3232

3333
# Features
3434
* System notifications when a text comes in
3535
* Notification badges on macOS
36+
* Spellchecking in ~50 languages
3637
* Run in background on Windows / Linux / macOS
3738
* Minimize to tray on Windows / Linux
3839
* Menu bar support on macOS
3940
* TBD...
4041

42+
# Spellchecking
43+
Implemented via the amazing [`electron-hunpsell`](https://github.com/kwonoj/electron-hunspell) library with dictionaries provided by the excellent [`dictionaries`](https://github.com/wooorm/dictionaries) project. Language files are downloaded when the app opens and the language used is based on the language set in your operating system. If you switch your system language and restart the app, the spellchecking should occur in the new language as long as it is in the [list of supported languages](https://github.com/wooorm/dictionaries#table-of-dictionaries).
44+
4145
# TODOs / Roadmap (rough order of priority):
4246
- [x] Make sure it actually works (definitely works as of v0.1.0, done via [8068ed2](../../commit/8068ed2))
4347
- [x] Release signed binaries for macOS (binaries are signed as of v0.0.2, done via [8492023](../../commit/8492023))

0 commit comments

Comments
 (0)