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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,6 +235,8 @@ More bugfixes. I work so hard for my beloved users.
235
235
236
236
# 2.5.0
237
237
238
+
`2.5.0` brings contributions from 3 of our lovely enigma users in addition to our regular duo, bringing you some reworks to long-broken features and fixing some long-bothersome bugs!
239
+
238
240
- new [theme system and theme](https://github.com/QuiltMC/enigma/pull/216) (thanks [supersaiyansubtlety](https://github.com/supersaiyansubtlety)!)
239
241
- adds a new theme: darcerula
240
242
- this theme is yet darker than the old dark theme, for those that appreciate a pitch black atmosphere for their mappings
@@ -253,7 +255,7 @@ More bugfixes. I work so hard for my beloved users.
253
255
- the `ClassProvider` parameter has been replaced with a `ProjectClassProvider`, providing classes and scope for both the main jar and libraries
254
256
-`JarIndexerService#acceptJar` now takes a `ProjectClassProvider` instead of a `ClassProvider`
255
257
- the scope has not been removed, and if the service is configured to accept libraries will be the main scope on first run and the library scope on the second
256
-
-added name proposal for record components
258
+
- added name proposal for record components
257
259
- names for record getters are automatically proposed as their corresponding field is named
258
260
- methods are linked to fields based on bytecode
259
261
- this is a fail-fast solution: if there is no method perfectly matching the expected code for a record getter no mapping will be proposed
0 commit comments