Skip to content

Commit

Permalink
v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ksh-b committed May 16, 2024
1 parent fbc32be commit 6d17afa
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 15 deletions.
15 changes: 13 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ 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.12.0] - 2024-05-24
## [0.12.1] - 2024-05-17

### Fixed
- Sorting (#22)
- Some RSS feeds not loading
- Source: AlJazeera

### Removed
- "All" checkbox from custom category selector

## [0.12.0] - 2024-05-12

### Added
- Option to choose translator instance
Expand Down Expand Up @@ -168,7 +178,8 @@ Fdroid release

### First Release

[unreleased]: https://github.com/ksh-b/raven/compare/v0.12.0...HEAD
[unreleased]: https://github.com/ksh-b/raven/compare/v0.12.1...HEAD
[0.12.1]: https://github.com/ksh-b/raven/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/ksh-b/raven/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/ksh-b/raven/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/ksh-b/raven/compare/v0.9.0...v0.10.0
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/213.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Fixed
- Sorting (#22)
- Some RSS feeds not loading
- Source: AlJazeera

### Removed
- "All" checkbox from custom category selector
30 changes: 19 additions & 11 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ packages:
dependency: transitive
description:
name: build_daemon
sha256: "0343061a33da9c5810b2d6cee51945127d8f4c060b7fbdd9d54917f0a3feaaa1"
sha256: "79b2aef6ac2ed00046867ed354c88778c9c0f029df8a20fe10b5436826721ef9"
url: "https://pub.dev"
source: hosted
version: "4.0.1"
version: "4.0.2"
build_resolvers:
dependency: transitive
description:
Expand All @@ -82,10 +82,10 @@ packages:
dependency: "direct dev"
description:
name: build_runner
sha256: "3ac61a79bfb6f6cc11f693591063a7f19a7af628dc52f141743edac5c16e8c22"
sha256: "1414d6d733a85d8ad2f1dfcb3ea7945759e35a123cb99ccfac75d0758f75edfa"
url: "https://pub.dev"
source: hosted
version: "2.4.9"
version: "2.4.10"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -745,10 +745,10 @@ packages:
dependency: transitive
description:
name: shelf_web_socket
sha256: "9ca081be41c60190ebcb4766b2486a7d50261db7bd0f5d9615f2d653637a84c1"
sha256: "073c147238594ecd0d193f3456a5fe91c4b0abbcc68bf5cd95b36c4e194ac611"
url: "https://pub.dev"
source: hosted
version: "1.0.4"
version: "2.0.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -1010,14 +1010,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.5.1"
web_socket:
dependency: transitive
description:
name: web_socket
sha256: bfe704c186c6e32a46f6607f94d079cd0b747b9a489fceeecc93cd3adb98edd5
url: "https://pub.dev"
source: hosted
version: "0.1.3"
web_socket_channel:
dependency: transitive
description:
name: web_socket_channel
sha256: "58c6666b342a38816b2e7e50ed0f1e261959630becd4c879c4f26bfa14aa5a42"
sha256: a2d56211ee4d35d9b344d9d4ce60f362e4f5d1aafb988302906bd732bc731276
url: "https://pub.dev"
source: hosted
version: "2.4.5"
version: "3.0.0"
webkit_inspection_protocol:
dependency: transitive
description:
Expand All @@ -1030,10 +1038,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: "0eaf06e3446824099858367950a813472af675116bf63f008a4c2a75ae13e9cb"
sha256: a79dbe579cb51ecd6d30b17e0cae4e0ea15e2c0e66f69ad4198f22a6789e94f4
url: "https://pub.dev"
source: hosted
version: "5.5.0"
version: "5.5.1"
win32_registry:
dependency: transitive
description:
Expand Down Expand Up @@ -1075,5 +1083,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.4.0-256.0.dev <4.0.0"
dart: ">=3.4.0 <4.0.0"
flutter: ">=3.19.0"
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: raven
description: "News aggregator"
publish_to: 'none'

version: 0.12.0+212
version: 0.12.1+213

environment:
sdk: '>=3.2.1 <4.0.0'
Expand Down Expand Up @@ -40,4 +40,3 @@ dev_dependencies:

flutter:
uses-material-design: true

0 comments on commit 6d17afa

Please sign in to comment.