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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,16 +28,20 @@ Head over to the [latest releases](https://github.com/chrisknepper/android-messa
28
28
29
29
**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.
30
30
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.
32
32
33
33
# Features
34
34
* System notifications when a text comes in
35
35
* Notification badges on macOS
36
+
* Spellchecking in ~50 languages
36
37
* Run in background on Windows / Linux / macOS
37
38
* Minimize to tray on Windows / Linux
38
39
* Menu bar support on macOS
39
40
* TBD...
40
41
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
+
41
45
# TODOs / Roadmap (rough order of priority):
42
46
-[x] Make sure it actually works (definitely works as of v0.1.0, done via [8068ed2](../../commit/8068ed2))
43
47
-[x] Release signed binaries for macOS (binaries are signed as of v0.0.2, done via [8492023](../../commit/8492023))
0 commit comments