-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* compiler-explorer.el: Bump version. * ChangeLog: Add entry.
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
2024-11-29 Michał Krzywkowski <[email protected]> | ||
|
||
Version 0.6.0 | ||
|
||
- Minimum Emacs version was bumped to 27.1 from 26.1. | ||
|
||
- New command `compiler-explorer-restore-from-link' restores a | ||
session from a shortlink generated by the website externally, or | ||
by `compiler-explorer-make-link'. | ||
|
||
- `compiler-explorer-previous-session' can now be called with a | ||
prefix argument to query for the session to restore. The previous | ||
sessions can also be selected from the menu. | ||
|
||
- New command `compiler-explorer-discard-session' will discard the | ||
current or (with prefix argument) selected past session. | ||
|
||
- All overlays that relate to the same code block are now | ||
highlighted when point is inside of them. | ||
|
||
- A few small fixes and improvements. | ||
|
||
2024-06-09 Michał Krzywkowski <[email protected]> | ||
|
||
Version 0.5.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
;; Author: Michał Krzywkowski <[email protected]> | ||
;; Keywords: c, tools | ||
;; Version: 0.5.0 | ||
;; Version: 0.6.0 | ||
;; Homepage: https://github.com/mkcms/compiler-explorer.el | ||
;; Package-Requires: ((emacs "27.1") (plz "0.9") (eldoc "1.15.0") (map "3.3.1") (seq "2.23")) | ||
|
||
|