diff --git a/CHANGELOG.md b/CHANGELOG.md index 5812b2d55..822a2948b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - start at login for Windows Store version (not sure whether successfuly) ### Added +- new end-of-the-break sound - both left and right click on tray opens menu (Windows) - double click on tray opens Preferences (Windows) - adds Vietnamese translations diff --git a/app/audio/reverie.wav b/app/audio/reverie.wav new file mode 100644 index 000000000..be416f938 Binary files /dev/null and b/app/audio/reverie.wav differ diff --git a/app/css/preferences.css b/app/css/preferences.css index c5da6b610..1880db63e 100644 --- a/app/css/preferences.css +++ b/app/css/preferences.css @@ -161,14 +161,14 @@ body[dir=rtl] .theme > :nth-child(10) { text-align: left } -.theme > :nth-child(16) { +.theme > :nth-child(17) { grid-column: 1/2; grid-row: 14/17; padding: 0 16px; text-align: right; } -body[dir=rtl] .theme > :nth-child(16) { +body[dir=rtl] .theme > :nth-child(17) { text-align: left } @@ -305,7 +305,7 @@ body[dir=rtl] .about > :nth-child(1) > div > span { 'Noto Sans CJK KR Light', 'Noto Sans Devanagari Light', 'Noto Sans Gujarati Light', 'Noto Sans Gurmukhi Light', - 'Noto Sans JP Light', 'Noto Sans Hebrew Light'; + 'Noto Sans JP Light', 'Noto Sans Hebrew Light'; font-size: 20px; line-height: 30px; } diff --git a/app/locales/en.json b/app/locales/en.json index 4f1edeecc..3cbd71205 100644 --- a/app/locales/en.json +++ b/app/locales/en.json @@ -83,6 +83,7 @@ "crystalGlass": "Crystal glass", "windChime": "Wind chime", "ticToc": "Tic toc", + "reverie": "Reverie", "menubarIcon": "Menubar icon:", "colour": "Colour", "monochrome": "Monochrome", diff --git a/app/preferences.html b/app/preferences.html index c43496124..7f88a3613 100644 --- a/app/preferences.html +++ b/app/preferences.html @@ -319,6 +319,11 @@ +