From 79645fade05057fa8b99e3db1b687efb0bdd556a Mon Sep 17 00:00:00 2001 From: dhzdhd Date: Fri, 6 Jan 2023 11:12:36 +0530 Subject: [PATCH] Update changelog and versions --- .github/workflows/build-release.yml | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ flutter_launcher_icons.yaml | 3 ++- pubspec.yaml | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index ce4a30c..0a6b2e4 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -133,7 +133,7 @@ jobs: # if: startsWith(github.ref, 'refs/tags/') with: name: ExCode - tag_name: v0.4.1 + tag_name: v0.5.0 prerelease: true generate_release_notes: true files: | diff --git a/CHANGELOG.md b/CHANGELOG.md index ab93690..b1cae6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog All notable changes to this project will be documented in this file. +For currently known issues, check the [GitHub issues tab](https://github.com/dhzdhd/ExCode/issues?q=is%3Aopen+is%3Aissue+label%3Abug) + +## 0.5.0 | 06-01-2023 + +This will be the final major prerelease version. The following possible releases will be Release Candidate versions with bug fixes. + +### Additions + +- Added functionality to store snippets and settings on the cloud. +- Added a sync button to synchronise all the cloud settings with the local ones, overwriting the local settings. +- Added ability to highlight similar words (Right click selected text and select the `Match text` option in the editor). +- Moved the authentication options to a dropdown menu in the settings appbar. +- Added a confirm delete option to snippets. + +### Fixes / Improvements + +- Fixed issues with cursor color. +- Fixed and implemented an update option on Android. +- Fixed color inconsistencies in light mode. +- Fixed oversized Android icon. +- Reworked the snippet bar dialog UI. +- General QOL improvements. ## 0.4.1 | 30-11-2022 (HOTFIX) diff --git a/flutter_launcher_icons.yaml b/flutter_launcher_icons.yaml index 18e411a..09a5633 100644 --- a/flutter_launcher_icons.yaml +++ b/flutter_launcher_icons.yaml @@ -6,7 +6,8 @@ flutter_icons: # image_path_android: "assets/icons/android.png" min_sdk_android: 21 adaptive_icon_background: "#ff091c32" - adaptive_icon_foreground: "assets/icons/android.png" + # https://github.com/fluttercommunity/flutter_launcher_icons/issues/96 + adaptive_icon_foreground: "assets/icons/android.png" # adaptive_icon_padding: true ios: true image_path_ios: "assets/icons/logo.png" diff --git a/pubspec.yaml b/pubspec.yaml index a5168f0..5ba0f42 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A code execution editor which supports multiple languages. publish_to: 'none' -version: 0.4.1 +version: 0.5.0 environment: sdk: ">=2.17.0 <3.0.0"