File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44For 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
Original file line number Diff line number Diff line change 1- import 'dart:ffi' ;
2-
31import 'package:desktop_drop/desktop_drop.dart' ;
42import 'package:excode/src/home/providers/editor_provider.dart' ;
53import 'package:excode/src/home/providers/output_provider.dart' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A code execution editor which supports multiple languages.
33
44publish_to : ' none'
55
6- version : 1.2.0
6+ version : 1.2.1
77
88environment :
99 sdk : " >=2.19.2 <3.0.0"
You can’t perform that action at this time.
0 commit comments