JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It  may not display this or other websites correctly.
You should upgrade or use an 
alternative browser .
					
		
			
				
					 
			
				
					
						
							Unmaintained   Developer Tools
						
						
							1.5.0 
						
					 
					
						
							
								No permission to download 
							
						
					
				 
				
					
				
			 
		 
	
				 
				
			
				
				
				
				
				
					
					
	
	
	
	
		
	
	
	
	
	
	
	
		
		
		
			
		
		
	
	
	
		
		
			
	
	
		
			
				
					
						
						
						
						
							
								New: 
Added new CLI command ticktackk-devtools:git-push <add-on id> <repo> <branch> (thanks to @DragonByte Tech  ) 
New options for ticktackk-devtools:better-export
--skip-export Allows skipping exporting data before building release or moving files to _repo directory (thanks to @DragonByte Tech  )--commit Allows committing changes (if any) to the local repository--push Allows local repository to a branch (thanks to @DragonByte Tech  )  
Added option to exclude directories when moving working files to _repo directory (thanks to @DragonByte Tech  ) 
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: 
 
							
						 
						
						
						
						
					 
				 
			 
		 
	 
		
			
	
	
		
			
				
					
						
						
						
						
							
								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 
  
							
						 
						
						
						
							
						
						
					 
				 
			 
		 
	 
		
			
	
	
		
			
				
					
						
						
						
						
							
								Bug fix: 
Check if _repo directory exists before committing 
  
							
						 
						
						
						
							
						
						
					 
				 
			 
		 
	 
		
			
	
	
		
			
				
					
						
						
						
						
							
								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 
  
							
						 
						
						
						
							
						
						
					 
				 
			 
		 
	 
		
			
	
	
		
			
				
					
						
						
						
						
							
								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 
  
							
						 
						
						
						
							
						
						
					 
				 
			 
		 
	 
		
			
	
	
		
			
				
					
						
						
						
						
							
								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: