Skip to content

Commit bb37b2f

Browse files
committed
Update changelog and version
1 parent e49aede commit bb37b2f

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
# if: startsWith(github.ref, 'refs/tags/')
139139
with:
140140
name: ExCode
141-
tag_name: v1.2.0
141+
tag_name: v1.2.1
142142
prerelease: true
143143
generate_release_notes: true
144144
files: |

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
For currently known issues, check the [GitHub issues tab](https://github.com/dhzdhd/ExCode/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
55

6+
## 1.2.1 | 06-04-2023
7+
8+
### Fixes / Improvements
9+
10+
- Fixed editor line number size inconsistencies.
11+
- Fixed autocomplete popup clipping.
12+
613
## 1.2.0 | 17-03-2023
714

815
### Additions

lib/src/home/widgets/editor.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import 'dart:ffi';
2-
31
import 'package:desktop_drop/desktop_drop.dart';
42
import 'package:excode/src/home/providers/editor_provider.dart';
53
import 'package:excode/src/home/providers/output_provider.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A code execution editor which supports multiple languages.
33

44
publish_to: 'none'
55

6-
version: 1.2.0
6+
version: 1.2.1
77

88
environment:
99
sdk: ">=2.19.2 <3.0.0"

0 commit comments

Comments
 (0)