Skip to content

Releases: AurelienStebe/Gladdis

0.6.0

13 Nov 19:54
Compare
Choose a tag to compare

0.6.0 (2024-11-13)

Bug Fixes

  • add ESLint rules exceptions and fixes (51a81b5)
  • improve PDF, Whisper & Web pages modals (ad68498)

Features

  • add a model catalog and details FM params (1f50162)
  • add support for local LLM & Whisper servers (76f8737)
  • add support for vision LLMs and image loading (20ef157)

0.5.1

03 Apr 20:32
Compare
Choose a tag to compare

0.5.1 (2024-04-03)

Bug Fixes

  • add icons to the Commands and new logo (686499c)
  • add PDF parsing & improve the Web Browsing on Desktop (561626f)
  • improve the empty Web Browsing results handling (6e1ab98)
  • improve the Error Modal formating with empty errors (ed39133)
  • refactor all error messages outputs into 3 functions (13dd0b3)
  • run the "parseLinks" utils in parallel with "Promise.all" (4f851a7)
  • scanner's MD file detector and error type (89d348b)
  • WikiLinks scanner with MD filenames with a dot in it (95b67b9)

0.5.0

09 Mar 00:31
Compare
Choose a tag to compare

0.5.0 (2024-03-09)

Bug Fixes

  • add the new OpenAI models in the settings panel (a10ccdd)
  • improve the Token Counter & correct the counting (d06e725)
  • minor code improvements, no real change (875d053)
  • only transcribe the prompt and not all messages (101fe19)

Features

  • add the Web Browsing feature for static websites (2357149)

0.4.3

07 Oct 15:57
Compare
Choose a tag to compare

0.4.3 (2023-10-07)

Bug Fixes

  • bug with empty config file values in settings (0df2dc3)
  • remove “dotenv“ dep in Obsidian, code “parse“ (16e202f)
  • remove YAML dep in Obsidian with import alias (b256b1f)

0.4.2

02 Oct 20:25
Compare
Choose a tag to compare

0.4.2 (2023-10-02)

Bug Fixes

  • adapt the core logic to be an Obsidian plugin (21680cc)
  • create a new commands API & adapt the service (d6a5c16)
  • create the Obsidian plugin with settings panel (ca79915)
  • the WikiLinks regex & update all dependencies (1e6d5b0)

Gladdis-v0.4.1

25 Aug 13:02
Compare
Choose a tag to compare

0.4.1 (2023-08-25)

Bug Fixes

  • adapt Gladdis to new code & improve Heuristics (5529d93)
  • add ".env" example file & update dependencies (87ec4ff)
  • add a wiki links scanner & file path resolver (e7702e2)
  • improve the Whisper & Scanner error handling (4e5a1e3)
  • improvements, bug fixes to the config & UI/UX (5c0be74)
  • upgrade to openai API v4 and update all deps (b26fb37)

Gladdis-v0.4.0

29 Apr 19:01
Compare
Choose a tag to compare

0.4.0 (2023-04-29)

Bug Fixes

  • final bug fixes before the NPM package release (cc49c95)

Features

  • add AI config loading & switch to "fs-extra" (d764740)