Skip to content

Releases: you-n-g/simplegpt.nvim

v1.3.0

04 May 03:48
4425e3f
Compare
Choose a tag to compare

1.3.0 (2025-03-20)

Features

  • Add conditional visual content section to question template (5d71d7d)
  • Add LSP diagnostics fix command and template (150bf3d)
  • Add preview_keys functionality and InfoDialog class for displaying information (1bc520d)
  • add search and replace functionality with key mappings (#7) (7d245aa)
  • Add support for handling current line when no visual selection (0c176e5)
  • Add terminal buffer handling and improve code consistency (d39b96a)
  • Add terminal command support and template for simplegpt (87971fe)
  • Add terminal output handling in code_complete.json template (e1b1ec9)
  • Add toggle dialog functionality and improve keymap handling (9bda560)
  • Add window switch functionality to BaseDialog methods (d5802e3)
  • enhance context with markdown, filename, file selection, terminal. better template structure. (#8) (d331493)
  • Fix tpl focus & Add LSP diagnostics info retrieval in RegQAUI.get_special function (492e7a2)

Bug Fixes

  • Correct JSON key from 'q' to 'q-' in terminal.json (274a500)

v1.2.0

01 Jan 16:01
e34e616
Compare
Choose a tag to compare

1.2.0 (2025-01-01)

Features

  • add condition for error fixing (2248e1e)
  • Add multi-round conversation support with context in chat dialog (7da7344)
  • Add show_value keymap and functionality for special value display (97f4baa)
  • Add support for custom keyboard shortcuts in simplegpt (17d67c3)
  • Add support for custom template paths in loader module (3b7f826)
  • enhance visual selection handling and key mappings in dialog and utils (d242bdd)
  • improved translate (da049f3)
  • refactor shortcuts (5b7b6a3)
  • Update code completion templates and adjust configuration settings (6632c56)

Bug Fixes

  • append naming error (f546967)
  • correct column selection logic in visual mode (3b9733e)
  • Correct key mappings and formatting in README and Lua files (6bdab62)
  • format (3fc60ff)

v1.1.0

23 Nov 15:00
1ef292a
Compare
Choose a tag to compare

1.1.0 (2024-11-22)

Features

Bug Fixes

  • use show and hide control the text (19556d9)
  • variable naming bug (7baca7a)

v1.0.1

02 Aug 06:38
1f212e3
Compare
Choose a tag to compare

1.0.1 (2024-08-02)

Bug Fixes

v1.0.0

25 Mar 13:14
342613a
Compare
Choose a tag to compare

1.0.0 (2024-03-25)

Features

Bug Fixes