Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.6.2, and fix doc's version information #162

Merged
merged 1 commit into from
Jul 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/ekg.org
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ triples library is already installed.
(require 'ekg)
#+end_src
* Changelog
** Version 0.6.2
- Add export to [[https://github.com/protesilaos/denote][denote]] (by [[https://github.com/jayrajput][Jay Rajput]])
** Version 0.6.1
- Use the global keymap in the note metadata region.
- Run tag hooks when a valid tag is typed, instead of relying on completion, which often doesn't work.
- Fix issue in =markdown-mode= where the beginning of the tag values was incorrectly read-only.
- Allow emojis as tags.
- Add export to [[https://github.com/protesilaos/denote][denote]] (by [[https://github.com/jayrajput][Jay Rajput]])
** Version 0.6.0
- Add tag and similar notes to the context when having LLMs add to or replace
notes. ~ekg-llm-default-instructions~ replaces the previous variable,
Expand Down
14 changes: 10 additions & 4 deletions doc/ekg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Installation

Changelog

* Version 0.6.2: Version 062.
* Version 0.6.1: Version 061.
* Version 0.6.0: Version 060.
* Version 0.5.1: Version 051.
Expand Down Expand Up @@ -200,6 +201,7 @@ triples library is already installed.
@chapter Changelog

@menu
* Version 0.6.2: Version 062.
* Version 0.6.1: Version 061.
* Version 0.6.0: Version 060.
* Version 0.5.1: Version 051.
Expand All @@ -216,20 +218,24 @@ triples library is already installed.
* Version 0.2: Version 02.
@end menu

@node Version 062
@section Version 0.6.2

@itemize
@item
Add export to @uref{https://github.com/protesilaos/denote, denote} (by @uref{https://github.com/jayrajput, Jay Rajput})
@end itemize

@node Version 061
@section Version 0.6.1

@itemize
@item
Use the global keymap in the note metadata region.
@item
Run tag hooks when a valid tag is typed, instead of relying on completion, which often doesn't work.
@item
Fix issue in @samp{markdown-mode} where the beginning of the tag values was incorrectly read-only.
@item
Allow emojis as tags.
@item
Add export to @uref{https://github.com/protesilaos/denote, denote} (by @uref{https://github.com/jayrajput, Jay Rajput})
@end itemize

@node Version 060
Expand Down
2 changes: 1 addition & 1 deletion ekg.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Homepage: https://github.com/ahyatt/ekg
;; Package-Requires: ((triples "0.3.5") (emacs "28.1") (llm "0.17.0"))
;; Keywords: outlines, hypermedia
;; Version: 0.6.1
;; Version: 0.6.2
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
;; This program is free software; you can redistribute it and/or
Expand Down