Skip to content

Releases: juliand665/Dynamic-FPS

Localization

21 Jan 04:25
Compare
Choose a tag to compare

The Configurability Update

17 Jan 21:13
Compare
Choose a tag to compare
  • 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

09 May 15:18
Compare
Choose a tag to compare

Updated to 20w19a

20w17a Compatibility

23 Apr 01:20
Compare
Choose a tag to compare

Hotkey

29 Jan 02:27
Compare
Choose a tag to compare
  • Added hotkey for forcing reduced FPS, unbound by default (#4)

1.15.1 Compatibility

27 Dec 23:57
2bfa417
Compare
Choose a tag to compare
  • Added compatibility for 1.15.1 thanks to #3

1.15 Snapshot Compatibility

24 Sep 15:01
Compare
Choose a tag to compare
  • Added compatibility for 1.15 snapshots thanks to #2

Mod JSON Fix

04 Sep 13:25
Compare
Choose a tag to compare

changed requires to depends in fabric.mod.json

Minor Improvements

14 Aug 16:29
Compare
Choose a tag to compare
  • 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.