Releases: felixse/FluentTerminal
Releases · felixse/FluentTerminal
0.1.13.0
0.1.12.0
- Improved scrolling behaviour of the tab bar
- Added option to display tabs on bottom
- Show title of selected tab in task bar
- Updated to xterm.js 3.5.1. Highlights: Faster parser, column selection
- Added WSL as preinstalled shell profile (Thanks @Linard11)
- Added Ubuntu Bash as preinstalled theme (Thanks @Linard11)
- Added Supported for Grave accent in keybindings (Thanks @cxfksword)
- Added notification about new available updates (Thanks @M4xZ3r0)
- Reworked IPC to be ready for Windows Store release
- Fixed invisible text when background color was used as text color (e.g. micro editor)
0.1.11.0
- Import and export themes
- Import iTerm themes
- Supports light themes by adapting the application theme
- Added 'Tomorrow' theme as a new light default theme
- Added Fullscreen mode (default: Alt + Enter)
- Remember window size and position
- Added option to set the scrollback limit (set to 0 for unlimited)
- Added 'select all' command
- Added 'clear buffer' command
- Improved text margin in tabs and added option to underline the selected tab
0.1.10.0
- Added option to choose scrollbar appearance
- Background opacity is now a global for all themes
- Fixed a bug that that tied the name field of a profile to its argument field
- Improved title bar appearance in settings window when Windows is using colored title bars
0.1.9.0
0.1.8.0
Note: This release will probably crash, please wait for 0.1.9.0
- You can now configure multiple custom profiles
- Select your shell when creating a new tab (default: Ctrl + Shift + T)
- Search the shell output (default: Ctrl + F)
- New theme 'Homebrew' (thanks @skipmeister123)
- Many under the hood improvements
0.1.7.0
0.1.6.0
- Added Tabs
- Added Keyboard shortcuts (static for now)
- Added context menu
- Global Hotkey to show/hide terminal window
- Optional confirm dialogs before closing window or tab
- Improved error message when starting the shell process failed
Keybindings:
- New tab: Ctrl + T
- Close tab: Ctrl + W
- Show next tab: Ctrl + Tab
- Show previous tab: Ctrl + Shift + Tab
- New window: Ctrl + N
- Show settings window: Ctrl + ,
- Copy: Ctrl + Shift + C
- Paste: Ctrl + V
- Show/Hide window: Scroll Lock
0.1.5.0
- Added Theme selection and creation to the settings
- Added Terminal settings (font family, font size, cursor style, etc.) to the settings
- Support for Explorer context menu integration (Has to be installed separately, see 'Explorer Context Menu Integration' directory in repository)
- Improved support for custom shell executables