Releases: you-n-g/simplegpt.nvim
Releases · you-n-g/simplegpt.nvim
v1.3.0
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
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)