Releases: meetfranz/franz
Releases · meetfranz/franz
5.0.0-beta.24
5.0.0-beta.23
5.0.0-beta.22
Bug Fixes
- Windows: Package spellchecker dictionaries
5.0.0-beta.21
General
- Translations: Improved translations. A million thanks to the amazing community. 🎉
Features
- Service: Add option to change spellchecking language by service (baf7d60)
- Context Menu: Quickly change the spellchecker language for the active service
- Service: Add error screen for services that failed to load (a5e7171)
- Service: Add port option for proxy configuration (baf7d60)
Bug Fixes
- Spellchecker: Fix issue with dictionary download (0cdc165)
Improvements
- Dark Mode: Dark Mode polishing
- App: Updated a ton of dependencies
5.0.0-beta.20
5.0.0-beta.19
General
- Translations: Improved translations. A million thanks to the amazing community. 🎉
Features
- App: 👉 Dark Mode 👈 (fd7954f) 🙌 @guillecura
- App: Add proxy support for services (6297274)
- App: New spell checker (3d87c0e)
- App: New context menu (3d87c0e)
- App: Lay groundwork for general themeing support (4ea044a)
- App: Add option to enable dark mode for supported services (fd7954f)
Bug Fixes
- App: App menu was not initialized on app launch. Resolving copy & paste issues for login. (72d4164)
- General: Convert many links from http to https (#967) 🙌 @Stanzilla (04a23b7)
- Menu: Fix File -> Quit menu entry (#888) 🙌 @dabalroman (4115b27)
- Windows: Fix impossible Ctrl+10 Shortcut (0db7c12)
- Windows: Remove minimize setting check on close event (#1038) 🙌 @imaginarny (af9d356)
5.0.0-beta.18
General
- Translations: Improved translations. A million thanks to the amazing community. 🎉
Features
- App: Add option to enable/disable hardware acceleration (f720d30)
Bug Fixes
5.0.0-beta.17
General
- App: Various performance improvements
- Translations: Improved translations. A million thanks to the amazing community. 🎉
Features
- Windows: Replace window frame with custom menu bar (9af5fd0)
- Electron: Update electron to 1.8.4 (b9c6616)
- Mac: Add dock bounce when new update is available (47885bb)
- Services: Improve performance when reordering services (82e832c)
- Translations: Add option to translate error messages and system menus (82e832c)
Bug Fixes
- App: Fix app reload when coming back from sleep (dd9f447)
- App: Fix issue with app not showing services when recipe has invalid version (e.g. mailbox.org) (dd9f447)
- Linux: Fix missing/flickering ubuntu tray icon (592f00a)
- Service Tabs: Remove "delete service" context menu when not in development mode (3a5c3f0)
- Windows: Improve app window handling (dd9f447)
5.0.0-beta.16
General
- App: Update Electron version to 1.7.12 (fixes critical security vulnerability CVE-2018–1000006 ) (c67d7d1)
- Translations: Improved translations. A million thanks to the amazing community. 🎉
Features
- App: Invite Friends in Settings (ab33c44)
Bug Fixes
- App: Fix memory leak in recipe polling loop (c99848f)
- App: Fix validation for side-by-side teamId & customURL (bd51150)
- App: Reload Franz instead of all services one by one on sleep resume (4e5f7af)
- App: Fix toggle buttons shown during import (1220e2c)
fix(App): Bugfix Fix memory leak in recipe polling loop - App: Fix invite screen [object Object] values (81c4e99)
- App: Fix Franz-wide form validation (7618f51)
- App: Fix service tooltips not initialized properly (8765b8f)
- Linux: Invert tray icon color & add border for bright UI's (0de9c60)
5.0.0-beta.15
Features
- App: Add option to clear app cache (be801ff)
- App: Add option to show/hide notification badges for muted (893a9f6)
- Recipes: Add semver version validation (5826dc3)
- Recipes: Add
hasHostedOption
to enable hosted & self hosted services (03610f2) - Services: Add custom service icon upload (6b97e42)
- Services: Add option to completely disable message badges (cea7a5c)
- Services: Improve handling of external links (e2d6edf)
- Services: Improve user experience of service search (7e784c6)
- Account: Enable a user to delete their own account (1f3df73)
- Translations: Improved translations. A million thanks to the amazing community. 🎉
Bug Fixes
- App: Allow to turn on notifications when system dnd is enabled (3045b47)
- App: App mute now disables notifications as well (0fa1caf)
- App: Fix service reload after waking machine up (531531e)
- App: Fix "add services manually" message (ac417dc)
- i18n: Fallback to system language or english (9733eaf)
- Notification: Remove notification sound when app is muted (53fde0c)
- Recipes: Enable
urlInputPrefix
for team and customURL (873957d) - Services: Ctrl/Cmd+R now navigates back to the service root (7293492)
- Services: Fix transparent service background (ed0098f), closes #361
- Shortcuts: Fixed settings shortcut inconsistency (ca74846)
- Spell checker: Fixed issues with spell checker (965fdf2)
- Translations: Re-add Spanish to available languages. (ad936f2)
- Windows: Open window when clicking on toast notification (b82bbc8), closes #370