xuty 3 lat temu
rodzic
commit
1bf7bd7153
2 zmienionych plików z 6 dodań i 3 usunięć
  1. 5 2
      CHANGELOG.md
  2. 1 1
      pubspec.yaml

+ 5 - 2
CHANGELOG.md

@@ -1,7 +1,10 @@
-## [next] - unreleased
+## [3.4.0] - 2022-11-4
 * Mouse input is enabled by default.
+* Support scrolling in alternate buffer.
+* Fix `deleteLines` behavior.
+* Fix `eraseDisplayFromCursor` removes characters before the cursor.
 
-## [3.3.0] - 2022-9-13
+## [3.3.0] - 2022-10-30
 * Sync ShortcutManager's shortcuts in didUpdateWidget [#140], thanks [@jpnurmi].
 * fix: terminal font size not respecting system level font scale [#138], thanks [@LucasAschenbach].
 * Fix selection color [#135], thanks [@jpnurmi].

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 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.3.0
+version: 3.4.0
 homepage: https://github.com/TerminalStudio/xterm.dart
 
 environment: