From 3b60cce7657727bcf419757c500ea43d8897ea5c Mon Sep 17 00:00:00 2001 From: OutdatedGuy <74326345+OutdatedGuy@users.noreply.github.com> Date: Thu, 23 Jun 2022 22:28:40 +0530 Subject: [PATCH] DOCS: updated changelog for version 2.0.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6721df9..d940663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,36 @@ 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.0.0] - 2022-06-23 + +### New features + +- `Web` platform support. +- (Android) App displays from edge to edge. + +### Added + +- Link to **_API Creator_** in _Settings_ page. + +### Changes + +- Changed _Video Player_. +- Removed `BottomNavigationBar` hover color. + +### Improvements + +- Reduced app size. +- Controls not hidden when video is playing if video duration is 0. + +### Fixed + +- (Android) _Status bar_ text not visible for some pages. +- (Android) Hidden _status bar_ on splash screen. +- (Android) Not transparent _system nav_ and _status bar_ colors from API 28+. +- Image size limit warning value not correct. +- _Hitory_ and _Settings_ page not refreshed when user signs in. +- `ListView` padding not correct. + ## [1.0.1] - 2022-06-21 - (Android) **FIX**: Splash screen not shown in fullscreen mode.