Skip to content

Latest commit

 

History

History
825 lines (505 loc) · 43.8 KB

CHANGELOG.md

File metadata and controls

825 lines (505 loc) · 43.8 KB

5.9.0-beta.2 (2022-03-22)

Bug Fixes

  • App: Fix Franz Todos to be on top of another service (086eda1)
  • Linux: Fix viewport height on Linux (4cbd006)
  • Windows + Linux: Fix calculation for service position (2f22ce6)
  • Windows + Linux: Fix not clickable window titlebar & menu (8fde4ab)

5.9.0-beta.1 (2022-03-21)

This is a huge release for us as we've rewritten most of the Franz core that is handling the services to make Franz much faster and more reliable.

Bug Fixes

  • App: Fix inactive background service to get keyboard focus
  • Windows: Fix error that prevents app from loading on Windows 10 & 11
  • Windows: Fix error that prevents loading available services & installing service updates
  • Service: Fix Microsoft Teams Login Issues
  • Service: Fix Microsoft Teams not being able to load chats
  • General: many more small bugfixes and overall improvements

Features

  • App: Huge performance and stability increase
  • App: Replaced <webviews> with BrowserViews
  • macOS: Apple Silicon download prompt to make your experience much faster and stable.

5.8.1-beta.1 (2022-03-01)

Bug Fixes

  • App: Fix inactive service to receive keyboard focus (e3081c6)

5.8.0 (2022-02-14)

Bug Fixes

  • App: Fix potential memory leak with full screen event listeners (7d873c4)
  • macOS: Make tray icon color dynamic (a16b5fe)
  • macOS: Fix Do Not Disturb System check for macOS Monterey (cb91b17)
  • Windows: Fix menu bar styling (171d4d3)
  • Gmail: Fix auto suggest, calendar invites and other Google service integrations (🙌 @kamyweb)
  • Microsoft Teams: Fix issue that prevents loading chats

Features

  • Service: Add modifyRequestHeaders for service recipes (🙌 @kamyweb) (5ecc730)
  • App: Remove Google Analytics (3840dd6)
  • Service Recipes: Add Franz.clearCache() method to clear service cache (06e6d65)

General

5.8.0-beta.1 (2021-12-29)

See 5.8.0 changelog.

5.7.0 (2021-06-14)

Features

  • App: Add support for screen sharing during video calls

Bug Fixes

  • App: Fix app focus detection (c42337f)
  • App: Various bugfixes and improvements

General

5.7.0-beta.1 (2021-06-07)

See 5.7.0 changelog.

5.6.0 (2020-11-13)

Bug Fixes

  • App: Fixed crash when Franz goes to sleep
  • App: Fix crash when app has finished loading
  • App: Add mailto: as a valid url protocol
  • App: Fix crashes on navigation changes/reloads
  • Context Menu: Fix "save image as"
  • Franz ToDos: Clear todos cache on user logout
  • Service: Fix copy image in context menu
  • Service: Fix image download from services
  • Service: Fix service activation on notification click
  • Service: Fix popup handling to e.g. enable Facebook Messenger calls
  • Service: Fix clicks on links in Skype
  • Service: Reset active service when previous selection is not valid anymore
  • Service: Fix missing service re-rendering on service update
  • Custom Website: Fix browser control icons in dark mode
  • macOS: Fix tray icon color on macOS Big Sur
  • Share Dialog: Fix Twitter share link not working
  • App: Fix various validation errors

Features

  • App: We've put Franz on a diet and he lost over 130MB 🥳
  • Franz ToDos: New version of Franz ToDos with lots of new features more on franztodos.com
  • App: Add new onboarding step to make setting up services easier
  • Context Menu: Add option to copy image
  • Franz ToDos: Add Franz ToDos as a native service
  • Franz ToDos: Added Cmd+Alt+Shift+R to reload the Franz ToDos
  • Spell checker: Added 12 new languages for spell checking
  • Spellchecker: Improved language detection for spell checking
  • Recipe: Add option to override recipe partition
  • Languages: Added Estonian as a language
  • Share Dialog: Add LinkedIn as an option

General

5.6.0-beta.1 (2020-10-08)

See 5.6.0 changelog.

5.5.0 (2020-04-29)

Features

  • Service: Add service hibernation to save system resources (cb92dd7)
  • App: Add FRANZ_APPDATA_DIR environment variable to customize the app settings directory (@Makazzz)
  • Service: Added service polling debugger when starting Franz with DEBUG=Franz:Service

Bug Fixes

  • App: Update deprecated electron APIs (@vantezzen)
  • App: Fix Zoom in services (@vantezzen)
  • macOS: Add audio & video permission request for macOS Catalina (8922324) 8922324
  • Experimental: Fix Google signin (d7840ba)
  • macOS: Ask the user to move Franz to the /Applications Folder to fix read/write issues (f52ad72)
  • macOS: Fix microphone, camera & screen sharing permissions
  • Service: Add integrity checks to prevent services recipes getting lost (b2d5315)
  • Service: Fix issue with user agent override in service workers (a8dea57)
  • Service: Don't reload services after 10 minute system nap (a2aae55)
  • App: Fix "Missing Service" link (0e2c945)
  • App: Improve lost recipe connection handler (18e1da1)

General

5.5.0-beta.4 (2020-04-21)

Bug Fixes

  • Service: Fix issue with service debugger painting service tabs red (2b980c7)

5.5.0-beta.3 (2020-04-17)

Bug Fixes

  • App: Improve lost recipe connection handler (18e1da1)

General

5.5.0-beta.2 (2020-04-06)

Bug Fixes

  • Experimental: Fix Google signin (d7840ba)
  • macOS: Ask the user to move Franz to the /Applications Folder to fix read/write issues (f52ad72)
  • macOS: Fix microphone, camera & screen sharing permissions
  • Service: Add integrity checks to prevent services recipes getting lost (b2d5315)
  • Service: Fix issue with user agent override in service workers (a8dea57)
  • Service: Don't reload services after 10 minute system nap (a2aae55)
  • App: Fix "Missing Service" link (0e2c945)

General

5.5.0-beta.1 (2020-03-20)

Features

  • Service: Add service hibernation to save system resources (cb92dd7)
  • App: Add FRANZ_APPDATA_DIR environment variable to customize the app settings directory (@Makazzz)

Bug Fixes

  • App: Update deprecated electron APIs (@vantezzen)
  • App: Fix Zoom in services (@vantezzen)
  • macOS: Add audio & video permission request for macOS Catalina (8922324) 8922324

General

5.4.1 (2019-10-30)

  • macOS Catalina: Fix issue with app notarization

5.4.0 (2019-10-23)

Features

  • Custom Websites: Added navigation bar for "Custom Website" service (f8fbaad)
  • Mac: Open Franz window with Cmd+1 (71831ec)
  • Todos: Allow Franz Todos to open links in browser (5ba6723)
  • Service API: Share team, url and hasCustomIcon with service (9f4f3e7)
  • App Start: Only load workspace related services (ad7fb84)

Bug Fixes

  • Services: Restore services after 10 minutes system suspension (7f11dff)
  • Workspaces: Allow scrolling in Workspaces drawer (5c1c0db)
  • Spell check: fix(Spell checker): Fix disable spell checker (@vantezzen) (691e0cf)
  • App: Fix "Paste And Match Style" (490a988)
  • macOS: Only show services in Touch Bar that should be visible (077ad22)
  • Service Proxies: Fix proxy setting rehydration (e2126a6)
  • Settings: Fix cache size calculation after clearing cache (a31566d)
  • Spell check: Fix spell checker to initialize without loaded dictionary (734732f)
  • Spell check: Fix "undefined" language in context menu (cc03883)
  • App: Fix Basic Auth overlay background in Dark Mode (027e50d)

General

5.4.0-beta.3 (2019-10-22)

Features

  • App Start: Only load workspace related services (ad7fb84)

Bug Fixes

  • Services: Restore services after 10 minutes system suspension (7f11dff)
  • Workspaces: Allow scrolling in Workspaces drawer (5c1c0db)
  • Spell check: fix(Spell checker): Fix disable spell checker (@vantezzen) (691e0cf)

General

5.4.0-beta.2 (2019-10-04)

Bug Fixes

  • App: Fix service issue that crashes the app

5.4.0-beta.1 (2019-10-04)

Features

  • Custom Websites: Added navigation bar for "Custom Website" service (f8fbaad)
  • Mac: Open Franz window with Cmd+1 (71831ec)
  • Todos: Allow Franz Todos to open links in browser (5ba6723)
  • Service API: Share team, url and hasCustomIcon with service (9f4f3e7)

Bug Fixes

  • App: Fix "Paste And Match Style" (490a988)
  • macOS: Only show services in Touch Bar that should be visible (077ad22)
  • Service Proxies: Fix proxy setting rehydration (e2126a6)
  • Settings: Fix cache size calculation after clearing cache (a31566d)
  • Spell check: Fix spell checker to initialize without loaded dictionary (734732f)
  • Spell check: Fix "undefined" language in context menu (cc03883)
  • App: Fix Basic Auth overlay background in Dark Mode (027e50d)

General

5.3.3 (2019-09-17)

Features

  • Todos: Highlight Franz Todos icon in sidebar when the Franz Todos panel is opened (7431ba3)

Bug Fixes

  • Spellchecker: Fix disabling spellchecker after app start (4035043)
  • Windows: Fix window menu to get overwritten by Todos menu (aa33ac7)

General

5.3.2 (2019-09-12)

Features

  • Todos: Move Franz Todos to sidebar (7ffcf8c)
  • Workspaces: Add setting to keep all services in workspaces in background (avoid reload) (@Wouter0100) (ddab3a8)

Bug Fixes

  • Settings: Don't toggle Franz Todos on general settings changes (@vantezzen) (a99371b)

General

5.3.1 (2019-09-06)

Features

  • App: Add second confirmation step for the free 14 day trial.
  • Todos: Add option to disable todos (5d03b91)

5.3.0 (2019-09-06)

Features

  • Todos: 🥳🥳🥳 Manage your daily tasks with Franz Todos 🥳🥳🥳
  • App: Add option to copy debug information via the help menu (4666e85)
  • App: Updated Pricing, more infos can be found on (meetfranz.com/pricing)
  • App: Improved Settings UX
  • 3rd Party Services: Added option to open custom recipes folder

Bug Fixes

  • Windows: Fix app size in fullscreen (e210701)
  • Windows: Fix app to be cropped at the bottom on Windows (42f97b4)
  • Notifications: Fix issue that blocked notifications from e.g. Slack (44c413b)
  • App: A ton of various bugfixes and improvements

General

5.2.0 (2019-07-19)

Features

  • Service: You can now add any custom website 🥳

Bug Fixes

  • Notifications: Don't show notification badges when app is muted (e844a64)
  • Settings: Fix position of settings window
  • Recipes: Fix recipe install when directly accessing recipe e.g. via url (eba50bc)
  • Proxy: Fix issue with service proxy authentication (b9e5b23)
  • Announcements: Fix issue with rendering announcements in workspaces (1e38ec5)
  • Windows: Add Workspaces menu & fix Window menu (92a61d4)
  • Windows: Replace tray icon with high-res version (a5eb399)
  • Workspaces: Fix service reordering within workspaces (17f3a22)
  • Workspaces: Fix issue with service visibility after downgrade (05294)

General

5.2.0-beta.4 (2019-07-01)

Bug Fixes

  • Notifications: Don't show notification badges when app is muted (e844a64)
  • Settings: Fix position of settings window

General

5.2.0-beta.3 (2019-06-24)

General

  • App: Downgraded electron to 4.2.4 (404c87a)

5.2.0-beta.2 (2019-06-12)

Bug Fixes

  • Recipes: Fix recipe install when directly accessing recipe (eba50bc)

5.2.0-beta.1 (2019-06-11)

Bug Fixes

  • Workspaces: Service reordering within workspaces (17f3a22)
  • Proxy: Fix issue with proxy authentication (b9e5b23)
  • Announcements: Fixes issue with rendering announcements in workspaces (1e38ec5)
  • Windows: Add Workspaces menu & fix Window menu (92a61d4)
  • Windows: Replace tray icon with high-res version (a5eb399)
  • App: Improved email validation (dd8ddcc) (@Snuggle)

General

5.1.0 (2019-04-16)

Features

  • App: Added Workspaces for all your daily routines 🎉 (47c1c99)
  • App: Added Team Management 🎉 (47c1c99)
  • App: Added Kerberos Support via Command Line Switches (#1331) (@frumania) (a1950d7)
  • App: Open changelog in app
  • App: Various small fixes and improvements

General

5.1.0-beta.1 (2019-04-16)

See 5.1.0 changelog.

5.0.1 (2019-03-25)

Features

  • App: Add security checks for external URLs (6e5531a)
  • Linux: Add auto updater for Linux AppImage builds (d641b4e)
  • Spell check: Add British English as spell check language (#1306) (67fa325)
  • Windows: Add option to quit Franz from Taskbar icon (952fc8b)

Bug Fixes

  • Linux: Fix minimized window focusing (#1304) (@skoruppa) (5b02c4d)
  • Notifications: Fix notifications & notification click when icon is blob (03589f6)
  • Service: Fix service zoom (cmd/ctrl+ & cmd/ctrl-) (91a0f59)
  • Service: Fix shortcut for (un)muting notifications & audio (1df3342)
  • Windows: Fix copy & paste in service context menus (e66fcaa), closes #1316
  • Windows: Fix losing window when "Keep Franz in background" is enabled (78a3722)

General

5.0.1-beta.1 (2019-03-18)

See 5.0.1 changelog.

5.0.0 (2019-02-15)

Features

  • Spellchecker: Add automatic spellcheck language detection (a5e7171)
  • Windows: Add option to quit Franz from Taskbar (8808601)

Bug Fixes

  • App: Various bugfixes and improvements

General

  • App: Updated electron to 4.0.4

5.0.0-beta.24 (2019-02-03)

Bug Fixes

  • Service: Fix unnecessary webview resize / Slack scroll issue (4b7d3e2)
  • Service: Improve focus when switching services (d130f26), closes #1255
  • Service: Fix dark mode in services (d529410)

5.0.0-beta.23 (2019-02-01)

General

  • App: Updated electron to 4.0.2 / Chromium 69

Features

  • Service: Add error screen for services that failed to load (a5e7171)
  • Service: Add option to change spellchecking language by service (baf7d60)

Bug Fixes

  • App: Fixed disable notification sounds 🔇
  • App: Fix app delay for Premium Supporters (08c40f0)
  • i18n: Fix "greek" spellchecker name (89c2eeb)
  • Spellchecker: Dictionaries are now part of app instead of dynamic download (0cdc165)

5.0.0-beta.22 (2018-12-13)

Bug Fixes

  • Windows: Package spellchecker dictionaries

5.0.0-beta.21 (2018-12-11)

General

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 (2018-12-05)

Features

  • Windows: Add taskbar action to reset Franz window (08fa75a)
  • Context Menu: Add "Go Back" and "Go Forward" (5c18595)
  • Context Menu: Add Lookup, Search Google for (5d5aa0c)
  • App: Add --devtools command line arg to automatically open Dev Tools (84fc3a0)

Bug Fixes

  • App: Use system proxy for services (8ddae4a)
  • App: Fix service request url (7751c17)
  • App: Do not install App updates without user confirmation (72fcaef)
  • Windows: Fix quit app, really! (ca1d618)
  • Context Menu: Fix empty context menu item (18040d4)

5.0.0-beta.19 (2018-12-02)

General

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

5.0.0-beta.18 (2018-04-03)

General

Features

  • App: Add option to enable/disable hardware acceleration (f720d30)

Bug Fixes

  • Windows: Fix shortcuts for closing, minimizing, quitting and toggling fullscreen (f720d30)
  • Windows: Hide title bar when in fullscreen (655a6ed)

5.0.0-beta.17 (2018-03-20)

General

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 (2018-02-23)

General

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 (2018-01-10)

General

Features

  • App: Add option to clear app cache (@dannyqiu) (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)

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)
  • 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)

5.0.0-beta.14 (2017-11-23)

Features

  • App: Add link to changelog in app update notification (2cbd938)
  • App: Add option to enable/disable spell checker (dcab45a)
  • App: Add option to mute all services in sidebar (f5a9aa2)
  • App: Decrease minimum window size to 600px width (2521621)
  • App: Respect System DoNotDisturb mode for service audio (7d41227)
  • Service: Add option to display disabled services in tabs (1839eff)
  • Service: Add option to mute service (b405ba1)
  • Service: Add dialog to reload crashed services (259d40c) (dannyqiu)
  • Translations: Added new translations and improved existing ones. A million thanks to the amazing community.

Bug Fixes

  • Windows: Fix notifications on Windows 10 (Fall Creators Update) (eea4801)
  • macOS: Fix TouchBar related crash on macOS 10.12.1 and lower (9e9a2ed)
  • App: Add fallback to service menu when service name is empty (42ed24d)
  • App: Prevent app from redirecting when dropping link (811a527) (dannyqiu)
  • Support with CPU: Reduce maximum CPU usage (64ad918)
  • Hosted Services: Do not strip www from custom service Url (a764321) (BeneStem)
  • Services: Fix onNotify in service API (b15421b) (dannyqiu)
  • Sidebar: Fix tabs reordering (86413ba) (josescgar)

5.0.0-beta.13 (2017-11-06)

Bug Fixes

  • Windows: Fix issue with multiple close handlers that prevent the app from quitting (eea593e)

5.0.0-beta.12 (2017-11-05)

Features

  • Menu: Add "About Franz" Menu item to Windows/Linux (a21b770)
  • Menu: Add menu item to toggle (service) dev tools (e8da383)
  • Translation: Add italian translation (ab348cc) (dnlup)

Bug Fixes

  • App: Add checks to service url validation to prevent app freeze (db8515f)
  • macOS: Fix disable launch Franz on start (34bba09)
  • Windows: Launch Franz on start when selected (34bba09)
  • Onboarding: Fix issue with import of on-premise services (7c7d27d)
  • Shortcuts: Flip shortcut to navigate to next/previous service (37d5923)
  • Windows: Open Window when app is pinned to taskbar and minimized to system tray (777814a)
  • Recipes: Recipe developers don't need Premium Supporter Account for debugging (7a9947a)

5.0.0-beta.11 (2017-10-24)

Features

Bug Fixes

  • App: Force Franz to use single window (2ae409e)
  • Onboarding: Fix enable/disable service import toggle (23174f9)
  • Onboarding: Fix service import (99d1c01)
  • Payment: Fix payment window when name contains special character (a854614)
  • macOS: Add macOS dark theme system tray icon (55805f1)
  • Windows: Fix enable/disable autostart on login (eca7f3b)
  • Windows: Fix multiple system tray icons when opening/closing Franz (5b9b0c7)