github ppkantorski/Ultrahand-Overlay v1.3.0
Ultrahand Overlay 1.3.0

latest releases: v2.1.1, v2.1.0, v2.0.1...
2 years ago

List of changes:

  1. config.ini is now package.ini for Ultrahand packages.
  2. source is now file_source
  3. source_on is now file_source_on
  4. source_off is now file_source_off
  5. json_source is now json_file_source
  6. New function json_source for defining JSONs directly within the package.ini file.
    • Example: json_source '[{"key1":"value1"}, {"key1":"value2"}]' key1
  7. Menu item sorting are now implemented differently.
    • New files /config/ultrahand/overlays.ini and /config/ultrahand/packages.ini for manually specifying priority and storing information.
    • Priority value is a number from 0 to 9999

WARNING: You will have to rename things accordingly in your custom packages for v1.3.0+.

I apologize since this update will temporarily break some of your packages. All of my examples however have been updated to reflect the changes. I wanted to rename config.ini to package.ini a long time ago so that every package can contain preset config.ini's as well. This is a step in that direction.

As for renaming some of the advanced sourcing functions, this was done out of necessity for people to better understand what each function is as more types are added.

The newly generated ini files for sorting your packages and overlays will be especially useful moving forward since now every single item can be positioned in any configuration.

Don't miss a new Ultrahand-Overlay release

NewReleases is sending notifications on new releases.