Skip to content

Releases: felixse/FluentTerminal

0.7.7.0

13 Mar 19:18
Compare
Choose a tag to compare
  • Fixed a crash that occured when opening a SSH profile with a keyboard shortcut (#999)

0.7.6.0

12 Feb 13:51
Compare
Choose a tag to compare
  • Fixed crash when opening the settings on some devices (#957)
  • Fixed flute run not respecting the 'Use ConPTY' setting (#941)
  • Started adapting Windows 11 Styling
  • Many under-the-hood improvements
  • Added new localizations:
    • Albanian
    • Bulgarian
    • Portugese
    • Serbian
    • Vietnamese

0.7.5.0

19 Jan 17:43
Compare
Choose a tag to compare
  • Fixed crash when opening the settings a second time (#874)
  • Fixed profile edit dialog not closing after save
  • Added Bosnian localization

0.7.4.0

16 Nov 16:26
Compare
Choose a tag to compare
  • Select previous search term when reopening search (#869)
  • Fixed Escape key not recognized
  • Fixed crash in theme color picker (#860)

0.7.3.0

07 Nov 11:35
Compare
Choose a tag to compare
  • Improved the way the search flyout is behaving (#826)
  • List all profiles in the new tab/new window menu
  • Updated dependencies
  • Updated translations
  • New localisations: Swedish, Uzbek

0.7.2.0

07 Aug 12:59
Compare
Choose a tag to compare
  • Enhanced OpenSSH output on restart of session (#767)

  • Export/import settings for default shell profile and default theme (#773)

  • Added zoom functionality (#720)

  • Fixed focus for search box (#812)

  • Fixed System Tray icon not disappearing on quit (#709)

  • Quick Launch dialog can now be dismissed with 'Esc' (#815)

  • Fixed missing color for duplicated tabs (#761)

  • Fixed a crash that occurred when pasting into the search box (#817)

  • Fixed missing localization for tab close button tooltip (#764)

  • New localizations: Esperanto, Slovenian and Uyghur

0.7.1.0

23 May 08:36
Compare
Choose a tag to compare
  • Removed Smart Buffer option due rendering issues (#752)
  • Import and Export settings CLI has been reworked. Everything should be properly exported now.
    Also messages are now sent as notifications so no window is kept open.
    Import now also has a filename parameter, see (https://github.com/felixse/FluentTerminal/wiki/Command-Line-Arguments#settings)
  • Added Reconnect feature to restart disconnected sessions (#682)
  • Improved performance when multiple sessions produce output (#715)
  • Fixed a bug were ssh identy files where not accessible (#685)
  • Fixed hanging on closing ConPty session (#722)
  • Fixed missing tab color for unselected tabs (#688)
  • Fixed localisation of tab color names
  • Fixed an issue where the shell executable's name was shown as tab title (#687)
  • Keybindings are now supporting more keys again
  • Fixed an issue where AltGr was treated like Alt + Ctrl (#699)
  • Fixed missing search icon on older Windows 10 versions (#721)
  • New localisations: Croatian, Hungarian, Persian and Turkish
  • Fixed confusion about Traditional and Simplified chinese localisations (#716)

0.7.0.0

27 Mar 10:59
Compare
Choose a tag to compare

Warning: There are some reports about settings not getting migrated by the update script. If you have something important in there please back it up manually. I'm sorry for inconvenience.

Fluent Terminal releases are now signed with a trusted code signing certificate
New fabric design logo
All context menus are redone and have added functionality, icons and include their key bindings
Themes can now include background images (#545)
Added option to disable the transparent background effect (#279)
added new mouse action: copy selection or paste if nothing selected (#298)
Added font weight setting (#560)
Reworked search view and added options: case sensitive, whole word, regex
The profile name is now used as the default tab title
New smart buffer option to increase performance (#636)
Line ending translations are now handled automatically by the terminal (#557)
The profile selection dialog is now replaced by the quick launch dialog
Improved Unicode support
Better support for legacy mouse events
Keyboard shortcuts are now also registered if the terminal control is not focused (#578)
Theme settings are now more descriptive
Fixed crash when opening the menu in older Windows 10 versions (#528)
Fixed a memory leak that occurred when closing tabs (#548)
Fixed activation problem when opening a new window in a new desktop (#574)
Disabled WebView zooming to prevent crash on too small font sizes. (#673)

And a lot more under-the-hood changes.

Fluent Terminal is now available in the following languages:
Arabic
Arabic (Iraq)
Azerbaijani
Chinese (Simplified)
Chinese (Traditional)
Dutch
English
French
German
Hebrew
Hindi
Indonesian
Italian
Japanese
Korean
Polish
Portuguese (Brazilian)
Romanian
Russian
Spanish
Ukrainian

0.6.1.0

12 Oct 12:08
Compare
Choose a tag to compare
  • Fixed package to include all localisations (#525)
  • Fixed memory leak on closing windows (#542)
  • Set minimum font size to 2 to avoid memory issues (#533)
  • Fixed issues with SSH and WinPty (#537)
  • Enabled downgrading in the installation script (#535)
  • Added Dutch translation
  • Added Hindi translation
  • Added Italian translation
  • Added Polish translation
  • Added Romanian translation

0.6.0.0

22 Sep 14:11
Compare
Choose a tag to compare
  • Tabs can now be dragged&dropped between windows, or dragged out to create a new window (#467)
  • Quick SHH is now Quick Command, which also supports local shells (#472)
  • Added option to edit environment variables for profiles (#508)
  • Web links are now clickable (#354)
  • Added duplicate command to tabs (#489)
  • Added option to specify word separating characters for double click selection (#504)
  • Added option to write terminal output to a file for debugging (#438)
  • Refactored IPC to increase performance and fix VPN issues (#522)
  • Improved multi window behaviour (#513)
  • Improved muting shell processes (#452, #468, #484)
  • Use current directory if none specified for command line activation (#521)
  • Tabs are now ellipsed in the middle (#490)
  • Fixed issues with selection color when importing iterm2 themes (#334)
  • Fixed issues that caused memory leaks (#516, #519, #521)
  • Added French localisation (#492)
  • Added Russian localisation
  • Updated WinUI to 2.2
  • Updated xterm.js to 4.0.1
  • Bug fixes and stability improvements