mirror of
https://github.com/jimeh/yank-indent.git
synced 2026-02-19 01:26:40 +00:00
1.3 KiB
1.3 KiB
Changelog
0.3.0 (2023-06-12)
⚠ BREAKING CHANGES
- setup: Removed yank-indent-setup and yank-indent-teardown functions.
Bug Fixes
- setup: simplify package/load setup by not using a global advice (b047e91)
0.2.0 (2023-04-25)
⚠ BREAKING CHANGES
- customization: Rename global mode customization variables.
Bug Fixes
- customization: rename customize variables related to global mode (84f3b3e)
- internal: do not add advice on package load (9b1d01b)
0.1.1 (2023-04-23)
Bug Fixes
- autoload: do not autoload advice-add calls (7619fc6)
0.1.0 (2023-04-18)
Features
- initial implementation (04f3950)