xuty 1 år sedan
förälder
incheckning
4266ec2e50
2 ändrade filer med 11 tillägg och 2 borttagningar
  1. 9 0
      CHANGELOG.md
  2. 2 2
      pubspec.yaml

+ 9 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+## [4.0.0] - 2024-02-27
+* Update for Flutter 3.19 [#190]. Thanks [@domesticmouse].
+* Fix designate charset logic [#186]. Thanks [@djnalluri].
+
 ## [3.6.1-pre] - 2023-04-28
 * Add Termianl.onPrivateOSC callback
 * Copy shortcut on Windows default to Ctrl+Shift+V (#173)
@@ -218,6 +222,8 @@
 [@tauu]: https://github.com/tauu
 [@itzhoujun]: https://github.com/itzhoujun
 [@nuc134r]: https://github.com/nuc134r
+[@djnalluri]: https://github.com/djnalluri
+[@domesticmouse]: https://github.com/domesticmouse
 
 
 [#40]: https://github.com/TerminalStudio/xterm.dart/pull/40
@@ -266,3 +272,6 @@
 [#161]: https://github.com/TerminalStudio/xterm.dart/pull/161
 [#169]: https://github.com/TerminalStudio/xterm.dart/pull/169
 
+[#186]: https://github.com/TerminalStudio/xterm.dart/pull/186
+[#190]: https://github.com/TerminalStudio/xterm.dart/pull/190
+ 

+ 2 - 2
pubspec.yaml

@@ -1,11 +1,11 @@
 name: xterm
 description: xterm.dart is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.
-version: 3.6.1-pre
+version: 4.0.0
 homepage: https://github.com/TerminalStudio/xterm.dart
 
 environment:
   sdk: ">=3.0.0 <4.0.0"
-  flutter: ">=3.10.0"
+  flutter: ">=3.19.0"
 
 dependencies:
   convert: ^3.0.0