mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-05-11 01:34:05 +02:00
update change notes and prepare next release -- thanks @chylex
I think this deserves a +.1 version release!
This commit is contained in:
parent
e37e1d92b3
commit
b1d69bf251
15
CHANGES.md
15
CHANGES.md
@ -1,8 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
### 3.6.4
|
||||
### 3.7
|
||||
|
||||
- Improvements to tag latency. Thanks to @chylex for [the PR](https://github.com/acejump/AceJump/pull/339)!
|
||||
- Improvements to tag latency
|
||||
- Redesign settings panel
|
||||
- Add missing configuration for definition mode color
|
||||
- Adds option to switch between straight and rounded tag corners
|
||||
- Adds option to only consider visible area
|
||||
- Add customizable jump mode cycling
|
||||
- Jump-to-End mode jumps to the end of a word
|
||||
- Fixes toggle keys not resetting mode when pressed twice
|
||||
- Increase limit for what is considered a large file
|
||||
- Thanks to @chylex for [all the PRs](https://github.com/acejump/AceJump/pulls?q=is%3Apr+author%3Achylex)!
|
||||
|
||||
### 3.6.3
|
||||
|
||||
@ -304,4 +313,4 @@
|
||||
|
||||
### 1.0.0
|
||||
|
||||
- Cleaned up code base for release
|
||||
- Cleaned up code base for release
|
||||
|
@ -171,7 +171,7 @@ The following individuals have significantly improved AceJump through their cont
|
||||
* [John Lindquist](https://github.com/johnlindquist) for creating AceJump and supporting it for many years.
|
||||
* [Breandan Considine](https://github.com/breandan) for maintaining the project and adding some new features.
|
||||
* [Alex Plate](https://github.com/AlexPl292) for submitting [several PRs](https://github.com/acejump/AceJump/pulls?q=is%3Apr+author%3AAlexPl292).
|
||||
* [Daniel Chýlek](https://github.com/chylex) for several [performance optimizations](https://github.com/acejump/AceJump/pull/339).
|
||||
* [Daniel Chýlek](https://github.com/chylex) for several [performance optimizations](https://github.com/acejump/AceJump/pulls?q=is%3Apr+author%3Achylex).
|
||||
* [Sven Speckmaier](https://github.com/svensp) for [improving](https://github.com/acejump/AceJump/pull/214) search latency.
|
||||
* [Stefan Monnier](https://www.iro.umontreal.ca/~monnier/) for algorithmic advice and maintaining Emacs for several years.
|
||||
* [Fool's Mate](https://www.fools-mate.de/) for the [icon](https://github.com/acejump/AceJump/issues/313) and graphic design.
|
||||
|
@ -63,4 +63,4 @@ intellij {
|
||||
}
|
||||
|
||||
group = "org.acejump"
|
||||
version = "3.6.4"
|
||||
version = "3.7"
|
||||
|
Loading…
Reference in New Issue
Block a user