File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 4.0.0] - 2024-02-27
2
+ * Update for Flutter 3.19 [ #190 ] . Thanks [ @domesticmouse ] .
3
+ * Fix designate charset logic [ #186 ] . Thanks [ @djnalluri ] .
4
+
1
5
## [ 3.6.1-pre] - 2023-04-28
2
6
* Add Termianl.onPrivateOSC callback
3
7
* Copy shortcut on Windows default to Ctrl+Shift+V (#173 )
218
222
[ @tauu ] : https://github.com/tauu
219
223
[ @itzhoujun ] : https://github.com/itzhoujun
220
224
[ @nuc134r ] : https://github.com/nuc134r
225
+ [ @djnalluri ] : https://github.com/djnalluri
226
+ [ @domesticmouse ] : https://github.com/domesticmouse
221
227
222
228
223
229
[ #40 ] : https://github.com/TerminalStudio/xterm.dart/pull/40
266
272
[ #161 ] : https://github.com/TerminalStudio/xterm.dart/pull/161
267
273
[ #169 ] : https://github.com/TerminalStudio/xterm.dart/pull/169
268
274
275
+ [ #186 ] : https://github.com/TerminalStudio/xterm.dart/pull/186
276
+ [ #190 ] : https://github.com/TerminalStudio/xterm.dart/pull/190
277
+
Original file line number Diff line number Diff line change 1
1
name : xterm
2
2
description : xterm.dart is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.
3
- version : 3.6.1-pre
3
+ version : 4.0.0
4
4
homepage : https://github.com/TerminalStudio/xterm.dart
5
5
6
6
environment :
7
7
sdk : " >=3.0.0 <4.0.0"
8
- flutter : " >=3.10 .0"
8
+ flutter : " >=3.19 .0"
9
9
10
10
dependencies :
11
11
convert : ^3.0.0
You can’t perform that action at this time.
0 commit comments