|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Version 1.13.0 |
| 4 | + |
| 5 | +- Update dependencies |
| 6 | +- Add file icons to the list renderer |
| 7 | + - Huge thanks to [jspmarc](https://github.com/jspmarc) for this! |
| 8 | + |
3 | 9 | ## Version 1.12.0 |
4 | 10 |
|
5 | 11 | - Add keybindings for CTRL + D/U for half page down/up scroll for the preview |
|
15 | 21 | ## Version 1.10.0 |
16 | 22 |
|
17 | 23 | - Add an option to load full file contents in the FuzzyGrep preview window |
18 | | - - Uses full highlighting |
19 | | - - On by default |
20 | | - - Thanks to [givemeurhats](https://github.com/givemeurhats) for highlighting this issue |
| 24 | + - Uses full highlighting |
| 25 | + - On by default |
| 26 | + - Thanks to [givemeurhats](https://github.com/givemeurhats) for highlighting this issue |
21 | 27 | - Update IntelliJ platform plugin to 2.7.2 |
22 | 28 | - Update Gradle to 9.0.0 |
23 | 29 |
|
|
45 | 51 | ## Version 1.8.0 |
46 | 52 |
|
47 | 53 | - Improve FuzzyGrep process handling for consistent behavior |
48 | | - - Huge thanks to [jspmarc](https://github.com/jspmarc) for this |
| 54 | + - Huge thanks to [jspmarc](https://github.com/jspmarc) for this |
49 | 55 | - Update IntelliJ platform plugin to 2.5.0 |
50 | 56 |
|
51 | 57 | ## Version 1.7.1 |
|
60 | 66 |
|
61 | 67 | - Update gradle and plugins |
62 | 68 | - Improve FuzzyGrep PATH handling by using GeneralCommandline |
63 | | - - Thanks to [gymynnym](https://github.com/gymynnym) for finding the issue and the solution |
| 69 | + - Thanks to [gymynnym](https://github.com/gymynnym) for finding the issue and the solution |
64 | 70 | - Indicate which command FuzzyGrep is running |
65 | 71 |
|
66 | 72 | ## Version 1.6.0 |
67 | 73 |
|
68 | 74 | - Introduce the first, experimental version of Fuzzy Grep |
69 | | - - Call [ripgrep](https://github.com/BurntSushi/ripgrep) in the background |
70 | | - - Attempt to fall back to `grep` or `findstr` if rg is not found |
| 75 | + - Call [ripgrep](https://github.com/BurntSushi/ripgrep) in the background |
| 76 | + - Attempt to fall back to `grep` or `findstr` if rg is not found |
71 | 77 |
|
72 | 78 | ## Version 1.5.0 |
73 | 79 |
|
74 | 80 | - Allow configuring the default finder popup size |
75 | 81 | - Fix a bug where the correct dimension key wasn't used |
76 | 82 | - Enable changing the search field location on the popup |
77 | | - - Top, bottom, left and right |
| 83 | + - Top, bottom, left and right |
78 | 84 | - Improve mover popup's default size |
79 | 85 |
|
80 | 86 | ## Version 1.4.2 |
|
102 | 108 |
|
103 | 109 | - Make popup dimensions persistent across projects |
104 | 110 | - Improve popup location consistency (fixes right screen, left half issue) |
105 | | - - Popup dimensions are saved per screen bounds (location and size) |
| 111 | + - Popup dimensions are saved per screen bounds (location and size) |
106 | 112 | - Update kotlin-jvm and intellij-platform plugins to 2.1.0 |
107 | 113 |
|
108 | 114 | ## Version 1.1.1 |
|
175 | 181 | ## Version 0.20.0 |
176 | 182 |
|
177 | 183 | - Score calculation rewrite |
178 | | - - Upgraded and made more transparent |
179 | | - - Each individual score for each file can be seen in the test bench |
| 184 | + - Upgraded and made more transparent |
| 185 | + - Each individual score for each file can be seen in the test bench |
180 | 186 | - Multi match correction |
181 | | - - Correctly calculates each occurrence of unique search string characters in the filepath |
| 187 | + - Correctly calculates each occurrence of unique search string characters in the filepath |
182 | 188 | - Introduced filename match weight |
183 | 189 | - Set up automated publishing to marketplace from GitHub on new tags |
184 | 190 |
|
|
190 | 196 |
|
191 | 197 | - Create changelog.md |
192 | 198 | - Add Fuzzy search only for VCS tracked files (FuzzierVCS) |
193 | | - - Huge thanks to [ramonvermeulen](https://github.com/ramonvermeulen) for implementing this feature |
| 199 | + - Huge thanks to [ramonvermeulen](https://github.com/ramonvermeulen) for implementing this feature |
194 | 200 | - Change versioning scheme to more clearly indicate development status |
195 | | - - Version 0.19.0 is the first release under the new scheme |
| 201 | + - Version 0.19.0 is the first release under the new scheme |
196 | 202 |
|
197 | 203 | ## Earlier Versions |
198 | 204 |
|
|
0 commit comments