Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psionic-k committed Dec 11, 2024
1 parent 2e935a6 commit 535776a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion NEWS.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion moc.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Positron Solutions <[email protected]>
;; 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

Expand Down

0 comments on commit 535776a

Please sign in to comment.