Skip to content

Commit

Permalink
Ready app for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed May 12, 2022
1 parent 4e17e61 commit e636818
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# if: startsWith(github.ref, 'refs/tags/')
with:
name: ExCode
tag_name: v0.0.2
tag_name: v0.0.3
prerelease: true
generate_release_notes: true
files: exec/*
Expand Down
29 changes: 25 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,37 @@

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

## 0.0.2 / 15-04-2022
## 0.0.3 | 12-05-2022

### Added
### Additions

- Added support for word wrapping in the editor
- Clear button and TAB, [], {} ... buttons are now functional
**NOTE:** The text is appended to the existing text for now.
- Added dropdown search support for easy access to languages.
- Added local storage for themes, i.e, the app now remembers the app theme you last used.

### Fixes / Improvements

- Implemented a better way of rebuilding the editor part of the app.
- The editor now opens the output window when the run button is pressed
- Output window can now be accessed on long press of the button.

### Known issues

- Themeing is not consistent throughout the app yet
- On pressing buttons related to editing the text or changing the editor theme, the line numbering stops working.

## 0.0.2 | 15-04-2022

### Additions

- Added support for execution of multiple languages
- Added themes and per language themeing support

## 0.0.1 / 15-04-2022
## 0.0.1 | 15-04-2022

### Added
### Additions

- Initial release for Android, Windows and the web
- Basic editor functionality
Expand Down

0 comments on commit e636818

Please sign in to comment.