Skip to content

Commit 4266ec2

Browse files
committed
Bump version
1 parent 6085f57 commit 4266ec2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
## [3.6.1-pre] - 2023-04-28
26
* Add Termianl.onPrivateOSC callback
37
* Copy shortcut on Windows default to Ctrl+Shift+V (#173)
@@ -218,6 +222,8 @@
218222
[@tauu]: https://github.com/tauu
219223
[@itzhoujun]: https://github.com/itzhoujun
220224
[@nuc134r]: https://github.com/nuc134r
225+
[@djnalluri]: https://github.com/djnalluri
226+
[@domesticmouse]: https://github.com/domesticmouse
221227

222228

223229
[#40]: https://github.com/TerminalStudio/xterm.dart/pull/40
@@ -266,3 +272,6 @@
266272
[#161]: https://github.com/TerminalStudio/xterm.dart/pull/161
267273
[#169]: https://github.com/TerminalStudio/xterm.dart/pull/169
268274

275+
[#186]: https://github.com/TerminalStudio/xterm.dart/pull/186
276+
[#190]: https://github.com/TerminalStudio/xterm.dart/pull/190
277+

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: xterm
22
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
44
homepage: https://github.com/TerminalStudio/xterm.dart
55

66
environment:
77
sdk: ">=3.0.0 <4.0.0"
8-
flutter: ">=3.10.0"
8+
flutter: ">=3.19.0"
99

1010
dependencies:
1111
convert: ^3.0.0

0 commit comments

Comments
 (0)