Skip to content

Releases: torculus/DownFall

Version 4.3.1

07 Mar 02:22

Choose a tag to compare

4.3.1

  • Replace GtkColorButton with GtkColorDialogButton
  • Add GNOME 48 support

Version 4.3.0

20 Jun 15:38

Choose a tag to compare

4.3.0

  • Move Utils.startEndPoints() inside FallItem
  • Remove utils.js

Version 4.2.0

17 Jan 14:42

Choose a tag to compare

4.2.0

  • Prefs window and widgets migrated completely to libadwaita
  • New feature: text shadows
  • Use GLib.rand_int_range() in direction instead of custom implementation
  • Adjusted all presets to make them more realistic

Version 4.1.2

15 Dec 03:42

Choose a tag to compare

4.1.2

  • Bugfix: #10 not working on all monitors
  • Apparently GLib.random_int_range(a,b) runs from a to b-1. The previous release was omitting the final monitor when "all monitors" was selected

Version 4.1.1

13 Dec 03:31

Choose a tag to compare

4.1.1

  • New feature: Allow falling on all monitors (fixed #10)
  • Changed default "Down" to move FallItems off screen (#10)
  • Reworked enable/disable logic (#9)
  • Implement new presets (#11)
    • Rain
    • Fireflies

Version 4.1.0

12 Oct 02:48

Choose a tag to compare

4.1.0

  • Port to GNOME 45 ESM
  • Fix FallItems not showing on background layout (needed export { startEndPoints } in Utils.js)

Version 4.0.2

07 Oct 18:16

Choose a tag to compare

4.0.2

  • Moved stopTimers() to FallItems instead of FIM
  • Replaced ic.destroy_all_children() to remove_all_children(), fixing long-standing error with logs getting flooded with errors

Version 4.0.1

05 Jul 13:52

Choose a tag to compare

4.0.1

  • Adjusted Firework preset and flare logic to be more realistic (fade out, random angles)

Version 4.0.0 stable!

17 May 17:30

Choose a tag to compare

New Features

Fixes

  • Stopped adding/destroying matritems, resulting in greater code stability
  • Separated out fi.change() and fi.matrixtrail() from fi.fall() for performance
  • Moved all global variables into the FIM class
  • Now uses standard pango and GLib functions instead of custom ones

Version 4.0.0 preview

08 Mar 04:39

Choose a tag to compare

Version 4.0.0 preview Pre-release
Pre-release

Some exciting changes are coming in this release:

Still left to-do:

  • Add a QuickSettings toggle
  • Port prefsWidget to libadwaita (on separate branch)