File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ v1.5.1
2+ ---
3+ - ** Documentation updates** : Updated README.md with latest dependency versions
4+
5+ ** Full Changelog** : https://github.com/totev/vodafone-station-cli/compare/v1.5.0...v1.5.1
6+
17v1.5.0
28---
39- ** IP Flag Support** : Added IP flag support across all commands for flexible modem/router address specification
Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ $ npm install -g vodafone-station-cli
543543$ vodafone-station-cli COMMAND
544544running command...
545545$ vodafone-station-cli (--version)
546- vodafone-station-cli/1.5.0 darwin-arm64 node-v23.7 .0
546+ vodafone-station-cli/1.5.0 darwin-arm64 node-v24.2 .0
547547$ vodafone-station-cli --help [COMMAND]
548548USAGE
549549 $ vodafone-station-cli COMMAND
@@ -624,7 +624,7 @@ Get the current docsis status as reported by the modem in a JSON format.
624624
625625```
626626USAGE
627- $ vodafone-station-cli docsis [-i <value>] [-f ] [-p <value>] [-w]
627+ $ vodafone-station-cli docsis [-f] [- i <value>] [-p <value>] [-w]
628628
629629FLAGS
630630 -f, --file write out a report file under ./reports/{CURRENT_UNIX_TIMESTAMP}_docsisStatus.json
@@ -663,7 +663,7 @@ DESCRIPTION
663663 Display help for vodafone-station-cli.
664664```
665665
666- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.28 /src/commands/help.ts ) _
666+ _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.29 /src/commands/help.ts ) _
667667
668668## ` vodafone-station-cli host-exposure disable [ENTRIES] `
669669
Original file line number Diff line number Diff line change 11{
22 "name" : " vodafone-station-cli" ,
33 "description" : " Access your Vodafone Station from the comfort of the command line." ,
4- "version" : " 1.5.0 " ,
4+ "version" : " 1.5.1 " ,
55 "author" : " Dobroslav Totev" ,
66 "bin" : {
77 "vodafone-station-cli" : " ./bin/run"
Original file line number Diff line number Diff line change 1+ # 1.5.1 Release Plan
2+
3+ ## ✅ Completed Tasks
4+ - [x] Version bumped in package.json (1.5.0 → 1.5.1)
5+ - [x] README.md updated with latest dependency versions
6+
7+ ## 🔄 Tasks in Progress
8+ - [ ] Update CHANGELOG.md with 1.5.1 entry
9+ - [ ] Commit changes
10+ - [ ] Create git tag for v1.5.1
11+ - [ ] Push changes and tag to repository
12+
13+ ## 📝 Release Notes for 1.5.1
14+ - ** Documentation updates** : Updated README.md with latest dependency versions
15+ - ** Maintenance** : Minor version bump for consistency
You can’t perform that action at this time.
0 commit comments