Releases: juliand665/Dynamic-FPS
Releases · juliand665/Dynamic-FPS
Localization
- Updated Simplified Chinese Localization (#13—GuNanOvO)
- Added Swedish Localization (#14—Luracasmus)
The Configurability Update
- Dynamic FPS now has a config system! (thanks, @Setadokalo)
- You can configure the FPS to reduce to when unfocused (including to 0 to not update at all)
- You can disable the FPS reduction (when unfocused) entirely
- Now renders at full FPS when the window is hovered, even if unfocused (can be disabled)
- In addition to a keybind to force reduced FPS, there's now also one to disable the FPS reduction temporarily
- German localization
(Note that older localizations are broken in this release—I've kept what's left of them, but pull requests are welcome.)
20w19a Compatibility
Updated to 20w19a
20w17a Compatibility
Hotkey
1.15.1 Compatibility
- Added compatibility for 1.15.1 thanks to #3
1.15 Snapshot Compatibility
- Added compatibility for 1.15 snapshots thanks to #2
Mod JSON Fix
changed requires
to depends
in fabric.mod.json
Minor Improvements
- Updated to 1.14.4
- Made it render 1 FPS if unfocused but not hidden
- Fixed a bug in Minecraft's concurrency logic that made the server thread hog resources when unused.