From abde6177274beecac08c61c606969273be2cf6c3 Mon Sep 17 00:00:00 2001 From: dhzdhd Date: Thu, 13 Apr 2023 12:29:20 +0530 Subject: [PATCH] Update version and changelog --- .github/workflows/build-release.yml | 2 +- CHANGELOG.md | 14 ++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 3877ce2..2a7e935 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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: | diff --git a/CHANGELOG.md b/CHANGELOG.md index f095feb..8962a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index c66c04a..d9157a7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"