Skip to content

Commit

Permalink
Bump to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takaxp committed May 31, 2020
1 parent a7e63eb commit 1d8344c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2020-05-31 Takaaki ISHIKAWA <[email protected]>

* moom-font.el: version 1.3.0
- [improve] Detecting fonts with moom-font--extract-family-name
- [improve] moom-font-ja and moom-font-ascii support scale option

* moom.el: version 1.3.0
- [breaking change] moom-font-init-size is now internal
- [improve] Prevent writing moom status to message buffer
- [improve] Frame will stay in display region when resizing
- [new] moom-fill-height
- [new] moom-split-window
- [new] moom-delete-windows
- [new] moom-split-window-hook
- [new] moom-delete-window-hook
- [new feature] Fit frame to vertical or horizontal center line
- [new] moom-move-frame-to-centerline-from-left
- [new] moom-move-frame-to-centerline-from-right
- [new] moom-move-frame-to-centerline-from-top
- [new] moom-move-frame-to-centerline-from-bottom
- [new feature] Centering for some commands
- moom-command-with-centering controls which command can centering
- [new feature] Support line-number-mode
- moom-display-line-numbers-width controls the default digit
- [update] moom-cycle-frame-height

2018-05-18 Takaaki ISHIKAWA <[email protected]>

* moom-font.el: version 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion moom-font.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Takaaki ISHIKAWA <takaxp at ieee dot org>
;; Keywords: frames, faces, convenience
;; Version: 1.2.2
;; Version: 1.3.0
;; Maintainer: Takaaki ISHIKAWA <takaxp at ieee dot org>
;; URL: https://github.com/takaxp/Moom
;; Twitter: @takaxp
Expand Down
4 changes: 2 additions & 2 deletions moom.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Takaaki ISHIKAWA <takaxp at ieee dot org>
;; Keywords: frames, faces, convenience
;; Version: 1.2.13
;; Version: 1.3.0
;; Maintainer: Takaaki ISHIKAWA <takaxp at ieee dot org>
;; URL: https://github.com/takaxp/Moom
;; Package-Requires: ((emacs "25.1"))
Expand Down Expand Up @@ -1169,7 +1169,7 @@ The keybindings will be assigned when Emacs runs in GUI."
(defun moom-version ()
"The release version of Moom."
(interactive)
(let ((moom-release "1.2.13"))
(let ((moom-release "1.3.0"))
(message "[Moom] v%s" moom-release)))

;;;###autoload
Expand Down

0 comments on commit 1d8344c

Please sign in to comment.