Skip to content

Latest commit

 

History

History
254 lines (137 loc) · 6.85 KB

File metadata and controls

254 lines (137 loc) · 6.85 KB

CHANGELOG

v0.8.2 (2025-10-30)

Bug Fixes

  • Remove duplicated completion items (9cb5f3d)

v0.8.1 (2025-10-22)

Bug Fixes

  • Send pylsp output to devnull (30c866a)

v0.8.0 (2025-10-21)

Features

  • Add support for updating the lsp workspace settings (85e6b10)

v0.7.1 (2025-10-10)

Bug Fixes

  • model: Only create a new model if language or uri changes (62c68ec)

Documentation

Added an output image to the README for better visualization.

v0.7.0 (2025-09-01)

Features

  • Add set line number mode option (414c1eb)

v0.6.0 (2025-08-31)

Bug Fixes

  • Add status bar for vim; otherwise some features do not work (4cca2fa)

  • Remove debugging print (3a56dc9)

  • Simplify completion provider (db361ab)

  • Update existing model unless a new file is specified (8ac7297)

Features

  • Add option for adding custom context menu actions (83d1985)

  • Add support for model uris (6ac4758)

  • Add support for receiving signature notifications (af9ffc0)

  • First version with support for snippets (ac21838)

  • Generalize editor updates; add option to disable scroll beyond last line (e0fc4e2)

Refactoring

  • Move providers to separate module (a95642e)

v0.5.1 (2025-08-12)

Bug Fixes

Build System

  • Pyside6 upgraded to 6.9.0 (a1e07b6)

v0.5.0 (2025-07-25)

Features

  • Add options to insert and delete lines (4143473)

  • lsp: Add option to set a hidden header (60cb2e9)

v0.4.1 (2025-07-18)

Bug Fixes

  • Remove backend from build (cc38340)

v0.4.0 (2025-07-18)

Features

Refactoring

v0.3.0 (2025-07-17)

Features

  • Add line highlighting feature (da269af)

v0.2.3 (2025-07-16)

Bug Fixes

  • Add get_text method to retrieve current editor value; cleanup properties (24bb58a)

v0.2.2 (2025-07-16)

Bug Fixes

  • Set js log to debugging (23301e1)

v0.2.1 (2025-07-16)

Bug Fixes

  • Fix js mapping and cleanup (97ab296)

Documentation

  • Update readme with public api (b6c513f)

v0.2.0 (2025-07-16)

Bug Fixes

Features

  • Add method to enable / disable the minimap (d89b6a8)

v0.1.6 (2025-07-16)

Bug Fixes

  • Build js artifacts and include them in the release (8d5df31)

v0.1.5 (2025-07-11)

Bug Fixes

  • Update resource handling and build configuration for RCC files (72ea277)

v0.1.4 (2025-07-11)

Bug Fixes

  • Remove unnecessary command from rcc file build step (92f3901)

  • Update build configuration to include all files and specify artifacts (dac680b)

Continuous Integration

v0.1.3 (2025-07-11)

Bug Fixes

v0.1.2 (2025-07-11)

Bug Fixes

  • Fix rcc location within build (31e288f)

v0.1.1 (2025-07-11)

Bug Fixes

v0.1.0 (2025-07-11)

Continuous Integration

Features