Releases: kickingvegas/casual-avy
Releases · kickingvegas/casual-avy
v2.0.1
What's Changed
- Update Makefile Rules by @kickingvegas in #60
- Add RET binding to exit Avy menu and update documentation by @kickingvegas in #61
- Merge development to main 20241217_112855 by @kickingvegas in #62
Full Changelog: 2.0.0...2.0.1
v2.0.0
What's Changed
- Update to use new casual package by @kickingvegas in #55
- Merge development to main 20241021_165246 by @kickingvegas in #56
Full Changelog: 1.4.3...2.0.0
v1.4.3
What's Changed
- Sync
Version:
commit with release tag for package build by @kickingvegas in #52 - Merge development to main 20240930_222500 by @kickingvegas in #53
Full Changelog: 1.4.2...1.4.3
v1.4.2
v1.4.1
v1.4.0
Merge pull request #43 from kickingvegas/merge-development-to-main-20240703_114144
Merge development to main 20240703_114144
-
Add M-n/p next/prev-error support and change Index bindings
- Adds support for next/prev-error
- Allows for navigation of occur/grep/error messages from the source file.
- Bound to "M-n", "M-p"
- Adds support for next/prev-error
-
Index binding changes
- org-goto is now bound to "g"
- Section label "Misc" changed to "Index"
-
Obsolete variable
casual-avy-imenu-modes
- Replaced by logic to test if the current mode supports Imenu
- This obviates need for user configuration.
- Replaced by logic to test if the current mode supports Imenu