Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Aug 20, 2022
1 parent 8feebc0 commit 2cf7d57
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
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.4
tag_name: v0.1.0
prerelease: true
generate_release_notes: true
files: exec/*
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## 0.1.0 | 20-08-2022

### Additions

- Add local storage for language, tab switch and word wrap switch.
- Add option to save code on run.
- Add custom themed titlebar for desktop.

### Fixes / Improvements

- Fix bottom bar on smaller screen sizes.
- Make the output swipe handle smaller
- Implement adding content at cursor position instead of the start of the file.
- Add minimum size for split view on larger screen sizes.
- Minor QOL updates.

### Known issues

- Second point of 0.0.3 issues.

## 0.0.4 | 19-06-2022

### Additions
Expand Down

0 comments on commit 2cf7d57

Please sign in to comment.