File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed
Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 11# [ 5.6.0-beta.1] ( https://github.com/meetfranz/franz/compare/v5.5.0...v5.6.0-beta.1 ) (2020-10-08)
22
33
4+ ### Features
5+
6+ * ** App:** We've put Franz on a diet and he lost over 130MB 🥳
7+ * ** Franz ToDos:** New version of Franz ToDos with lots of new features more on [ franztodos.com] ( https://franztodos.com )
8+ * ** App:** Add new onboarding step to make setting up services easier
9+ * ** Context Menu:** Add option to copy image
10+ * ** Franz ToDos:** Add Franz ToDos as a native service
11+ * ** Franz ToDos:** Added ` Cmd+Alt+Shift+R ` to reload the Franz ToDos
12+ * ** Spell checker:** Added 12 new languages for spell checking
13+ * ** Spellchecker:** Improved language detection for spell checking
14+ * ** Recipe:** Add option to override recipe partition
15+ * ** Languages:** Added Estonian as a language
16+
417### Bug Fixes
518
619* ** App:** Fixed crash when Franz goes to sleep
1730* ** App:** Fix various validation errors
1831
1932
20- ### Features
21-
22- * ** App:** We've put Franz on a diet and he lost over 130MB 🥳
23- * ** Franz ToDos:** New version of Franz ToDos with lots of new features more on [ franztodos.com] ( https://franztodos.com )
24- * ** App:** Add new onboarding step to make setting up services easier
25- * ** Context Menu:** Add option to copy image
26- * ** Franz ToDos:** Add Franz ToDos as a native service
27- * ** Franz ToDos:** Added ` Cmd+Alt+Shift+R ` to reload the Franz ToDos
28- * ** Spell checker:** Added 12 new languages for spell checking
29- * ** Spellchecker:** Improved language detection for spell checking
30- * ** Recipe:** Add option to override recipe partition
31-
3233
3334### General
3435
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export const APP_LOCALES = {
2525 tr : 'Türkçe' ,
2626 'zh-TW' : '台語 (Chinese Taiwan)' ,
2727 es : 'Español' ,
28+ et : 'Eestlane' ,
2829} ;
2930
3031// Hunspell compatible keys
You can’t perform that action at this time.
0 commit comments