Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ksh-b committed Mar 10, 2024
1 parent 32ba6a0 commit 9aced0a
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 1 deletion.
89 changes: 89 additions & 0 deletions changelog.md
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
- 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
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9aced0a

Please sign in to comment.