# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.1.5](https://github.com/sugyan/tuisky/compare/v0.1.4...v0.1.5) - 2024-11-14 ### Fixed - Remove std::os::unix::fs::MetadataExt ([#41](https://github.com/sugyan/tuisky/pull/41)) ## [0.1.4](https://github.com/sugyan/tuisky/compare/v0.1.3...v0.1.4) - 2024-11-14 ### Other - Fix default config path ([#38](https://github.com/sugyan/tuisky/pull/38)) - Update README ## [0.1.3](https://github.com/sugyan/tuisky/compare/v0.1.2...v0.1.3) - 2024-10-31 ### Added - Add `service` input to login form ([#32](https://github.com/sugyan/tuisky/pull/32)) ### Other - Update dependencies ([#34](https://github.com/sugyan/tuisky/pull/34)) ## [0.1.2](https://github.com/sugyan/tuisky/compare/v0.1.1...v0.1.2) - 2024-09-20 ### Added - Add quote counts ([#30](https://github.com/sugyan/tuisky/pull/30)) ### Fixed - Update dependencies ([#28](https://github.com/sugyan/tuisky/pull/28)) ## [0.1.1](https://github.com/sugyan/tuisky/compare/v0.1.0...v0.1.1) - 2024-08-15 ### Added - Use RichText with auto detection ([#26](https://github.com/sugyan/tuisky/pull/26)) ## [0.1.0](https://github.com/sugyan/tuisky/compare/v0.0.5...v0.1.0) - 2024-08-16 ### Added - Update dependencies ([#25](https://github.com/sugyan/tuisky/pull/25)) - Add embed modals to NewPost ([#24](https://github.com/sugyan/tuisky/pull/24)) ### Other - add AUR instructions ([#23](https://github.com/sugyan/tuisky/pull/23)) - Update README.md ## [0.0.5](https://github.com/sugyan/tuisky/compare/v0.0.4...v0.0.5) - 2024-07-24 ### Added - Add menu component ([#21](https://github.com/sugyan/tuisky/pull/21)) - Use env logger ([#20](https://github.com/sugyan/tuisky/pull/20)) - Update counts display ([#19](https://github.com/sugyan/tuisky/pull/19)) - Update NewPostViewComponent, remove Escape action ([#18](https://github.com/sugyan/tuisky/pull/18)) - Update login view, remove tui-prompts ([#17](https://github.com/sugyan/tuisky/pull/17)) - Add NewPost component ([#16](https://github.com/sugyan/tuisky/pull/16)) - Add pinned list view ([#14](https://github.com/sugyan/tuisky/pull/14)) ## [0.0.4](https://github.com/sugyan/tuisky/compare/v0.0.3...v0.0.4) - 2024-07-11 ### Added - Add default keybindings ([#13](https://github.com/sugyan/tuisky/pull/13)) - Show labels and langs ([#12](https://github.com/sugyan/tuisky/pull/12)) - Update watchers ([#11](https://github.com/sugyan/tuisky/pull/11)) - Add facets rows and actions to post view ([#8](https://github.com/sugyan/tuisky/pull/8)) ### Fixed - Fix PostViewComponent::deactivate ([#10](https://github.com/sugyan/tuisky/pull/10)) ## [0.0.3](https://github.com/sugyan/tuisky/compare/v0.0.2...v0.0.3) - 2024-07-08 ### Added - Add post view ([#7](https://github.com/sugyan/tuisky/pull/7)) - Update config serialize/deserialize for keybindings ([#5](https://github.com/sugyan/tuisky/pull/5)) ## [0.0.2](https://github.com/sugyan/tuisky/compare/v0.0.1...v0.0.2) - 2024-07-04 ### Added - Configuration with files ([#4](https://github.com/sugyan/tuisky/pull/4)) - Use IndexMap for watching feed_views ([#3](https://github.com/sugyan/tuisky/pull/3)) - Update FeedViewComponent ([#2](https://github.com/sugyan/tuisky/pull/2)) ### Other - Update dependencies - Update README.md - Add release-plz workflow - Create rust.yml - Update README - Update README - Revert "Downgrade ratatui to publish"