Skip to content

Releases: logancyang/obsidian-copilot

2.7.4

25 Nov 20:11
b492aa5
Compare
Choose a tag to compare

Improvements

Bug fixes

  • #842 Fix system message for non-openai models @logancyang
  • #843 Alpha quick fixes @logancyang
    • Fix message edit
    • Unblock saveDB
    • Skip rerank call if max score is 0
    • Fix double indexing trigger at mode switch

2.7.3

23 Nov 01:54
aecbb58
Compare
Choose a tag to compare

Improvements

Copilot Plus Alpha is here! I've been working on this for a long time! Test license key is on its way to project sponsors and early supporters.

  • Time-based Queries: Ask questions like Give me a recap of last week @vault or List all highlights from my daily notes in Oct @vault. Copilot Plus understands time!
  • Cursor-like Context Menu: Enjoy a more intuitive and streamlined context menu specifically designed for Plus Mode. It not only shows note titles but also PDF files and URLs!
  • URL Mention Capability: Quickly reference URLs in your chat input. Copilot Plus can grab the webpage in the background!
  • Vault Search with Cmd + Shift + Enter: Search your vault with a simple keyboard shortcut, this is equivalent to having @vault in your query.
  • Dynamic Note Reindexing: Copilot index is updated at note modify event under Copilot Plus mode (this is not the case in Vault QA basic mode), ensuring your data is always up-to-date.
  • Image Support in Chat: Add and send image(s) in your chat for any LLMs with vision support.
  • PDF Integration in Chat Context: Easily incorporate PDF file or notes with embedded PDF in your chat context.
  • Web Search Functionality: Access the web directly from your Copilot Plus Mode with @web.
  • YouTube Transcript: Easy access to video transcript with @youtube video_url in chat.
SCR-20241122-pqqv SCR-20241122-pqyk

Bug fixes

2.7.2

13 Nov 22:35
0d574e1
Compare
Choose a tag to compare

Improvements

SCR-20241113-mxog
  • Add setting to optionally disable index loading on mobile to save resources @logancyang
SCR-20241113-mycf
  • Add default open area settings @zeroliu
SCR-20241113-mxvc
  • Use Lucide icons to replace custom SVG icons @zeroliu
  • Refactor chat control tooltips @zeroliu
  • Sample 2 vault QA prompts for vault QA mode without replacement @logancyang

Bug fixes

2.7.1

05 Nov 22:21
530ca3f
Compare
Choose a tag to compare

Improvements

  • #774 Optimize model setting style for mobile devices @Emt-lin 🚀
SCR-20241105-mrkz SCR-20241105-mpvu SCR-20241105-mthk

Bug fixes

  • #781 Fix garbage collection command @logancyang
  • #779 Fix Ollama embedding context length with truncation @logancyang
  • Fix issue where user's setting exclusion files are not excluded when calculating tokens @Emt-lin

2.7.0

21 Oct 04:11
7c01191
Compare
Choose a tag to compare

Improvements

  • #723 Support exclude files from indexing by name pattern @Emt-lin
  • #706 Add default mode in settings so it keeps your mode selection
  • #702 Migrate from PouchDB to Orama.
    • Now we don't have any dependency that blocks mobile!
    • Your new index file is at .obsidian/copilot-index-<hash>.json
  • Remove Long Note QA mode and Send Note(s) to Prompt button in Chat mode since they are legacy features that are covered by new experience: Vault QA with note title mention, slash command and templating

Bug fixes

2.6.11

03 Oct 22:45
7cbe9e0
Compare
Choose a tag to compare

Indexing improvements

  • Added rate limiting in settings, and 429 notice banner
SCR-20241003-nwcs SCR-20241002-tipa
  • Added button for pausing and resuming indexing that also shows the exclusion setting
SCR-20241002-tihp
  • Added support for exclusion by tags (must be in note property, not the content body, similar to how custom prompt templating works)
SCR-20241003-njcg

2.6.10

01 Oct 02:14
695d441
Compare
Choose a tag to compare

Improved QA in this release! Significant upgrades to Vault QA mode coming soon.

  • Implement HyDE for Vault QA mode #645
  • Add Google embedding model and update langchain #651 by @o-mikhailovskii
  • Bug fixes
    • System prompt in QA modes #692
    • Fix new chat not stopping streaming @Emt-lin
    • Fix language identification for changing tone command @Emt-lin
    • Fix AI message wrapping

2.6.9

27 Sep 07:00
2fb9c23
Compare
Choose a tag to compare

2.6.8

24 Sep 06:12
45fd5fb
Compare
Choose a tag to compare
  • Had to put in a quick bug fix #667
  • Implement Delete button for every message #668
SCR-20240923-twtg

2.6.7

24 Sep 01:00
ab0b13a
Compare
Choose a tag to compare
  • #665 Messages now have timestamps! Saved conversations have timestamps too.
    • A saved conversation uses its first message's timestamp
    • The loading conversations modal now sorts the chat history in descending order.
SCR-20240923-ppqq
  • #656 @Emt-lin now our custom prompts are sorted with most recently used first
  • #659 @logicsec we can tag saved conversations in Copilot setting
  • Bug fix for mobile not loading