Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 1.49 KB

changelog.md

File metadata and controls

27 lines (21 loc) · 1.49 KB

How versions are handled

version="1.3.16"

  • "16" is for minor changes/additions that are fully backwards-compatible (like adding a new attribute which doesn't affect anything else)
  • "3" is for changes/additions which aren't backwards-compatible (like completely replacing a attribute)
  • "1" is the major version, only changed for major rewrites to the system (so likely never)

Changelog

pre 1.0.1/0

  • Only used "0" as a version, initial release

1.0.1

  • Added "custom" attribute for credits

1.0.2

  • Added <empty> and "empty" attributes in case a value is missing

1.1.0

  • Added Presets
  • Added "hidden" attributes for columns
  • Renamed <columns> to <columnlist>

1.2.0

  • Renamed "name" attribute to "content"

1.3.0

  • Renamed "track" to "trackname" for columns
  • Renamed "type" to "pstype" for presets