- README: Update usage for list and ls (039ccb96)
- Replace string slices in favor of Rc strings (0bfad6ec)
- Dockerfiles: Rename stable to nix (f46a3ecf)
- Packaging: Include license, changlog, and readme files (c729dee0)
- Add docker usage to readme (938d3a00)
- Docker: Reduce docker image sizes (161ca7c8)
- Readme: Update copyright for 2020 (c36f2c40)
- Travisci: Run rust stable in travis (33f707d4)
The one that adds Edit and upgrades all the Dependencies
- New: Expand the new command's arguments to accept -F (9f1f04e5)
- New: Don't panic when file already exists (9f1f04e5)
- Readme: Update usage (051f83c2)
- 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
- Update installation methods (06266d1d)
- Remove debug lines being printed during execution
- Adds the debug flag (20ee37e3)
Modernizing the repo and fixing bugs
- Add support for window paths (f52438fc)
- Begin trait based Command system (65223007)
- Set default path on the session (4460f026)
- Major internal refactoring of type
- Restructured code into workspaces
- Version bump to 0.7.0 (19b44ef5)
- Fixup minor errors (2a035b27)
- Move root docs back to project root (8f78742a)
- Update the usage (07b9618f)
- README:
- changelog: Add perf and imp to the changelog (f5aca741)
- clog.toml: Make changelogs easier (682a53b6)
- tmux/mod.rs#call: Update the docs for call (68164956)
- Attach: Attach to named sessions with spaces (c5a5020d)
- issue-24: Allow pre_window config option (05703e3f, closes #24)
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.
Enhancement:
- Increase the principle of least surprise by creating the project config directory during the first run, if the directory doesn't exist.
Add a fix for focusing on the top most first window when the session is attached.
Fixes a bug and now supports directories with spaces in the name.
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.
Better error messaging when config file is not found. The message was only showing the default muxed path even if the user ad specified their own project path.
Just changing the available installtion options for releases.
Substantial changes how windows manage default directories internally. Big change on how the session and first window are created.
Cleanup warnings for unused code and paths.
This includes the bug fix for already active sessions.
Changes:
- Bug fixes for windows and panes without execution commands. Where the value is None vs blank ("").
- Fix for unnamed windows.
Fixes for better logging and minor bugs found by significant test coverage increase.
Significant changes have been made in the way commands are now built, and what commands can be built. Major changes in the parsing of files and how windows are treated.
- Added multiple commands now. Commands represent the actions taken on tmux and the language corresponds better.
- Stopped opening sessions with a named window. This made it hard to treat all windows the same.
Bumping to 0.1.0 as this build works as desired for a simple config running the happy path.