Skip to content

Releases: ahyatt/ekg

Version 0.8.0

13 Aug 00:24

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.1...0.8.0

Version 0.7.1

21 Apr 04:38

Choose a tag to compare

What's Changed

  • Set triples requirement to 0.5.1, make sure query is plaintext by @ahyatt in #200
  • Don't show inactive notes with ekg-search by @ahyatt in #202

Full Changelog: 0.7.0...0.7.1

Version 0.7.0

09 Apr 04:06
8a3447a

Choose a tag to compare

What's Changed

  • When converting notes to text for LLMs, don't font-lock by @ahyatt in #194
  • Add text queries with ekg-show-notes-for-query via new triples-fts by @ahyatt in #197
  • Support multiple providers in ekg-llm, call ekg-embedding-connect by @ahyatt in #198
  • Add ekg-search, which does a progressive search on text and titles by @ahyatt in #199

Full Changelog: 0.6.4...0.7.0

Version 0.6.4

18 Nov 02:28
942457b

Choose a tag to compare

What's Changed

  • Fix issue where types were being displayed multiple times in notes by @ahyatt in #175
  • Add a contrib directory, and add the ekg-email extension by @ahyatt in #176
  • Fix issue with ekg-email and emails without cc's by @ahyatt in #179
  • Fix LLMs not expanding inlines, broken in commit #172 by @ahyatt in #180
  • ekg-setup-notes-buffer' setq-local' default-directory' to ekg-db-file' parent directory. by @monkpearman in #182
  • Add tags for markdown-buffer ekg notes on save and exit by @ahyatt in #188
  • Use batch embeddings in ekg-embedding-generate-all by @ahyatt in #191

New Contributors

Full Changelog: 0.6.3...0.6.4

Version 0.6.3

01 Sep 19:08
12d2524

Choose a tag to compare

What's Changed

  • When showing ekg notes, open the notes in the current window by @ahyatt in #166
  • Get a single-valued (unique) property to show up in the metadata by @ahyatt in #167
  • Fix issue with tag completions not triggering if they had spaces by @ahyatt in #169
  • Remove a duplication definition of ekg-property-multivalue-type by @ahyatt in #171
  • Fix tests caused by triples getting more strict with schema by @ahyatt in #173
  • Improve the LLM json representation of past notes for LLM context by @ahyatt in #172
  • Remove never-used schema for named, email, and person by @ahyatt in #168

Full Changelog: 0.6.2...0.6.3

Version 0.6.2

12 Aug 03:54
00ae22d

Choose a tag to compare

What's Changed

Version 0.6.1

26 Jul 04:45
aa481fa

Choose a tag to compare

What's Changed

  • Fix issue where tags fields values first character was read-only by @ahyatt in #151
  • Don't rely on completion exit, detect completed tags manually by @ahyatt in #153
  • Allow emoji tags by @ahyatt in #156

Full Changelog: 0.6.0...0.6.1

Version 0.6.0

20 Jul 14:45

Choose a tag to compare

  • Use note-based "memory" for LLM note additions (in ekg-llm). This significantly increases the usefulness of the LLM responses.
  • Add Markdown-mode inline tags.

Version 0.5.1

20 Mar 02:44

Choose a tag to compare

  • Improve regex for inline tag linkification so we linkify more valid inline tags.
  • Improve logseq import to import notes without org structure, and use filetags.
  • Fix inline tag bug that test and real failures.

Version 0.5.0

04 Feb 22:46

Choose a tag to compare

  • Simplified trashed tags from using tag prefixes to using a simple trash tag ekg-trash-tag.
  • Added ekg-show-notes-with-tag-prefix.
  • Add tags while writing the body of notes by completing with "#".
  • Added functionality so that org-mode commands, and potentially others, narrow automatically so the metadata line and the read-only nature don't mess things up.
  • =ekg-auto-save=, a new module by @qingshuizheng.
  • Added aborting a note as an actual command, also by @qingshuizheng.
  • Fix issue with trashing notes with tags that are partially trashed.
  • Saving while editing a note will no longer add the draft tag. This means that if you are editing a draft, it will not keep it as a draft, so it will become a normal note.
  • Fix issue with using ekg-llm with vertex, which doesn't understand system prompts.
  • Fix metadata face which didn't work well with all themes - now the metadata section is just bolded.
  • Improve display regenerating embeddings via ekg-embedding-generate-all.
  • Change multi-title note display from using newlines to commas
  • Made deleting titles and resources possible, and properly skipped empty properties for multi-line propeties.
  • Handle backup errors better, warning and proceding if not a forced backup, erroring out with a better message if forced.
  • Don't show trashed notes in drafts.