Skip to content

Releases: avocadianmage/boysen

v1.3.0

06 Oct 07:26
Compare
Choose a tag to compare

Change log:

  • UI overhaul that removed the extra chrome of the title bar for more vertical real estate.
  • Other minor UI tweaks (animation changes and syntax highlighting colors)

v1.2.0

15 Sep 05:36
Compare
Choose a tag to compare

Change log:

  • Boysen now works on other platforms besides Windows (though provided installer binary is only for Windows)
  • The default tab width has been increased
  • Tab icons have been removed to reduce clutter and allow more room for the working directory text

v1.1.0

09 Sep 01:14
Compare
Choose a tag to compare

The biggest change this release is an overhaul of terminal keybindings. In particular:

  • Ctrl+Home and Ctrl+End no longer delete text. They now move the cursor to the beginning or end of the prompt input.
  • Ctrl+Shift+Home and Ctrl+Shift+End do likewise while also selecting text.
  • Tab and Shift+Tab will now start cycling through file system entries if there no was initial input to complete on, rather than do nothing.

v1.0.2

08 Sep 17:01
Compare
Choose a tag to compare

Change log:

  • Icons should now load correctly on tabs

v1.0.1

08 Sep 08:10
Compare
Choose a tag to compare

Change log:

  • A few small bug fixes to handle launching from different working directories
  • The installer now adds boysen to the PATH environment variable

Initial release (v1.0.0)

08 Sep 04:57
Compare
Choose a tag to compare

The initial release of boysen. It includes:

  • A fully featured PowerShell emulator
  • A more "bash-like" prompt and display of file system entries
  • Tabs for multiple shell sessions