Skip to content

Releases: graelo/tmux-backup

v0.5.7

14 Aug 19:12
Compare
Choose a tag to compare

Changelog

v0.5.7 (2024-08-14)

Fixes

  • ci: drop set-output & better convco config
    (f2a4251)

Other

  • release: tmux-backup v0.5.7
    (9a0baa7)

v0.5.6

14 Aug 17:21
Compare
Choose a tag to compare

Changelog

v0.5.6 (2024-08-14)

Fixes

  • ci: update .convco file
    (4a05e16)
  • ci: upgrade actions and drop set-output
    (63a97d9)

Other

  • release: tmux-backup v0.5.6
    (5344854)

v0.5.5

14 Aug 15:18
Compare
Choose a tag to compare

Changelog

v0.5.5 (2024-08-14)

Fixes

Other

v0.5.4

29 Aug 09:29
Compare
Choose a tag to compare

Changelog

v0.5.4 (2023-08-29)

Fixes

  • update min rust version to 1.70
    (063a99e)
  • archive: timestamp now only has microseconds
    (707e192)

Other

  • release: v0.5.4
    (18bbee7)
  • deps: update dependencies
    (446b808)
  • add minor comments
    (13deab8)
  • archive: move backup_filepath_pattern close to new_backup_filepath
    (d9a7dc0)
  • obey clippy
    (43c958a)

v0.5.3

15 May 15:41
Compare
Choose a tag to compare

Changelog

v0.5.3 (2023-05-15)

Fixes

  • catalog: align column names
    (fb9ba8f)

Other

v0.5.2

02 Apr 09:06
Compare
Choose a tag to compare

Changelog

v0.5.2 (2023-04-02)

Fixes

  • update min rust version to 1.64
    (27e0c4a)
  • ci: use dtolnay/rust-toolchain
    (f4ea390)

Other

v0.5.1

10 Dec 14:19
Compare
Choose a tag to compare

Changelog

v0.5.1 (2022-12-10)

Other

  • release: tmux-backup v0.5.1
    (1630806)
  • clippy: fix warnings from nightly
    (5ac9efd)
  • deps: update dependencies
    (a4a2c1a)
  • cleanup Cargo.toml
    (c57059c)

v0.5.0

11 Nov 18:20
Compare
Choose a tag to compare

Changelog

v0.5.0 (2022-11-11)

Features

  • backup: name contains timestamp with microsecs
    (6ce10b0)

Other

  • release: tmux-backup v0.5.0
    (af14c17)
  • deps: update dependencies
    (feaeaf9)

Documentation

  • update README with the longer timestamp
    (7f1c322)

v0.4.1

08 Nov 20:29
Compare
Choose a tag to compare

Changelog

v0.4.1 (2022-11-08)

Other

  • release: tmux-backup v0.4.1
    (9a347e8)
  • github-actions: shorter action names
    (df20430)
  • github-actions: cleaner structure
    (62a3088)
  • deps: update dependencies
    (3c49b58)
  • github-actions: don't run cargo outdated audit & pants on other platforms
    (d37d9db)
  • github-actions: download cargo-audit binary
    (4f1e9d8)
  • deps: update dependencies
    (f620c24)
  • extract tmux-lib
    (e9af375)
  • deps: update dependencies
    (889f313)
  • config: use more idiomatic clap 4 attributes
    (2ed2a1d)

Documentation

v0.4.0

05 Nov 09:03
Compare
Choose a tag to compare

Changelog

v0.4.0 (2022-11-05)

Features

  • command: rename generate-tmux-plugin-config to init
    (54a38e5)
  • catalog: try stripping $HOME when displaying catalog dirpath
    (41a85f6)

Fixes

  • translate config hook to bash
    (4404a0b)

Other

Documentation