Releases: ahyatt/ekg
Releases · ahyatt/ekg
Version 0.8.0
What's Changed
- fixed org-roam no marco define bug by @minkieyume in #204
- Add character-based text truncation option by @ahyatt in #206
- Fix truncation issues with symbols by @ahyatt in #208
- Add support for vecdb for faster embeddings by @ahyatt in #209
New Contributors
- @minkieyume made their first contribution in #204
Full Changelog: 0.7.1...0.8.0
Version 0.7.1
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
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
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' toekg-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
- @monkpearman made their first contribution in #182
Full Changelog: 0.6.3...0.6.4
Version 0.6.3
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
What's Changed
- Add exporting to Denote by @jayrajput
Version 0.6.1
Version 0.6.0
- 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
- 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
- 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.