Skip to content

Releases: essentialkaos/ek

Version 7.0.1

07 Mar 22:18
v7.0.1
Compare
Choose a tag to compare

Bugfixes

  • [fsutil] Fixed windows stubs for compatibility with latest changes

Version 7.0.0

07 Mar 11:09
v7.0.0
Compare
Choose a tag to compare

New Features

  • [usage] Added interface for different ways to check application updates
  • [usage] Added github update checker
  • [fsutil] Added support of filtering by size for ListingFilter

Improvements

  • [usage] Moved CommandsColorTag, OptionsColorTag, Breadcrumbs to Info struct (incompatible changes)
  • [fsutil] Now ListingFilter must be passed as value instead of pointer (incompatible changes)
  • [version] Now Parse 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

18 Feb 00:57
v6.2.1
Compare
Choose a tag to compare

Improvements

  • [usage] Improved working with GitHub API

Version 6.2.0

17 Feb 11:29
v6.2.0
Compare
Choose a tag to compare

New Features

  • [usage] Showing info about latest available release on GitHub 🔥
  • [netutil] Added method GetIP6 which return main IPv6 address

Improvements

  • [netutil] Now GetIP return primary IPv4 address

Version 6.1.0

08 Feb 09:46
v6.1.0
Compare
Choose a tag to compare

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

27 Dec 23:16
v6.0.0
Compare
Choose a tag to compare

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

13 Dec 14:44
v5.7.1
Compare
Choose a tag to compare

Improvements

  • [usage] Improved build info output
  • [system] Improved OS version search process

Version 5.7.0

10 Dec 14:16
v5.7.0
Compare
Choose a tag to compare

New Features

  • [process] GetTree now can return tree for custom root process
  • [fmtutil] Added method CountDigits for counting the number of digits in integer
  • [usage] Added support for optional arguments in commands

Improvements

  • [terminal] Now PrintWarnMessage and PrintErrorMessage prints messages to stderr

Bugfixes

  • [process] Fixed threads marking

Version 5.6.0

06 Dec 23:51
v5.6.0
Compare
Choose a tag to compare

New Features

  • [system] Added Distribution and Version info to SystemInfo struct
  • [arg] Added bound arguments support
  • [arg] Added conflicts arguments support
  • [arg] Added method Q for merging several arguments to string (useful for Alias, Bound and Conflicts)

Version 5.5.0

07 Nov 07:51
v5.5.0
Compare
Choose a tag to compare

New Features

  • [system] Added method CurrentTTY which return path to current tty

Improvements

  • [system] Code refactoring