Skip to content

Releases: graelo/tmux-copyrat

v0.5.5

24 Feb 00:00
Compare
Choose a tag to compare

Changelog

v0.5.5 (2024-02-23)

Other

  • release: tmux-copyrat v0.5.5
    (8693448)
  • remove convco from essentials.yml
    (76eac9e)
  • deps: upgrade to termion-3.0.0
    (52f902b)

v0.5.4

01 Sep 23:17
Compare
Choose a tag to compare

Changelog

v0.5.4 (2023-09-01)

Fixes

  • better clipboard detection
    (d5b997b)

Other

v0.5.3

02 Jun 21:12
Compare
Choose a tag to compare

Changelog

v0.5.3 (2023-06-02)

Fixes

  • regex: add s3 & gs to uri
    (f2df79e)

Other

  • release: tmux-copyrat v0.5.3
    (d5f0363)
  • deps: update dependencies
    (c2d9345)

v0.5.2

02 Apr 09:30
Compare
Choose a tag to compare

Changelog

v0.5.2 (2023-04-02)

Fixes

  • update min rust version to 1.64
    (7046114)
  • ci: use dtolnay/rust-toolchain
    (15a91f5)

Other

v0.5.1

10 Dec 15:50
Compare
Choose a tag to compare

Changelog

v0.5.1 (2022-12-10)

Fixes

  • regex: avoid capturing quotes at the end of url
    (ea8b25c)

Other

  • release: tmux-copyrat v0.5.1
    (b950f2c)
  • clippy: fix warnings from nightly
    (f08cf30)
  • deps: update dependencies
    (5a411e6)
  • deps: update dependencies
    (316d01c)
  • github-actions: better structure & shorter action names
    (4b52de2)

v0.5.0

07 Nov 15:53
Compare
Choose a tag to compare

Changelog

v0.5.0 (2022-11-07)

Features

Fixes

  • github-actions: remove windows support
    (17d090c)
  • test: remove unnecessary &mut in some tests
    (735d6c0)
  • refine url regex: exclude >
    (1f79419)
  • path to binary
    (12a7e25)

Other

  • release: tmux-copyrat v0.5.0
    (451726a)
  • clap: use more idiomatic attributes
    (df661e2)
  • deps: update dependencies
    (2241347)
  • clippy: obey nightly clippy
    (6f2f767)
  • git: unignored Cargo.lock
    (8c22f7d)
  • add deny.toml
    (500dce4)
  • github-actions: use same actions as tmux-backup
    (2c5c0f3)
  • ci: bump MSRV to 1.60 (clap v4)
    (95afca5)
  • ci: remove scheduled ci
    (68b75ee)
  • obey clippy
    (26e7d97)
  • update to clap v4 & termion v2
    (10013a6)
  • docs: README: fix typo
    (4ad2adc)
  • better handling of hint_style_arg
    (e13c58d)
  • publicly expose error::Error
    (d2eb8f0)
  • deps: bump clap to 3.1
    (3bebad0)
  • docs: update install and config docs
    (e892668)
  • quoted-tick -> quoted-backtick
    (389e961)
  • docs: update README.md, Cargo desc, installation
    (a514032)
  • rename ParseError -> Error
    (5d9ea6f)
  • use custom Result
    (7d1bb69)
  • deps: bump clap to 3.0.0-beta.5
    (077d163)
  • ci: update mrsv to 1.56.0 (edition = 2021)
    (276d17c)
  • ci: configure github-actions
    (9e77417)
  • obey clippy
    (a253c1e)

Documentation