Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

82 lines (52 loc) · 3.82 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.2.1] - 2022-08-02

Fixes

  • (Android) FIX: adaptive icon not displayed properly. (#37)
  • (Web) FIX: Link preview image not shown. (#38)
  • (Android) FIX: splash screen bg color not set for android 12. (#39)

Improvements

  • (Web) REFACTOR: added lang attr in html. (#40)
  • REFACTOR: added some decorations. (#41)
  • (Web) REFACTOR: added proper favicon. (#42)
  • CHORE: updated dependencies. (#43)
  • REFACTOR: reduced branding image size. (#44)

[2.2.0] - 2022-07-30

New Features

  • (Web) FEAT: Can select image from clipboard using paste command. (#26)

Added

  • FEAT: Workflow to check pushes and PRs on main. (#19)
  • FEAT: workflow to checks build on supported platforms. (#21)
  • (Web) FEAT: added branding on splash screen. (#23)
  • FEAT: added image for discord link preview. (#29)

Improvements

  • CHORE: minor dependencies updates. (#22)
  • DOCS: added relevant links to badges in readme. (#24)
  • FEAT: Responsive toast. (#25)
  • CHORE: update dependencies. (#33)
  • CHORE: updated dependencies. (#34)

[2.1.0] - 2022-07-12

New Features

  • (Web) Added drag n drop functionality for image selection (#17). (c5542b4)

[2.0.0] - 2022-06-23

New Features

  • Web platform support (#9). (01d2b6a)
  • (Android) App displays from edge to edge (#7). (176694f)

Added

  • Link to API Creator in Settings page. (ff25381)

Improvements

  • Reduced app size.

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. (89a2328)
  • REFACTOR: Removed select from camera option as search results were not useful (#5). (03e14ef)

[1.0.0] - 2022-06-17

  • Initial Release