Skip to content

Releases: essentialkaos/ek

Version 13.5.1

16 Sep 20:22
v13.5.1
398f2bf
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [mathutil] Added method FromPerc

Improvements

  • [mathutil] Code refactoring

Version 13.5.0

15 Sep 14:00
v13.5.0
8afd234
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [support/resources] Added package for collecting info about CPU and memory
  • [system/sysctl] Added method All to get all kernel parameters
  • [system] Added macOS support for GetCPUInfo
  • [system] Added macOS support for GetMemUsage
  • [support] Added locale to default OS info output
  • [mathutil] Added methods IsInt, IsFloat, and IsNumber
  • [support] Added info if CGO is used for build

Version 13.4.0

12 Sep 20:50
v13.4.0
eb9e7a4
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [system/sysctl] Added new package for reading kernel parameters
  • [strutil] Added method SqueezeRepeats

Version 13.3.5

14 Aug 21:32
v13.3.5
e1e17bb
Compare
Choose a tag to compare

Low Urgency

Changelog

Improvements

  • [timeutil] Improved formatting of days and seconds in MiniDuration

Version 13.3.4

14 Aug 11:35
v13.3.4
efa5ecc
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [timeutil] Added support of minutes, hours and days to MiniDuration
  • [timeutil] Added separator customization to MiniDuration

Improvements

  • [timeutil] Added usage examples for MiniDuration

Version 13.3.3

12 Aug 14:58
v13.3.3
dbd2a9c
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • [support] Improved output of large list of IPv4 and IPv6 addresses

Bugfixes

  • [support/apps] Fixed Docker version extraction

Version 13.3.2

11 Aug 22:44
v13.3.2
c1cb0f8
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [support/apps] Added support for Docker, Podman, and LXC

Improvements

  • [rand] Removed method Int
  • [rand] Code refactoring

Version 13.3.1

31 Jul 11:08
v13.3.1
4f53528
Compare
Choose a tag to compare

High Urgency

Changelog

New Features

  • [cache] Added constants with duration

Improvements

  • [cache/fs] Using cache.Duration instead of time.Duration
  • [cache/memory] Using cache.Duration instead of time.Duration
  • [cache/fs] Added check for passed expiration duration in Set
  • [cache/fs] Code refactoring

Bugfixes

  • [cache/fs] Fixed bug with closing item file after reading data
  • [cache/fs] Fixed bug with removing expired items in Get

Version 13.3.0

30 Jul 13:20
v13.3.0
2b5b082
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [cache/fs] Added cache with file system storage
  • [sliceutil] Added method Join

Improvements

  • [cache] In-memory cache moved to cache/memory
  • [cache/memory] Code refactoring
  • Stubs refactoring

Version 13.2.1

24 Jul 08:24
v13.2.1
ca3e455
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [terminal/input] Added NewLine flag

Improvements

  • [sliceutil] Methods Copy, IsEqual, Index, Contains, and Deduplicate marked as deprecated
  • [terminal/input] Improved TMUX support