FluentTerminal Versions Save

A Terminal Emulator based on UWP and web technologies.

0.7.7.0

2 years ago
  • Fixed a crash that occured when opening a SSH profile with a keyboard shortcut (#999)

0.7.6.0

2 years ago
  • 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

3 years ago
  • 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

3 years ago
  • Select previous search term when reopening search (#869)
  • Fixed Escape key not recognized
  • Fixed crash in theme color picker (#860)

0.7.3.0

3 years ago
  • 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

3 years ago
  • 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

3 years ago
  • 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

4 years ago

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

4 years ago
  • 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

4 years ago
  • 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