v19
What's Changed
- The source location of generic commands was incorrect by @shugo in #170
- Add documentation of commands in the Programming mode by @shugo in #171
- execute_command and eval_expression should preserve visible marks by @shugo in #172
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #173
- shell_execute should check EOF for both stdout and stderr by @shugo in #175
- Bump step-security/harden-runner from 2.13.2 to 2.13.3 by @dependabot[bot] in #176
- Bump step-security/harden-runner from 2.13.3 to 2.14.0 by @dependabot[bot] in #177
- Fix clipboard kill commands to copy to clipboard on read-only buffers by @kurod1492 in #180
- Load init.rb earlier to ues Bundler::Inline in it by @shugo in #181
- Bump step-security/harden-runner from 2.14.0 to 2.14.1 by @dependabot[bot] in #183
- Add FloatingWindow class for overlay UI elements by @shugo in #184
- Add LSP completion support with reusable popup UI by @shugo in #185
- Add LSP signature help command (textDocument/signatureHelp) by @shugo in #186
- Add rbs-trace by @shugo in #187
- Disable frozen string literal by @shugo in #188
- Bump step-security/harden-runner from 2.14.1 to 2.14.2 by @dependabot[bot] in #189
- Fix completion inserting duplicate namespace prefix by @shugo in #191
- Add RBS files generated by rbs-trace by @shugo in #192
- Add workspace_folders parameter to LSP::Client by @shugo in #190
- Send CompletionContext so servers return trigger-character completions by @shugo in #193
- Respect server textDocumentSync capability for didChange notifications by @shugo in #194
- eval_region should deactivte mark when succeeded by @shugo in #195
- Add SKK Japanese input method by @shugo in #197
Full Changelog: v18...v19