File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 11# Changelog
22
33All 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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A code execution editor which supports multiple languages.
33
44publish_to : ' none'
55
6- version : 0.4.1
6+ version : 0.5.0
77
88environment :
99 sdk : " >=2.17.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments