From f2daae11d4451db0c479b1108e9bae06d2bab6b8 Mon Sep 17 00:00:00 2001 From: Sukbeom Kim Date: Sat, 7 Dec 2024 10:09:52 +0900 Subject: [PATCH] release: version 1.0.0 - Update change-log. - Bump version to 1.0.0 for official release. --- README.org | 4 ++++ org-linenote.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index d0a95b9..27e05c5 100644 --- a/README.org +++ b/README.org @@ -67,6 +67,10 @@ $ ln -sv $PROJECT/.linenote $PROJECT/.vscode/linenote * Change-Log +** 1.0.0 +- Add eldoc support. +- Fix a bug on revert-buffer. + ** 0.2.2 - Change =org-linenote--default-extension= and =org-linenote--highlight-style= to customizable variables. Now it is available in =M-x customize=. diff --git a/org-linenote.el b/org-linenote.el index fb1d36f..9d0c945 100644 --- a/org-linenote.el +++ b/org-linenote.el @@ -6,7 +6,7 @@ ;; Maintainer: Jason Kim ;; Created: February 18, 2024 ;; Modified: April 10, 2024 -;; Version: 0.2.3 +;; Version: 1.0.0 ;; Keywords: tools, note, org ;; Homepage: https://github.com/seokbeomKim/org-linenote ;; Package-Requires: ((emacs "29.1") (projectile "2.8.0") (vertico "1.7") (eldoc "1.11") (lsp-mode "9.0.0"))