Skip to content

Commit 79645fa

Browse files
committed
Update changelog and versions
1 parent 89e72ab commit 79645fa

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
# if: startsWith(github.ref, 'refs/tags/')
134134
with:
135135
name: ExCode
136-
tag_name: v0.4.1
136+
tag_name: v0.5.0
137137
prerelease: true
138138
generate_release_notes: true
139139
files: |

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4+
For currently known issues, check the [GitHub issues tab](https://github.com/dhzdhd/ExCode/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
5+
6+
## 0.5.0 | 06-01-2023
7+
8+
This will be the final major prerelease version. The following possible releases will be Release Candidate versions with bug fixes.
9+
10+
### Additions
11+
12+
- Added functionality to store snippets and settings on the cloud.
13+
- Added a sync button to synchronise all the cloud settings with the local ones, overwriting the local settings.
14+
- Added ability to highlight similar words (Right click selected text and select the `Match text` option in the editor).
15+
- Moved the authentication options to a dropdown menu in the settings appbar.
16+
- Added a confirm delete option to snippets.
17+
18+
### Fixes / Improvements
19+
20+
- Fixed issues with cursor color.
21+
- Fixed and implemented an update option on Android.
22+
- Fixed color inconsistencies in light mode.
23+
- Fixed oversized Android icon.
24+
- Reworked the snippet bar dialog UI.
25+
- General QOL improvements.
426

527
## 0.4.1 | 30-11-2022 (HOTFIX)
628

flutter_launcher_icons.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ flutter_icons:
66
# image_path_android: "assets/icons/android.png"
77
min_sdk_android: 21
88
adaptive_icon_background: "#ff091c32"
9-
adaptive_icon_foreground: "assets/icons/android.png"
9+
# https://github.com/fluttercommunity/flutter_launcher_icons/issues/96
10+
adaptive_icon_foreground: "assets/icons/android.png" #
1011
adaptive_icon_padding: true
1112
ios: true
1213
image_path_ios: "assets/icons/logo.png"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A code execution editor which supports multiple languages.
33

44
publish_to: 'none'
55

6-
version: 0.4.1
6+
version: 0.5.0
77

88
environment:
99
sdk: ">=2.17.0 <3.0.0"

0 commit comments

Comments
 (0)