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 Apr 13, 2023
1 parent 9e3e2ea commit abde617
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
# if: startsWith(github.ref, 'refs/tags/')
with:
name: ExCode
tag_name: v1.2.2
tag_name: v1.3.0
prerelease: true
generate_release_notes: true
files: |
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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)

## 1.3.0 | 13-04-2023

### Additions

- Added three new options to the text selection context menu
- Find (currently not working as intended)
- Replace
- Web search
- Added highlighting to the line number corresponding to the line the cursor is currently on

### Fixes / Improvements

- Increased editor height (was too small on bigger displays)

## 1.2.2 | 09-04-2023

### Fixes / Improvements
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: 1.2.2
version: 1.3.0

environment:
sdk: ">=2.19.6 <3.0.0"
Expand Down

0 comments on commit abde617

Please sign in to comment.