Skip to content

Commit

Permalink
Update changelog and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Jan 6, 2023
1 parent 89e72ab commit 79645fa
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion flutter_launcher_icons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 79645fa

Please sign in to comment.