github ppkantorski/Ultrahand-Overlay v1.8.0
Ultrahand Overlay 1.8.0

latest releases: v2.1.4, v2.1.3, v2.1.2...
12 months ago

List of changes:

  1. Introduction of new true / false command options ;mini= and ;selection_mini= for usage of "mini" ListItems.
    • ;mini=true will enable mini mode for the ListItem. (false by default)
    • ;selection_mini=true will enable mini mode for the dropdown selection ListItems. (for * commands; false by default)
  2. Introduction of new command volume to control the system master volume level, called volume <PERCENTAGE> where <PERCENTAGE> is an integer value from 0 to 150.
    • Users can create a volume level slider similarly to a brightness level slider.

      [Volume Level]
      ;mode=trackbar
      ;min_value=0
      ;max_value=150
      ;units=%
      ;on_every_tick=true
      volume {value}
    • Side-note: Max volume scale has been capped at 150%. Will only scale the current active system volume level (not modify it).

  3. Package forwarder commands will now update footer labels when modified from within the forwarder package.
  4. Option footers will now be automatically loaded from the config.ini upon command success instead of returning a checkmark.
  5. Expansion of timestamp placeholder argument to include %f for fractional seconds.
    • Basic timer example:
      [Timer]
      ;mode=option
      ini_file ./config.ini
      try:
      set-ini-val ./config.ini Timer stop {timestamp(%s.%f)}
      set-footer {math({ini_file(Timer,stop)}-{ini_file(Timer,start)})}s
      remove-ini-key ./config.ini Timer start
      try:
      set-ini-val ./config.ini Timer start {timestamp(%s.%f)}
      set-footer ●
  6. Various code / compiler optimizations for smaller compilation size.
  7. Various bug fixes and subtle UI corrections.
    • Max value bug fix for regular track-bars.
    • Fixes to math placeholder operation parsing.
    • set-footer for null values will now return a failed command.

Full Changelog: 367a0bb...v1.8.0

Don't miss a new Ultrahand-Overlay release

NewReleases is sending notifications on new releases.