diff --git a/ChangeLog b/ChangeLog index e33bd50..b25cba5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2024-11-29 Michał Krzywkowski + + 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 Version 0.5.0 diff --git a/compiler-explorer.el b/compiler-explorer.el index 7e33532..5c03d32 100644 --- a/compiler-explorer.el +++ b/compiler-explorer.el @@ -4,7 +4,7 @@ ;; Author: Michał Krzywkowski ;; 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"))