Skip to content

Releases: tui-cs/Editor

v2.5.4

23 Jun 16:04
@tig tig
8ac1a58

Choose a tag to compare

What's Changed

  • Back-merge v2.5.3 from main into develop by @tig in #250
  • Release v2.5.4 by @tig in #253

Full Changelog: v2.5.3...v2.5.4

v2.5.3

12 Jun 16:27
@tig tig
c2cb591

Choose a tag to compare

What's Changed

  • Back-merge v2.5.2 from main into develop by @tig in #247
  • Release v2.5.3 by @tig in #249

Full Changelog: v2.5.2...v2.5.3

v2.5.2

11 Jun 15:30
@tig tig
6164801

Choose a tag to compare

What's Changed

  • Back-merge v2.5.1 from main into develop by @tig in #243
  • Include win-arm64 ted release archive by @Copilot in #245
  • Release v2.5.2 by @tig in #246

Full Changelog: v2.5.1...v2.5.2

v2.5.1

11 Jun 14:46
@tig tig
7746fbc

Choose a tag to compare

What's Changed

  • Back-merge v2.5.0 from main into develop by @tig in #239
  • Release v2.5.1 by @tig in #242

Full Changelog: v2.5.0...v2.5.1

v2.5.0

24 May 21:02
@tig tig
39c5da3

Choose a tag to compare

What's Changed

  • Back-merge v2.4.1 from main into develop by @tig in #228
  • refactor!: move all namespaces under Terminal.Gui.Editor by @tig in #232
  • feat(ted): highlight current editor line in Markdown preview by @tig in #233
  • Fixes #235. Bug: CRLF newline requires two keypresses by @BDisp in #236
  • Add namespace-level XML documentation for all Terminal.Gui.Editor namespaces by @tig in #234
  • Release v2.5.0 by @tig in #238

Full Changelog: v2.4.1...v2.5.0

v2.4.1

23 May 19:32
@tig tig
4278734

Choose a tag to compare

What's Changed

  • Back-merge v2.2.6 from main into develop by @tig in #225
  • Bump TerminalGuiVersion to 2.4.0 by @tig in #226
  • Release v2.4.1 by @tig in #227

Full Changelog: v2.2.6...v2.4.1

v2.2.6

23 May 18:29
@tig tig
ae9ce4e

Choose a tag to compare

What's Changed

  • Back-merge v2.2.5 from main into develop by @tig in #218
  • Use Terminal.Gui resource strings in editor chrome by @tig in #212
  • feat: include AOT binaries of ted in release artifacts by @tig in #220
  • Include XML documentation file in NuGet package by @tig in #223
  • Clarify TextDocument text change event docs by @tig in #221
  • Release v2.2.6 by @tig in #224

Full Changelog: v2.2.5...v2.2.6

v2.2.5

22 May 14:09
@tig tig
47367f4

Choose a tag to compare

What's Changed

  • Back-merge v2.2.4 from main into develop by @tig in #211
  • Fix release build break in ted caused by malformed conditional and missing System.Text import by @Copilot in #214
  • Release v2.2.5 by @tig in #216

Full Changelog: v2.2.4...v2.2.5

v2.2.4

21 May 18:42
@tig tig
b107dd2

Choose a tag to compare

What's Changed

  • Add ted TUIcast recording script by @tig in #182
  • fix(ted): register file-command HotKeyBindings so shortcuts display and work by @tig in #188
  • fix(ted): Find/Replace dialog usability issues (#184) by @tig in #187
  • feat: add modified/dirty indicator to ted status bar by @tig in #191
  • fix: invalidate visual line cache entries when document offsets shift by @tig in #193
  • Map Markdown token colors to theme roles to restore dark-theme readability by @Copilot in #180
  • Fix CursorDown expanding folds and mouse fold hiding caret (#190) by @tig in #192
  • fix: grapheme-aware caret navigation and deletion (#183) by @tig in #189
  • fix(release): wait for NuGet indexing before downstream dispatch by @tig in #197
  • Add Go syntax highlighting definition by @tig in #198
  • Fixes #194. Some tests fail due to different cultures. by @BDisp in #195
  • Extract automatic folding orchestration from Ted into Editor by @tig in #199
  • fix(ci): show full cleanupcode command in style-drift error message by @tig in #201
  • Fix mouse-click fold/unfold causing cursor to disappear (#202) by @tig in #207
  • Port prepare release workflow by @tig in #209
  • feat: Add EditorMenuBar and EditorStatusBar composable controls by @tig in #206
  • Release v2.2.4 by @tig in #210

New Contributors

Full Changelog: v2.2.2...v2.2.4

v2.2.2

21 May 16:40
@tig tig

Choose a tag to compare

What's Changed

  • Implements vertical multi-caret support by @tig in #133
  • Preserve Editor cursor style when updating position by @Copilot in #144
  • feat: implement IDesignable on Editor by @Copilot in #152
  • Editor: overwrite / insert-replace mode (Insert key) by @Copilot in #156
  • Fix swallowed Tab after raw ANSI Shift+Tab in ted by @Copilot in #141
  • Editor: built-in editing context menu by @Copilot in #153
  • feat: Emacs kill-ring ΓÇö CutToEndOfLine / CutToStartOfLine with consecutive-kill append by @Copilot in #154
  • Add streaming load/save support for large editor files by @Copilot in #158
  • feat: in-editor completion / autocomplete popup by @Copilot in #157
  • Add column selection for vertical multi-caret by @Copilot in #142
  • Editor: single-line / embeddable-input mode (Multiline property) by @Copilot in #155
  • Remove dead public API: VisualLineBuilder.BuildWrapped (R9) by @Copilot in #163
  • Fix: Esc does not clear primary selection when dismissing column block by @Copilot in #166
  • Treat delimiters atomically in single-line flat mode and implement line-copy for newline clipboard support by @Copilot in #167
  • Add _Scrollbars menu item to View menu of ted by @Copilot in #169
  • Guard notify-downstream dispatch when CLET_DISPATCH_TOKEN is unset and fix CI style check by @Copilot in #171
  • Override View.Text in Editor as passthrough to Document.Text by @tig in #177
  • Fix Editor.Dispose to clean up ContextMenu and CompletionPopover by @tig in #174
  • Fix vertical multi-caret edit performance by @tig in #175

Full Changelog: v2.1.1...v2.2.2