- Fixed iTerm2 directory on first call via @kitsguru in #210
- Reverted "Fixed iTerm2 execution via @luisc09 in #207" due to causing breaking changes elsewhere
- Fixed iTerm2 execution via @luisc09 in #207
- Added support for specifying terminal on per-command basis via @PinataMostGrim in #206. Fixes #16 and #197
- Added support for Hyper via @berkandirim in #205. Fixes #174
- Added support for Elementary OS. Fixes #159
- Fixed OS X settings via @drbarrett in #162
- Added unicode to str normalization for environment. Fixes #154
- Added fallback for env setting. Fixes #154
- Fixed Windows Powershell support. Fixes #151
- Added support for environment customization via @peterfyj in #150
- Updated examples in Terminal.sublime-settings to be less confusing via @rogeriopradoj in #139
- Fixed iTerm2-v3 script opening multiple tabs if never opened before via @ctf0 in #131
- Fixed iTerm2-v3 script navigation and window activation via @garyking in #133
- Added
release.sh
for release automation
- Added iTerm2-v3 support via @pzgz in #98
- Added missing changelog notes
- Fixed gnome-terminal support via @beledouxdenis in #115
- Fixed custom parameters functionality via @jfcherng in #112
- Replaced
readme.creole
withreadme.md
based off of website - Added/updated
changelog.md
- Relocated license to
LICENSE
- Added common examples to
readme.md
- Repaired handling of temporary views in Sublime Text 3
- Added commands to open the terminal from the command palette
- Fixed "--open-in-tab" behavior when no terminal is open
- Repaired FiSH compatibility more elegantly
- Added support for opening a new tab in iTerm
- Repaired handling multiple project folders with same base path and starting name
- Corrected hyphen/dash typo in settings
- Added support for OS specific settings
- Added compatibility for FiSH
- Added support for LXTerminal, Mate Terminal, xfce4, and Linux Mint/Cinnamon
- Added support for Sublime Text 3
- Added support for non-ASCII directory paths
- Fixed an error popup with some Linux distributions, when unable to determine the default terminal application
- Added %CWD% placeholder for parameters to receive the current working directory the terminal was opened to
- Tweaked menu entries
- Fixed a bug with Open Terminal at Project Folder when no files are open
- Added an iTerm.sh script for OS X users
- Fixed a bug in spawning the terminal that would cause cmd.exe to hang
- Added parameters setting
- Added the parameters arg to the open_terminal and open_terminal_project_folder commands
- Fixed the executable name for the XFCE terminal
- Fixed Terminal.sh to not launch a second window on OS X Lion
- Initial release