Releases: maximilionus/hurocon
Releases · maximilionus/hurocon
Release 0.6.0
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
→******
)
- Details (username, password and connection address) can now be provided with one command, syntax:
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
Changed
- Enhanced deprecation notice for
lte
cli group help message
Release 0.5.0
Added
net
cli commands grouplan
- LAN connection controlslist
- List all connected devices
cellular
- Cellular connection controls (Replacement for deprecatedlte
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 version1.0.0
. Still can be accessed, inherits all implementation fromnet cellular
cli group and removed from help messages.Use
net cellular
cli sub-group instead
Release 0.4.5
Added
device info
command:- Export all information in json format by passing the
--json
flag - Formatted default mode output
- Export all information in json format by passing the
Changed
- More consistent output for cli help messages
Release 0.4.4
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
2022.05.29
Fixed
- Added help messages to
sms
:send
andview
commands
Release 0.4.2
Release 0.4.1
2022.05.26
Fixed
- Project version meta fixed. This version should be considered as version
0.4.0
stable release.
Release 0.4.0
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
2022.05.09
Fixed
- Stated new features from
0.3.0
release in projectREADME