Releases: essentialkaos/ek
Releases · essentialkaos/ek
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
Version 6.0.0
New Features
[passwd]
Much secure hash generation (now with sha512, bcrypt and AES) 🔥
Improvements
[system]
Improved changing proccess and arguments names[system]
Distributions names updated
Bugfixes
[system/process]
Fixed windows stubs
Version 5.7.1
Improvements
[usage]
Improved build info output[system]
Improved OS version search process
Version 5.7.0
New Features
[process]
GetTree
now can return tree for custom root process[fmtutil]
Added methodCountDigits
for counting the number of digits in integer[usage]
Added support for optional arguments in commands
Improvements
[terminal]
NowPrintWarnMessage
andPrintErrorMessage
prints messages to stderr
Bugfixes
[process]
Fixed threads marking
Version 5.6.0
New Features
[system]
AddedDistribution
andVersion
info toSystemInfo
struct[arg]
Added bound arguments support[arg]
Added conflicts arguments support[arg]
Added methodQ
for merging several arguments to string (useful forAlias
,Bound
andConflicts
)
Version 5.5.0
New Features
[system]
Added methodCurrentTTY
which return path to current tty
Improvements
[system]
Code refactoring