Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
* ChangeLog: Add entry.
* compiler-explorer.el: Update version.
  • Loading branch information
mkcms committed Apr 18, 2024
1 parent ff73b82 commit 4980ed8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
2024-04-18 Michał Krzywkowski <[email protected]>

Version 0.4.0

- The "Debug Intrinsics" output filter can now be set.

- Useless (unmodified) sessions are now not persisted.

- The compilation and execution buffers are now updated
non-destructively, i.e the point and window scroll is preserved
when possible.

- A menu bar is now available in compiler-explorer sessions.

- New command `compiler-explorer-exit' kills the current session.

- Documentation for ASM opcodes is now optionally provided via
eldoc in the compilation buffers. This is controlled by the
`compiler-explorer-document-opcodes' defcustom.

- New command `compiler-explorer-load-example' loads a named
example for the current language.

- The annoying "request--callback: peculiar error" message has
been removed.

- Various fixes and smaller improvements.

2024-03-28 Michał Krzywkowski <[email protected]>

Version 0.3.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.3.0
;; Version: 0.4.0
;; Homepage: https://github.com/mkcms/compiler-explorer.el
;; Package-Requires: ((emacs "26.1") (request "0.3.0") (eldoc "1.15.0"))

Expand Down

0 comments on commit 4980ed8

Please sign in to comment.