Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.3 - 2023-07-02

Fixed

  • Fixed error which occurred when killing shell command buffers before their processes completed.

0.1.2 - 2023-06-30

Fixed

  • Fixed reversed behavior of shell-command-x-buffer-name-async-format and shell-command-x-buffer-name-format.

0.1.1 - 2023-06-29

Fixed

  • async-shell-command-display-buffer now behaves correctly according to the README. Vanilla Emacs does not respect display-buffer-no-window in display-buffer-alist when this variable is set to nil; this behavior has been patched.

0.1.0 - 2023-06-29

Added

  • Initial release.