Skip to content

Releases: embium/notebit

0.0.12

24 May 01:09
Compare
Choose a tag to compare

Enhance the prompt used when Smart Hubs are included in a user's reponse

0.0.11

23 May 22:12
Compare
Choose a tag to compare
  • Add auto-updating

0.0.10

21 May 16:26
Compare
Choose a tag to compare
  • Show background on context menu items when hovered over

0.0.9

20 May 14:33
Compare
Choose a tag to compare
  • Ensure support for embedding models across providers is consistent and up-to-date (Ollama, LMStudio, Google Gemini, OpenAI)

0.0.8

19 May 00:00
Compare
Choose a tag to compare
  • Combine the search results in Smart Hubs and provide the top {amount of chunks} in the response (Simply put, better RAG integration)

0.0.7

19 May 00:00
Compare
Choose a tag to compare
  • Fix indexing bug where empty files would cause indexing to continously reinitialize
  • Hide Model Settings Dialog button if no model is selected

0.0.6

18 May 16:00
Compare
Choose a tag to compare
  • Start indexing files when the Notes Directory is changed
  • Show status updates of indexing progression

0.0.5

17 May 23:04
Compare
Choose a tag to compare

0.0.5

Improvements

  • Add a way to change similarity threshold for semantic/hybrid searching of notes

0.0.4

17 May 22:18
Compare
Choose a tag to compare

0.0.4

Bugs

  • Ensure pressing enter in Note's title returns to the editor
  • Begin searching when text is entered
  • Refactored multiple areas (src\shared\routers, src\shared\services)

Providers

  • Fixed endpoints for some providers
  • Added support for TogetherAI
  • Added support for DeepSeek
  • Removed support for SiliconFlow

0.0.2

07 May 16:56
Compare
Choose a tag to compare

Some new changes:

  • Fix context menus in Notes Tab
  • Remove/disable selected model if provider is disabled
  • Add file watching for notes, keeping it in-sync with the file system
  • Fix some issues with folders being added
  • Fix incorrect path usage when creating a folder on Linux
  • Modified the README