Releases: ticktackk/DeveloperToolsForXF2
Releases · ticktackk/DeveloperToolsForXF2
v1.0.0 Beta 1
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
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
andticktackk-devtools:git-commit
Changes:
- Removed commit upon any developer output
- Moved all git related commands to separate CLI command
v1.0.0 Alpha 5
Bug fix:
- Check if _repo directory exists before committing
v1.0.0 Alpha 4
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
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 afterxf-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
New:
- Added new command
ticktackk-devtools:better-export [addon_id]
which would run bothxf-addon:export
andxf-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
1.0.0-alpha.1 Initial commit