From 33ddc4afd03109851999384d511fb7b8647ab4fd Mon Sep 17 00:00:00 2001 From: kshib Date: Sat, 27 Apr 2024 22:33:36 +0530 Subject: [PATCH] v0.10.0 --- changelog.md | 6 +++++- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 8a68d0a..ec44a5b 100644 --- a/changelog.md +++ b/changelog.md @@ -5,10 +5,13 @@ 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). -## [Unreleased] - ? +## [0.10.0] - 2024-04-27 ### Added +- Save articles - Translation on feed page +- Fallback to use smort.io when loading full article fails +- Flags to language selector ### Fixed - Extractors @@ -145,6 +148,7 @@ Fdroid release ### First Release [unreleased]: https://github.com/ksh-b/raven/compare/v0.9.0...HEAD +[0.10.0]: https://github.com/ksh-b/raven/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/ksh-b/raven/compare/v0.8.3...v0.9.0 [0.8.3]: https://github.com/ksh-b/raven/compare/v0.8.2...v0.8.3 [0.8.2]: https://github.com/ksh-b/raven/compare/v0.8.1...v0.8.2 diff --git a/pubspec.yaml b/pubspec.yaml index cdd932c..bc6dd1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: raven description: "News aggregator" publish_to: 'none' -version: 0.9.2+210 +version: 0.10.0+210 environment: sdk: '>=3.2.1 <4.0.0'