Skip to content

Releases: maximilionus/hurocon

Release 0.6.0

22 Jul 17:36
Compare
Choose a tag to compare

Added

  • Connection timeout feature (5 seconds by default). Value should be float type in seconds and can be configured in local config.
  • Configuration file integrity check implemented. User now will be notified if something wrong with it.
  • New features for auth login command:
    • Details (username, password and connection address) can now be provided with one command, syntax:
      auth login [OPTIONS] [USERNAME] [PASSWORD] [CONNECTION_ADDRESS]
    • Password field now will be filled with mask, representing the user input (qwerty******)

Tweaked

All changes now will be placed here, in Tweaked, instead of the Changed

  • Configuration file bumped to version 3, migration is supported

Release 0.5.1

08 Jul 17:24
Compare
Choose a tag to compare

Changed

  • Enhanced deprecation notice for lte cli group help message

Release 0.5.0

08 Jul 16:02
Compare
Choose a tag to compare

Added

  • net cli commands group
    • lan - LAN connection controls
      • list - List all connected devices
    • cellular - Cellular connection controls (Replacement for deprecated lte commands group)

Changed

  • Global source code structure enhancements
  • Enhanced output formatting, new wrapper

Fixed

  • Fixed warning messages in sms view when marking message as read

Deprecated

  • lte cli group deprecated and will be removed in version 1.0.0. Still can be accessed, inherits all implementation from net cellular cli group and removed from help messages.

    Use net cellular cli sub-group instead

Release 0.4.5

28 Jun 23:27
Compare
Choose a tag to compare

Added

  • device info command:
    • Export all information in json format by passing the --json flag
    • Formatted default mode output

Changed

  • More consistent output for cli help messages

Release 0.4.4

25 Jun 17:27
Compare
Choose a tag to compare

2022.06.25

Added

  • sms view command will not automatically mark viewed message as read. This behavior can be disabled by passing the new --dont-mark-read (-M) flag to CLI call.

Changed

  • Project structure enhanced

Fixed

  • Help message for the sms view command corrected

Release 0.4.3

29 May 18:20
Compare
Choose a tag to compare

2022.05.29

Fixed

  • Added help messages to sms: send and view commands

Release 0.4.2

26 May 21:58
Compare
Choose a tag to compare

2022.05.27

Fixed

  • The last added features are now stated in README

Release 0.4.1

26 May 08:55
Compare
Choose a tag to compare

2022.05.26

Fixed

  • Project version meta fixed. This version should be considered as version 0.4.0 stable release.

Release 0.4.0

26 May 08:46
Compare
Choose a tag to compare
Release 0.4.0 Pre-release
Pre-release

2022.05.26

Added

  • Inbox SMS messages handling with new commands:
    • list
    • view
    • count
  • "Did you mean..." prompt on cli command misspelling

Changed

  • Enhanced auth login visualization

Release 0.3.1

09 May 17:34
Compare
Choose a tag to compare

2022.05.09

Fixed

  • Stated new features from 0.3.0 release in project README