-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
90 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters