Skip to content

Releases: 2bndy5/rmskin-action

Switch to composite type action

29 Sep 18:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.8...v1.2.0

Maintainance update

14 Jan 00:33
9aa08ca
Compare
Choose a tag to compare

Now uses Github's env file GITHUB_OUTPUT instead of the deprecated ::set-output command.

update Readme

05 Aug 07:01
a0c93a2
Compare
Choose a tag to compare

The last release had trouble uploading to pypi.org. This should now be solved as there were problems rendering the readme on pypi.org

uploading to pypi

25 Jul 12:35
Compare
Choose a tag to compare
uploading to pypi Pre-release
Pre-release
  • renamed release.py to rmskin_builder.py
  • pip installs an executable CLI entry point for use as rmskin-builder.exe --help
  • RMSKIN.ini & RMSKIN.bmp files are no longer overwritten, rather the altered copies get put into a "build" directory
  • refactored rmskin_builder.py to pass black's default linting (pylint)

fix bad action.yml

11 Dec 02:17
Compare
Choose a tag to compare

found & fixed a bad indent in action.yml. Also corrected misleading name in last step of release.yml example (it does not output the path -- only the file name)

version arg was hard-coded to "auto"

11 Jul 08:29
Compare
Choose a tag to compare

artifact from developing & debugging caused --version argument that was passed to get ignored, resulting in the wrong version number in release assets

fixed verification of layout file to load on-install

11 Jul 07:49
Compare
Choose a tag to compare

title says it all, nothing else has changed

with input args

07 Jul 02:18
Compare
Choose a tag to compare

Added ability to adapt & include a header image (RMSKIN.bmp; must be 400x60 with RGB color space) that gets displayed in Rainmeter's Skin Installer. Implemented input arguments to alter the behavior of release.py. Although, most inputs can be overridden using your repository's RMSKIN.ini file.

Verified works with github workflow env variables

05 Jul 09:41
Compare
Choose a tag to compare

the only planned input argument is "path" for managing multiple Rainmeter repos (workspaces) in a single github workflow

This is working

04 Jul 20:00
Compare
Choose a tag to compare
1.1

Success; (-) debugging prompts action input args