Skip to content

Releases: ticktackk/DeveloperToolsForXF2

v1.0.0 Beta 1

13 Apr 19:23
Compare
Choose a tag to compare
v1.0.0 Beta 1 Pre-release
Pre-release

New:

  • Added new CLI command ticktackk-devtools:git-push <add-on id> <repo> <branch> (thanks to @belazor)
  • New options for ticktackk-devtools:better-export
    • --skip-export Allows skipping exporting data before building release or moving files to _repo directory (thanks to @belazor)
    • --commit Allows committing changes (if any) to the local repository
    • --push Allows local repository to a branch (thanks to @belazor)
  • Added option to exclude directories when moving working files to _repo directory (thanks to @belazor)
  • Added option to copy additional files to _repo directory
    • Can be enabled/disabled per add-on (Default: disabled)

Changes:

  • Developer options won't be shown in overlay

Bug fixes:

  • I lost count ;_;

v1.0.0 Alpha 6

19 Feb 11:51
Compare
Choose a tag to compare
v1.0.0 Alpha 6 Pre-release
Pre-release

New:

  • Copy additional files to repository directory
  • Add "Save and exit" button for template modification editing process
  • LICENSE is now LICENSE.md
  • Both LICENSE.md and README.md are now copied to root directory
  • Both LICENSE.md and README.md is now added to add-on archive as well
  • New CLI commands ticktackk-devtools:git-init and ticktackk-devtools:git-commit

Changes:

  • Removed commit upon any developer output
  • Moved all git related commands to separate CLI command

v1.0.0 Alpha 5

12 Feb 04:35
Compare
Choose a tag to compare
v1.0.0 Alpha 5 Pre-release
Pre-release

Bug fix:

  • Check if _repo directory exists before committing

v1.0.0 Alpha 4

12 Feb 01:11
Compare
Choose a tag to compare
v1.0.0 Alpha 4 Pre-release
Pre-release

New:

  • Upon developer output for supported output types git commit command is called with supported commit type
  • Supported developer output types
    • Admin Navigation
    • Admin Permission
    • Advertising Position
    • BB Code
    • BB Code Media Site
    • Class Extension
    • Content type filed
    • Cron entry
    • Help page
    • Navigation
    • Option
    • Option Group
    • Permission
    • Permission Interface Group
    • Phrase
    • Route
    • Style Property
    • Style Property Group
    • Template
    • Template Modification
    • Widget Definition
    • Widget Position
  • Supported commit types
    • Export
    • Change
    • Delete

v1.0.0 Alpha 3

07 Feb 01:50
Compare
Choose a tag to compare
v1.0.0 Alpha 3 Pre-release
Pre-release

New:

  • Added option --release for ticktackk-devtools:better-export which would release the add-on

Changes:

  • README.me location is now under add-on directory to avoid getting overwritten by other releases made from developer tools
  • Removed template modification which wasn't required for anything
  • xf-dev:export command will be called after xf-dev:entity-class-properties

Bug Fixes:

  • Added a workaround for xf-dev:entity-class-properties command bug if no Entity directory was present

v1.0.0 Alpha 2

03 Feb 16:08
Compare
Choose a tag to compare
v1.0.0 Alpha 2 Pre-release
Pre-release

New:

  • Added new command ticktackk-devtools:better-export [addon_id] which would run both xf-addon:export and xf-dev:entity-class-properties for the add-on id provided
  • Added support for testing template modifications against different style

Changes:

  • Updated description under addon.json

Bug Fixes:

  • Fixed Setup file

v1.0.0 Alpha 1

01 Feb 13:15
Compare
Choose a tag to compare
v1.0.0 Alpha 1 Pre-release
Pre-release
1.0.0-alpha.1

Initial commit