From 9aced0ab1f6ecfd8f063ef4e87af9f9cc734beab Mon Sep 17 00:00:00 2001 From: kshib Date: Sun, 10 Mar 2024 22:45:22 +0530 Subject: [PATCH] v0.5.2 --- changelog.md | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..06f1eea --- /dev/null +++ b/changelog.md @@ -0,0 +1,89 @@ +# 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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## [0.5.2] - 2024-01-19 + +### Added: +- Search bar - search subscribed publishers +- Search trends (suggestions in search bar) + - APNews + - Brave + - Google + - Yahoo +- Setting to change preferred search trend provider +- Tags for articles in feed page +- This changelog file + +### Fixed: +- Fixed extractors +- Thumbnails in feed and article page will take full width + + +## [0.2.0] - 2024-01-19 + +### Added: +- Source: The Quint +- Translation from SimplyTranslate + +### Updated: +- Added thumbnail image for articles on feed page +- Minor layout changes + +### Removed: +- Search bar on feed page (planning to add back later with better functionality) +- Nitter support. Refer this article + +## [0.1.2] - 2024-01-19 + +### Fixed +- Extractors + +### Changed +- Excerpt styling in full article page + +## [0.1.1] - 2024-01-01 + +### Added + +- Source: Arstechnica +- Source: BleepingComputer +- Source: Engadget +- Source: Nitter + +## [0.1.0] - 2023-12-29 + +### Added + +- Publisher: Al Jazeera +- Publisher: BBC +- Settings page (Themes, Article) +- Option to share/open article URL +- Icons on subscriptions page + +### Changed + +- Minor layout changes + +## [0.0.2] - 2023-12-26 + +### Fixed + +- Subscription selection related issues + +## [0.0.1] - 2023-12-29 + +### First Release + + +[0.5.1]: https://github.com/ksh-b/whapp/compare/v0.2.0...v0.5.1 +[0.2.0]: https://github.com/ksh-b/whapp/compare/v0.1.2...v0.2.0 +[0.1.2]: https://github.com/ksh-b/whapp/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/ksh-b/whapp/compare/v0.1.0...v0.1.1 +[0.1.0]: https://github.com/ksh-b/whapp/compare/v0.0.2...v0.1.0 +[0.0.2]: https://github.com/ksh-b/whapp/compare/v0.0.1...v0.0.2 +[0.0.1]: https://github.com/ksh-b/whapp/releases/tag/v0.0.1 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 45b0115..e9738fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: whapp description: "News aggregator" publish_to: 'none' -version: 0.2.0+1 +version: 0.5.2+1 environment: sdk: '>=3.2.1 <4.0.0'