Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #31 from viniarck/feature/release_notes
Browse files Browse the repository at this point in the history
Updated release notes
  • Loading branch information
viniarck authored Apr 15, 2021
2 parents 81a2528 + 016e0e0 commit 36d4d4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/tmuxdir.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ RELEASE NOTES *tmuxdir-release-notes*

2021-04-15

Released v2.0

Added support for `Denite` `action_new`, just so you can have additional
workspaces (tmux session) mapped to the same project. For example, you could have one session just for source code editing or reading and another one just for executing process or other background shell related tasks.

Augmented `TmuxdirAdd(directory)` to statically add a directory as a project. This enables you to bookmark some directory regardless of root markers. So, it's like an intermediary helper filling the gap for directories that don't have root markers yet. This is also handy if you have a monorepo and want to treat different folders there as different projects.

I'll have to drop support for vim 8+ because of the dependencies required aren't being maintained anymore and most users of this plugin use nvim. That will simplify the maintenance of this project and to keep the existing quality. So, if you want to use this plugin with vim, please use the version 1.1.

2020-08-02
Expand Down

0 comments on commit 36d4d4c

Please sign in to comment.