Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
* compiler-explorer.el: Bump version.
* ChangeLog: Add entry.
  • Loading branch information
mkcms committed Nov 29, 2024
1 parent fe5c3a1 commit b8e7c34
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions ChangeLog
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
Expand Down
2 changes: 1 addition & 1 deletion compiler-explorer.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit b8e7c34

Please sign in to comment.