Skip to content

Releases: szczyglis-dev/py-gpt

2.1.63

22 Apr 05:41
Compare
Choose a tag to compare
  • Improved rendering output.
  • Updated CSS.

2.1.62

21 Apr 23:02
Compare
Choose a tag to compare
  • Added default lexer for code syntax highlighting if no language provided.

2.1.61

21 Apr 22:05
Compare
Choose a tag to compare
  • Added real-time HTML formatting of text chunks in stream mode.

2.1.60

21 Apr 19:58
Compare
Choose a tag to compare
  • Fixed "Save as" option in WebEngine view.
  • Added hiding of empty groups on search.
  • Updated formatting and CSS.

2.1.59

21 Apr 01:42
Compare
Choose a tag to compare
  • Added output renderer: WebEngine/Chromium – with full HTML/CSS/JS support. (Experimental)
  • Added a new option to choose a render engine in Settings -> General -> Rendering engine to select between WebEngine / Chromium mode and the Legacy mode (old, with simple markdown CSS support only - for compatibility reasons and troubleshooting).
  • Added syntax highlighting to code blocks – issue #43.
  • Added a new option in Settings -> Layout -> Code syntax highlight to select a highlight theme.
  • Added a new option in Settings -> Context -> Convert lists to paragraphs to enable/disable converting ul and li into p for better copying.
  • Copy to clipboard and regenerate response icons are now visible by default.

2.1.58

19 Apr 00:46
Compare
Choose a tag to compare
  • Fixed Markdown rendering if the content starts with a code block.
  • Added a "Switch to created profile" option in the profile creation/duplication dialogs.
  • Updated the locale.
  • Added a donate option.

2.1.57

17 Apr 06:19
Compare
Choose a tag to compare
  • Fixed new ctx create on empty profile if previously group was selected.

2.1.55

17 Apr 04:21
Compare
Choose a tag to compare
  • Improved result handling from Indexer tool.

2.1.54

17 Apr 03:12
Compare
Choose a tag to compare
  • Added data loaders reload and loaders config reload in real time on profile switch.

2.1.53

17 Apr 01:43
Compare
Choose a tag to compare
  • Added a new tool: Indexer, for manually indexing files, contexts, and web content, as well as managing indexes. (beta)