Skip to content

Commit

Permalink
release: v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Nov 26, 2023
1 parent 0fae2ee commit 5e2b687
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v2.2.2]

Extrinsic vice.

### Added

- `other-frame` is now bound in `other-window-repeat-map`.
- Package `dogears` as a trial.
- `recompile` is now advised to set the `compile-history` to that of
the last `wal-project-*` command if the `compile-command` matches.
- My package `ship-mate` which is functionality spun out from this
config.

### Changed

- Fringe mark for `bookmark` was disabled.
- Commands added to `wal-project-command` history no longer replace
the one matched against. They're just inserted.
- `org-capture-templates` was reworked. Plain `p` now is for plain
entries in the file (unnarrowed) while `t` is adding new tasks.
- [The following are included in `ship-mate`]
- Commands added to (formerly) `wal-project-command` history no
longer replace the one matched against. They're just inserted.
[This is a feature of `ship-mate`].
- `recompile` is now advised to set the `compile-history` to that of
the last (formerly) `wal-project-*` command if the
`compile-command` matches.

### Fixed

- Updating the history of `wal-project-*` commands now uses fuzzy
matching instead of just checking the last `compile-command` (as
this can lead to erroneous replacements).
- `wal-project-command` no longer infinitely extends a command's
history.
- [The following are included in `ship-mate`]
- Updating the history of (formerly) `wal-project-*` commands now
uses fuzzy matching instead of just checking the last
`compile-command` (as this can lead to erroneous replacements).
- (formerly) `wal-project-command` no longer infinitely extends a
command's history.

## [v2.2.1]

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LOCAL_PHONY_DEPS=ensure-init $(PACKAGE_MARKER)
CI_DEPS=build
PACIFY_DEPS=build

CURRENT_PACKAGE_VERSION=2.2.1
CURRENT_PACKAGE_VERSION=2.2.2
UPDATE_VERSION_FILES=lib/wal-config.org wal.el

include dinghy/emacs-package.mk
Expand Down

0 comments on commit 5e2b687

Please sign in to comment.