1.0 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.0 KiB
		
	
	
	
	
	
	
	
Changelog
All notable changes to this project will be documented in this file.
To update simply run:
go get -u github.com/UnnoTed/fileb0x
2018-04-17
Changed
- Improved file processing's speed
 - Improved walk speed with godirwalk
 - Fixed updater's progressbar
 
2018-03-17
Added
- Added condition to files' template to avoid creating error variable when not required.
 
2018-03-14
Removed
- go-dry dependency.
 
2018-02-22
Added
- Avoid rewriting the main b0x file by checking a MD5 hash of the (file's modification time + cfg).
 - Avoid rewriting unchanged files by comparing the Timestamp of the b0x's file and the file's modification time.
 - Config option 
lcfwhich when enabled along withspreadlogs the list of changed files to the console. - Message to inform that no file or cfg changes have been detecTed (not an error).
 
Changed
- Config option 
cleanto only remove unused b0x files instead of everything.