Releases: essentialkaos/ek
Releases · essentialkaos/ek
Version 7.3.0
New Features
[sortutil]
Added methodsNatualLess
andStringsNatual
for natural ordering[jsonutil]
Added optional argument toEncodeToFile
method with file permissions (0644 by default)
Improvements
[jsonutil]
Code refactoring[jsonutil]
Improved tests[jsonutil]
Added usage examples
Version 7.2.0
Improvements
[knf]
Return default value for the property even if config struct is nil
Version 7.1.0
Improvements
[system]
Added methodsCalculateNetworkSpeed
andCalculateIOUtil
for metrics calculation without blocking main thread[system]
Code and examples refactoring
Version 7.0.3
Improvements
[knf]
Increased code coverage
Bugfixes
[passwd]
Fixed panic inCheck
for some rare cases[fsutil]
Fixed typo[pid]
Fixed typo[system]
Fixed typo[tmp]
Fixed typo
Version 7.0.2
Improvements
[version]
Improved version data storing model
Bugfixes
[version]
Fixed bug with version comparison[usage]
Fixed bug with new application version checking mechanics
Version 7.0.1
Bugfixes
[fsutil]
Fixed windows stubs for compatibility with latest changes
Version 7.0.0
New Features
[usage]
Added interface for different ways to check application updates[usage]
Added github update checker[fsutil]
Added support of filtering by size forListingFilter
Improvements
[usage]
MovedCommandsColorTag
,OptionsColorTag
,Breadcrumbs
toInfo
struct (incompatible changes)[fsutil]
NowListingFilter
must be passed as value instead of pointer (incompatible changes)[version]
NowParse
return value instead of pointer[cron]
Improved expressions parsing[version]
Added fuzz testing[cron]
Added fuzz testing[knf]
Added fuzz testing
Version 6.2.1
Improvements
[usage]
Improved working with GitHub API
Version 6.2.0
New Features
[usage]
Showing info about latest available release on GitHub 🔥[netutil]
Added methodGetIP6
which return main IPv6 address
Improvements
[netutil]
Now GetIP return primary IPv4 address
Version 6.1.0
New Features
[knf]
Added tabs support in indentation[timeutil]
Added new sequences%n
(new line symbol) and%K
(milliseconds)
Improvements
[timeutil]
Code refactoring