Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

76 lines (54 loc) · 2.88 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.2 - 2024-09-20

Added

  • Add quote counts (#30)

Fixed

  • Update dependencies (#28)

0.1.1 - 2024-08-15

Added

  • Use RichText with auto detection (#26)

0.1.0 - 2024-08-16

Added

  • Update dependencies (#25)
  • Add embed modals to NewPost (#24)

Other

  • add AUR instructions (#23)
  • Update README.md

0.0.5 - 2024-07-24

Added

  • Add menu component (#21)
  • Use env logger (#20)
  • Update counts display (#19)
  • Update NewPostViewComponent, remove Escape action (#18)
  • Update login view, remove tui-prompts (#17)
  • Add NewPost component (#16)
  • Add pinned list view (#14)

0.0.4 - 2024-07-11

Added

  • Add default keybindings (#13)
  • Show labels and langs (#12)
  • Update watchers (#11)
  • Add facets rows and actions to post view (#8)

Fixed

  • Fix PostViewComponent::deactivate (#10)

0.0.3 - 2024-07-08

Added

  • Add post view (#7)
  • Update config serialize/deserialize for keybindings (#5)

0.0.2 - 2024-07-04

Added

  • Configuration with files (#4)
  • Use IndexMap for watching feed_views (#3)
  • Update FeedViewComponent (#2)

Other

  • Update dependencies
  • Update README.md
  • Add release-plz workflow
  • Create rust.yml
  • Update README
  • Update README
  • Revert "Downgrade ratatui to publish"