Releases: elementary/terminal
Releases · elementary/terminal
terminal 6.3.0 Released
What's Changed
- Replace Granite.DynamicNotebook with Hdy TabView and TabBar by @jeremypw in #760
- TerminalView: ReLoad→Reload by @ryonakano in #767
- Fix empty context menu regression by @jeremypw in #768
- Use GLib.MenuModel for context menu by @jeremypw in #769
- Don't set icon size for button from icon name by @danirabbit in #771
- fix(Themes): increase contrast for gray, fixes #682 by @cshaa in #755
- Show zoom level in centre or terminal when changing. by @jeremypw in #772
- upd(TerminalWidget): add doas checking by @Elsie19 in #774
- Update POTFILES by @ryonakano in #779
- Focus current tab by @igordsm in #638
- Gtk4Prep - Lose geometry hints by @jeremypw in #782
- Gtk4Prep - Do not subclass Gtk.Label by @jeremypw in #784
- Gtk4Prep - Handle restoring and syncing window state in Application by @jeremypw in #783
- SettingsPopover: use provider_for_screen for theme buttons by @danirabbit in #785
- Separate button controllers - Gtk4 prep by @jeremypw in #787
- Gtk4 Prep - SettingsPopover - call terminal zoom functions directly by @jeremypw in #789
- Code Style - by @jeremypw in #790
- Implement Clear and Reset actions with hotkeys by @jeremypw in #778
- Update cyclic search button when toggled by @jeremypw in #795
- Add toggle for unsafe paste by @teamcons in #798
- Correctly open uris containing spaces by @jeremypw in #777
- Check for unsafe drop by @jeremypw in #794
- TerminalWidget: Fix non administrative commands not being pasted by @ryonakano in #802
- Drop dead feature that disables unsafe paste warning while Terminal opens by @ryonakano in #803
- TerminalWidget: Refactor validated_feed to avoid nested conditions by @ryonakano in #804
- Provide fallback directory for active shell under test by @jeremypw in #810
- Application: withdraw stale notifications by @danirabbit in #813
- Enhance unsafe detection by @teamcons in #800
- Add tab to new window created with N by @jeremypw in #816
New Contributors
- @cshaa made their first contribution in #755
- @Elsie19 made their first contribution in #774
- @teamcons made their first contribution in #798
Full Changelog: 6.2.0...6.3.0
terminal 6.2.0 Released
New features:
- Allow switching event alerts on and off in the app menu
- Save tabs and zooms to the saved state settings when they change
Other updates:
- Document missing options in the man page
- Suppress unwanted default tab when opening a new window
- Translation updates
Terminal 6.1.2 released
What's Changed
- MainWindow: Update context menu on menu key press by @ryonakano in #697
- Add shortcuts Ctrl + PageUp and Ctrl + PageDown to switch between tabs by @Faelian in #700
- Update Meson Files by @Marukesu in #701
- Rework Application Class by @Marukesu in #702
- Escape '#' except when fragment identifier by @jeremypw in #631
- meson: Specify default test setup by @tintou in #711
- Switch to GHCR containers by @davidmhewitt in #712
- Application: Properly Unexport the DBus Interface on Exit by @Marukesu in #709
- Remove ctrl + shift + left / right for tab switching by @stan-janssen in #716
- Add option to start minimized by @stan-janssen in #715
New Contributors
- @Faelian made their first contribution in #700
- @dependabot made their first contribution in #713
- @stan-janssen made their first contribution in #716
Full Changelog: 6.1.1...6.1.2
terminal 6.1.1 Released
Other updates:
- Translation updates
terminal 6.1.0 Released
New features:
- Option to follow system dark style preference
- Create a custom color palette
Fixes:
- Default styles are fully opaque and updated to the latest upstream values from Solarized for improved legibility
Other updates:
- Translation updates
- Performance improvements
terminal 6.0.2 Released
New features:
- Switch tabs with Alt + 1-9
- Quit with Ctrl + Shift + Q
Fixes:
- Fix build on OS 7
Other updates:
- Translation updates
terminal 6.0.1 Released
Fixes:
- Properly restore zoom levels for all locales
Other updates:
- Use XTerm title for window title if available
- Change "Reload Tab" shortcut to Shift + F5 to avoid clash with some foreground processes
- Change preferred shortcut for "Reload Tab" to Shift + Control + R
- Translation updates
terminal 6.0.0 Released
New features:
- Move tabs with the shortcut Ctrl + Alt + ←/→
- Switch tabs with the shortcuts Ctrl + Tab and Ctrl + Shift + Tab
- Zoom levels are now remembered per-tab
- Also warn about multi-line pastes
- Show text details in unsafe paste dialogs
- Open Link option when secondary clicking
- Reload tabs in the context menu or with the shortcut Ctrl + Shift + R
- Notifications indicate if a process exited with errors or not
- Show keyboard shortcuts in tab context menus
Other updates:
- Fix an issue with keyboard shortcuts not activating the first time they're pressed
- Avoid losing focus when closing background tabs
- Validate custom palette
- Translation updates
terminal 5.5.2 Released
terminal 5.5.2 is out!
New features:
- Add commandline option for New Tab (-t)
Other updates:
- Fix URL selection
- Translation updates
terminal 5.5.1 Released
terminal 5.5.1 is out!
New features:
- Add commandline option for New Window (-n)
Other updates:
- Prevent duplicate tab on startup
- Prevent unnecessary Home tab on startup
- Translation updates