Skip to content

Commit

Permalink
v2.2.1 (#45)
Browse files Browse the repository at this point in the history
* DOCS: Added changelog for version 2.2.1

* Bumped version
  • Loading branch information
OutdatedGuy authored Aug 2, 2022
1 parent 26fb183 commit f8cbb6e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.1] - 2022-08-02

### Fixes

- (Android) FIX: adaptive icon not displayed properly. [(#37)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/37)
- (Web) FIX: Link preview image not shown. [(#38)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/38)
- (Android) FIX: splash screen bg color not set for android 12. [(#39)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/39)

### Improvements

- (Web) REFACTOR: added lang attr in html. [(#40)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/40)
- REFACTOR: added some decorations. [(#41)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/41)
- (Web) REFACTOR: added proper favicon. [(#42)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/42)
- CHORE: updated dependencies. [(#43)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/43)
- REFACTOR: reduced branding image size. [(#44)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/44)

## [2.2.0] - 2022-07-30

### New Features
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.2.0+5
version: 2.2.1+6

environment:
sdk: ">=2.17.1 <3.0.0"
Expand Down

0 comments on commit f8cbb6e

Please sign in to comment.