You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -385,7 +385,7 @@ Blood, sweat, refactors, enhancements, tears, unit tests, bugfixes, blood, and m
385
385
- allows searching for mappings using regular expressions. and normal expressions. as you desire
386
386
- includes extensive options for filtering by types, access, names, and more
387
387
- allows sorting by name, package, and depth
388
-
- added specification by name for command arguments (`parameter=value`) instead of positionally ([#280](https://github.com/QuiltMC/enigma/pull/280))
388
+
- added specification by name for command arguments (`parameter=value`) instead of by position ([#280](https://github.com/QuiltMC/enigma/pull/280))
389
389
- the two can be mixed as long as all positional arguments come before named args
390
390
- any argument can be specified either by name or position
391
391
- this is necessary for the new search command which has an unfathomable FIFTEEN possible arguments
@@ -416,7 +416,7 @@ Blood, sweat, refactors, enhancements, tears, unit tests, bugfixes, blood, and m
416
416
- the stats dialogue will default to the parameters for the icons, with changes made there being transient (except for the dialog-exclusive package filter)
417
417
- added a GUI toggle for disabling/enabling icons
418
418
- the tree will now update in real time as settings are changed
419
-
- added indexing for parameters via `EntryIndex` ([#282](https://github.com/QuiltMC/enigma/pull/282))
419
+
- added indexing for parameters via `EntryIndex` ([#282](https://github.com/QuiltMC/enigma/pull/282), [#298](https://github.com/QuiltMC/enigma/pull/298))
420
420
- fixed wrong types occasionally being displayed in the editor panel
421
421
- the editor panel will now show `<unknown>` for non-parameter entries in the LVT
422
422
- added a search bar for the structure panel ([#266](https://github.com/QuiltMC/enigma/pull/266))
@@ -436,7 +436,7 @@ Blood, sweat, refactors, enhancements, tears, unit tests, bugfixes, blood, and m
436
436
- added an option for allowing quick find to be persistent when the user clicks off
437
437
- replaced the backend, eliminating some weirdness and making it more responsive
438
438
- one weird part of the code down. 1000 to go
439
-
- fixed the dialog sometimes becoming detached from the editor and appearing outside the main window
439
+
- fixed the bar sometimes becoming detached from the editor and appearing outside the main window
440
440
- fixed the first token clicked after opening the quick find dialog immediately navigating ([#270](https://github.com/QuiltMC/enigma/pull/270))
441
441
- added navigation to method calls inside lambdas and static initializers ([#308](https://github.com/QuiltMC/enigma/pull/308))
442
442
- uses parsing of the source code to obtain tokens for these calls, which can then be navigated via the editor
@@ -457,7 +457,7 @@ Blood, sweat, refactors, enhancements, tears, unit tests, bugfixes, blood, and m
457
457
- your config will not automatically be migrated, make sure to update if you're using this option!
458
458
- removed `main#features`
459
459
- updated the navigator and fixed some issues ([#269](https://github.com/QuiltMC/enigma/pull/269), [#305](https://github.com/QuiltMC/enigma/pull/305))
460
-
- navigation is now relevant to the cursor instead of an invisibly stored position
460
+
- navigation is now relative to the cursor instead of an invisibly stored position
461
461
- fixed the panel's count not updating properly when reloading mappings
462
462
- fixed entries sometimes becoming improperly ordered when their types changed
463
463
- fixed zero padding on label not always matching between index and total (`03/3` -> `03/03`)
0 commit comments