Skip to content

Releases: brohd11/gdaddon

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 21 Jul 22:00
update stale refs

v0.3.0

Choose a tag to compare

@brohd11 brohd11 released this 06 Jul 09:24

Mostly maintenance release.

  • Moved "Sets" page into new tab
  • Add sorting to lists
  • Downloading a repo as a package now tracks SHA
  • Cleanup duplicated code

v0.2.0

Choose a tag to compare

@brohd11 brohd11 released this 01 Jul 21:28

Note: There was a change to the config file with this release, since this is quite early in the dev cycle I didn't add backporting capability. Simply go to "Actions -> Paths -> .gdaddon", delete config.yml and it will be regenerated on the next start.

Installer/Updater: I have only tested on Mac so far. Any feedback for Windows is appreciated!

New features:

  • Better installer, "./gdaddon install" in the downloaded directory starts an installer
  • Auto updater for the binary itself
  • can now lock packages, this will stop update notification and be skipped during "Update All" action
  • downloading branch now defaults to clone, download as zip is still available and will track commit SHA, no longer a floating package.

EditorPlugin

Companion editor plugin, not fully featured, it runs gdaddon headless to provide notifications.
Can be used to automatically check for updates and dependencies on start up.

Project tool menu -> gdaddon, instances a dialog that can:

  • download and install the gdaddon binary if not present
  • check status of all tracked addons
  • navigation buttons for terminal, filesystem

v0.1.0

Choose a tag to compare

@brohd11 brohd11 released this 27 Jun 10:23

initial gdaddon release