From 535776a69792b9d462755c1c0caac48e80dd9d5f Mon Sep 17 00:00:00 2001 From: Psionik K <73710933+psionic-k@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:29:47 +0900 Subject: [PATCH] Bump version to 0.6.1 --- NEWS.org | 11 ++++++++++- moc.el | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index 70a4477..745304e 100644 --- a/NEWS.org +++ b/NEWS.org @@ -6,7 +6,16 @@ #+export_file_name: RELEASE.md #+options: toc:nil broken-links:nil num:nil -* v0.6.0 Versioned Playback 📽️ :latest: +* V0.6.1 Stabilizing 🤡 :latest: +We are beginning to tag releases. It's almost ready. It should be ready, but in case it is not, don't /just/ blame me. File issues. +** Added 🦙 +- ~moc-frame-text-scale-mode~ and related commands + + Only scales the default face size attribute in the selected frame + + Also added to ~moc-dispatch~ +** Fixed +- Playback bug in the version check +- Bug in text scaling in ~moc-dispatch~ +* v0.6.0 Versioned Playback 📽️ The big story for this version is to re-implement the excerpt processing. The changes enable visual lines and playback to integrate much more smoothly. The implementation chosen uses a temporary buffer and Emacs text editing functions, building on top of Emacs text processing awareness. As Emacs grows smarter, so will MoC. diff --git a/moc.el b/moc.el index a31cb75..f2b1a09 100644 --- a/moc.el +++ b/moc.el @@ -4,7 +4,7 @@ ;; Author: Positron Solutions ;; Keywords: convenience, outline -;; Version: 0.6.0 +;; Version: 0.6.1 ;; Package-Requires: ((emacs "29.4") (hide-mode-line "1.0.3") (transient "0.7.2")) ;; Homepage: http://github.com/positron-solutions/moc