Skip to content

Releases: jrmoulton/tmux-sessionizer

v0.4.4

25 Oct 00:42
Compare
Choose a tag to compare

Many thanks to everyone who contributed in this release!

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.2

01 Mar 20:14
ad01e7c
Compare
Choose a tag to compare

Install tmux-sessionizer 0.4.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jrmoulton/tmux-sessionizer/releases/download/v0.4.2/tmux-sessionizer-installer.sh | sh

Download tmux-sessionizer 0.4.2

File Platform Checksum
tmux-sessionizer-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tmux-sessionizer-x86_64-apple-darwin.tar.xz Intel macOS checksum
tmux-sessionizer-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
tmux-sessionizer-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

v0.4.0

04 Feb 20:11
d667c31
Compare
Choose a tag to compare

Install tmux-sessionizer 0.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jrmoulton/tmux-sessionizer/releases/download/v0.4.0/tmux-sessionizer-installer.sh | sh

Download tmux-sessionizer 0.4.0

File Platform Checksum
tmux-sessionizer-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tmux-sessionizer-x86_64-apple-darwin.tar.xz Intel macOS checksum
tmux-sessionizer-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
tmux-sessionizer-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Version 0.3.2

11 Jan 23:02
1668e42
Compare
Choose a tag to compare

Quick fix for nix flake

What's Changed

Full Changelog: v0.3.1...v0.3.2

Version 0.3.1

11 Jan 20:35
92e7f9b
Compare
Choose a tag to compare

This mainly fixes issues with the configuration

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

Version 0.3.0

20 Dec 01:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.3.0

v0.2.3

21 Aug 08:58
Compare
Choose a tag to compare

A quick bump to fix an issue with cargo.lock and Cargo.toml being out of sync

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

Version 0.2.2

10 May 16:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

05 Apr 18:28
Compare
Choose a tag to compare

Version 0.2.1!

The standout feature in this release is the tms switch subcommand that will show all currently running sessions with a fuzzy finder and a preview window. This can be bound to a tmux keybinding and a popup.

I accidentally labeled the last release as 2.0 when it was actually 0.2.0. That was a mistake and this is now version 0.2.1

What's Changed

New Contributors

  • @tjex made their first contribution in #4

Full Changelog: v0.2.0...v0.2.1

Version 2.0!

05 Nov 03:48
Compare
Choose a tag to compare

Breaking Changes

The confy lib was updated and with this update the location of where the configuration file is stored has changed on MacOS. This means that the configuration will need to be run and set again.

What's Changed

  • Added option for displaying full paths by @PWillumsen in #2

New Contributors

  • @PWillumsen made their first contribution in #2

Full Changelog: v0.1.1...v0.2.0

Many thanks to @PWillumsen for the PR in this release adding support for displaying full paths! Having more eyes on the code and contributions are always welcome.