diff --git a/.cz.yaml b/.cz.yaml index f224b29..dede31f 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -9,5 +9,5 @@ commitizen: template: .cz.changelog.md.j2 update_changelog_on_bump: true use_shortcuts: true - version: 1.2.1 + version: 1.3.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 430d5c5..0eb29dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v1.3.0 (2024-03-09) + +### Feature + +- **tmux**: add tmux-logging plugin +- **tmux**: add tmux-pain-control plugin and remove redundant bindings +- **tmux**: change horizontal split keybinding from | to + +- **tmux**: add keybinding to toggle pane input synchronization + ## v1.2.1 (2024-03-09) ### Fix