Skip to content

Releases: graelo/tmux-backup

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

v0.3.1

30 Oct 22:43
Compare
Choose a tag to compare

Changelog

v0.3.1 (2022-10-30)

Features

  • initialization: add generate-tmux-plugin-config
    (55ea13b)

Other

  • release: tmux-backup v0.3.1
    (2237f8c)
  • config: reorder config elements
    (6792465)
  • deps: update dependencies
    (7bc89c0)
  • tmux: split cleanup of captured buffer from capture
    (2430ac8)

Documentation

  • update docs & tmux-backup.tmux
    (d6446b6)

v0.3.0

26 Oct 21:30
Compare
Choose a tag to compare

Changelog

v0.3.0 (2022-10-26)

Features

  • save: drop last empty lines
    (9c6656d)
  • save: configurable num dropped lines
    (00b62a2)
  • tmux: zsh panes do not capture last line (prompt)
    (8cc4299)
  • tmux: pane capture now trims lines & inserts final ascii reset code
    (fe66d1e)

Other

  • release: tmux-backup v0.3.0
    (b040ea9)
  • deps: update dependencies
    (5b3a975)
  • satisfy some additional clippy in beta
    (414bf8d)
  • satisfy some additional clippy in beta
    (388bf23)
  • satisfy some clippy pedantic
    (7f004a4)
  • style: inline format args
    (b8123ae)
  • deps: bump MSRV to 1.60 (due to clap v4)
    (49a439d)
  • deps: update dependencies
    (157236c)
  • config: move strategies downwards
    (8cd3beb)
  • tmux: cleaner capture post-processing
    (1966d13)
  • config: remove short option for classic strategy
    (a77438e)
  • deps: update dependencies
    (958c6d3)

Documentation

  • update docs & tmux-backup.tmux
    (47af38f)

v0.2.0

21 Sep 07:46
Compare
Choose a tag to compare

Changelog

v0.2.0 (2022-09-21)

⚠ BREAKING CHANGE

  • old archives cannot be read anymore. This should not be an issue given the userbase ;) There was no compelling reason to keep yaml for this.

Fixes

  • restore: do not attempt to fetch the new metadata if restoring outside of tmux
    (ccad25b)

Other

  • release: tmux-backup v0.2.0
    (8e5f6a9)
  • update TODO.md
    (6f9f2dd)
  • dependencies: bump to latest
    (9577b6b)
  • archive: change metadata format to json
    (a04bb9f)