Skip to content

Releases: AurelienStebe/Gladdis

0.6.2

11 Feb 15:38

Choose a tag to compare

0.6.2 (2025-02-11)

Bug Fixes

  • add support for "llama3.2" & "phi3.5" vision models (d9cd2d5)
  • add support for "o1-mini", "o3-mini", "llama-3.3" & "phi-4" (15f9736)
  • add support for "reasoning_effort" flag for "o3-mini" (09602ac)
  • OpenAI API Whisper bug and LocalAI transcription ending (11eaca3)

0.6.1

04 Feb 22:10

Choose a tag to compare

0.6.1 (2025-02-04)

Bug Fixes

  • add 8 community plugins with default settings (66928e0)
  • add a theme and adapt the Startup plugin (d00940f)
  • add early support for reasoning models like "o1" (9645ff8)
  • add Gladdis default config and setup both configs at startup (2a3e26c)
  • add Startup plugin to demo Vault & add "better-word-count" (3112641)
  • add support for OpenAI "o3" in the Catalog (64d63db)
  • add Welcome file to the demo Vault and edit it on startup (cba8c4f)
  • change "readBinary" signature for a better integration (41f9af2)
  • correctly URI encode the path and URL of images (429f326)
  • improve the StartupPlugin onload performance (97603af)
  • move & improve the catalog loader, plus minor bug fix (0563958)
  • remove the legacy "service" & fix some minor bugs (b9913df)
  • replace "js-tiktoken" with the faster "gpt-tokenizer" (6e3fb66)
  • replace manual PDF text extraction with "pdf2md" lib (6e62182)
  • switch to underscores for sections to avoid conflicts (d25b0d0)

0.6.0

13 Nov 19:54

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

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

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

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

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

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

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)