Skip to content

Latest commit

 

History

History
149 lines (112 loc) · 7.05 KB

CHANGELOG.md

File metadata and controls

149 lines (112 loc) · 7.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.11 - 2024-06-14

Fixed

  • remove unused fields (#74)

Other

  • (deps) bump the cargo-dependencies group across 1 directory with 10 updates (#73)
  • (deps) bump the cargo-dependencies group with 2 updates (#69)
  • (deps) bump the cargo-dependencies group with 4 updates (#68)
  • (deps) bump the cargo-dependencies group with 3 updates (#66)

0.1.10 - 2024-04-26

Other

  • (deps) bump the cargo-dependencies group with 4 updates (#64)

0.1.9 - 2024-04-15

Added

  • Update dependabot.yml to group cargo PRs (#63)

Other

  • (deps) bump webbrowser from 0.8.14 to 0.8.15 (#62)
  • (deps) bump figment from 0.10.15 to 0.10.16 (#61)
  • (deps) bump crates_io_api from 0.9.0 to 0.11.0 (#60)
  • (deps) bump chrono from 0.4.37 to 0.4.38 (#59)
  • (deps) bump ratatui from 0.26.1 to 0.26.2 (#58)
  • (deps) bump webbrowser from 0.8.13 to 0.8.14 (#56)

0.1.8 - 2024-04-01

Fixed

  • restore bracketed paste in tui::restore (#37)

Other

  • use github token instead of kd personal token (#54)
  • (deps) bump mio from 0.8.10 to 0.8.11 (#55)
  • (deps) bump clap from 4.5.3 to 4.5.4 (#53)
  • (deps) bump tokio from 1.36.0 to 1.37.0 (#52)
  • (deps) bump chrono from 0.4.35 to 0.4.37 (#51)
  • (deps) bump toml from 0.8.10 to 0.8.12 (#50)
  • (deps) bump uuid from 1.7.0 to 1.8.0 (#49)
  • (deps) bump color-eyre from 0.6.2 to 0.6.3 (#47)
  • (deps) bump serde_with from 3.6.1 to 3.7.0 (#43)
  • (deps) bump tokio-stream from 0.1.14 to 0.1.15 (#44)
  • (deps) bump figment from 0.10.14 to 0.10.15 (#45)
  • (deps) bump clap from 4.5.2 to 4.5.3 (#46)
  • (deps) bump clap from 4.5.1 to 4.5.2 (#41)
  • (deps) bump webbrowser from 0.8.12 to 0.8.13 (#42)
  • (deps) bump chrono from 0.4.34 to 0.4.35 (#40)
  • (deps) bump strum from 0.26.1 to 0.26.2 (#39)
  • (deps) bump serde from 1.0.196 to 1.0.197 (#38)
  • (deps) bump textwrap from 0.16.0 to 0.16.1 (#36)
  • (deps) bump clap from 4.5.0 to 4.5.1 (#35)
  • jm/refactor tui (#33)

0.1.7 - 2024-02-12

Other

  • clippy (#32)
  • simplify help.rs (#27)
  • (deps) bump chrono from 0.4.33 to 0.4.34 (#30)
  • (deps) bump ratatui from 0.26.1-alpha.1 to 0.26.1 (#31)
  • remove the specific crossterm events (#28)

0.1.6 - 2024-02-11

Added

  • refactor app.rs (#21)
  • Increase spacing between top and bottom in summary

Fixed

  • version string even without git (#24)

Other

  • Add AUR instructions (#22)

0.1.5 - 2024-02-09

Added

  • Show cargo copy in demo
  • Show help in demo
  • Add vhs tape
  • Better help menu with offset and UX for new users
  • Add Action::Ignore

Fixed

  • Don't update crate info when scrolling help
  • Change resolution in tape
  • Missing enter in vhs tape

Other

  • Update gitignore to only ignore log files
  • Update README.md with new demo
  • more tweaks to the demo by scrolling help
  • Tweak resolution and timing of the demo
  • Increase resolution of demo
  • Change demo to move up faster at the end

0.1.4 - 2024-02-09

Fixed

  • version string

0.1.3 - 2024-02-09

Other

  • Remove musl automated build

0.1.2 - 2024-02-09

Other

  • Add token to checkout

0.1.1 - 2024-02-09

Added

  • Open crates io pages from summary view
  • Color theme support and configurable colors
  • Better popup scroll
  • Add copy cargo add command to clipboard
  • Always show spinner in top right
  • Add page number
  • Better prompt
  • Add summary screen
  • Only show keywords instead of versions

Fixed

  • Popup scroll bug

Other

  • simplify popup (#12)
  • better keybinds (#11)
  • use cfg_if crate for better cfg checks (#9)
  • move events from tui to events module (#8)
  • simplify tui, events, errors (#7)
  • cleanup config.rs (#6)