Skip to content

0.1.0

Compare
Choose a tag to compare
@fennifith fennifith released this 10 Aug 01:15
2c68b71
  • "InfoData" classes are called "Wedges" now
  • "wedges" now require a full class name in the config file
  • you can now create custom "wedges" to add to the config file: #37
  • the CLI for updating the configuration file is useless and out of date, it has been removed: #36
  • support for theming dialogs: #41
  • ability to remove AppWedge's description: #40
  • fixed LicenseWedge's overflow title string thing: #39

!!! THIS IS AN IMPORTANT THING !!!

If you are updating from a previous version, you will need to make a few changes to your configuration file. All of the tags in the file should be replaced with the full class name of the object that they instantiate. A full list of all of the tags and the class names to replace them with is below:

  • appInfo -> me.jfenn.attribouter.wedges.AppWedge
  • contributors -> me.jfenn.attribouter.wedges.ContributorsWedge
  • contributor -> me.jfenn.attribouter.wedges.ContributorWedge
  • translators -> me.jfenn.attribouter.wedges.TranslatorsWedge
  • translator -> me.jfenn.attribouter.wedges.TranslatorWedge
  • licenses -> me.jfenn.attribouter.wedges.LicensesWedge
  • project -> me.jfenn.attribouter.wedges.LicenseWedge
  • link -> me.jfenn.attribouter.wedges.link.LinkWedge
  • text -> me.jfenn.attribouter.wedges.TextWedge