Releases: brianp/muxed
Releases · brianp/muxed
The one that lists projects
The one that supports better session switching
The one that adds Edit and upgrades all the Dependencies
The one that adds Edit and upgrades all the Dependencies
0.8.0 (2019-12-14)
Features
Improvements
- New: Expand the new command's arguments to accept -F (9f1f04e5)
Fixes
- New: Don't panic when file already exists (9f1f04e5)
Documentation
- Readme: Update usage (051f83c2)
Refactor
- Refactor file naming in tests (c104abd5)
- Don't compile untested crates (9999778b)
- Utilize same template creation code (46ecae5b)
- Fixup un-used result warning (101bf984)
- Muxed: Upgrade docopt 0.7.0 -> 1.1.0 (d0429ef3)
- Common:
- Edit:
- Load:
- Snapshot:
- Docker: Rename and fixup docker files (d6bec594)
- First Run: Use paths for first run check (98fecbd2)
- Project Paths: Use std::default for Args (9a0ec6dd)
The one that removes debug lines
Modernizing the repo and fixing bugs
0.7.0 (2019-11-28)
Mostly this release plays some catch up. Updating with fixes used locally and changing how behind the scenes processing happens.
Bug Fixes
Features
- Add support for window paths (f52438fc)
Improvements
- Begin trait based Command system (65223007)
- Set default path on the session (4460f026)
- Major internal refactoring of type
- Restructured code into workspaces
Documentation
New Subcommand... Literally.
v0.5.0 (2016-07-07)
New Usage and installation:
- The muxed-complete-0.5.0 package contains two bins that need to be in your path or use
/usr/local/bin
- The muxed-0.5.0 package contains the single bin.
Feature:
- Added new SubCommand for generating new project files.
Bug:
- Silence un-needed output.
Refactored:
- Expressions in project/parser.rs to utilize if let.
- Removed the linker from ./cargo/config. It had conflicts when actually building on osx.
- When help is displayed.
Friendlier Getting Started
v0.4.0 (2016-06-19)
Enhancement:
- Increase the principle of least surprise by creating the project config directory during the first run, if the directory doesn't exist.
Bug fixes:
- v0.3.5 (2016-06-18) - Add a fix for focusing on the top most first window when the session is attached.
- v0.3.4 (2016-06-16) - Fixes a bug and now supports directories with spaces in the name.
- v0.3.2 (2016-06-05) - Fixed a bug where blank values quotes values ex: "" created a send keys command for execution of no command. Instead let blank values opt out of the command completely.
Internals:
- Uses has-session to find existing sessions.
- Major changes to the integration testing suite. Makes testing against newly added values easier to access. Collects additional information to test against.
Public Testing!
This is the first distribution release of Muxed.
The core functionality of opening defined projects is now available. See the readme for usage.
For installation, un-package the tar and place the muxed bin anywhere in your $PATH
.