Releases: LimberDuck/tsccm
Releases · LimberDuck/tsccm
v0.0.7
v0.0.6
What's Changed
- v0.0.6 by @damian-krawczyk in #8
Added
- Requirements update
- new:
- packaging>=25.0
- new:
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- v0.0.5 by @damian-krawczyk in #7
Added
CLI
- New option:
tsccm --update-check/tsccm -u- will return confirmation if you are using the latest version of TSCCM.
Changed
-
Requirements update
- from:
- click>=8.1.8
- keyring>=25.5.0
- pyTenable>=1.6.0
- oauthlib>=3.2.2
- pandas>=2.0.3
- to:
- click>=8.2.1
- keyring>=25.6.0
- pyTenable>=1.8.3
- oauthlib>=3.3.1
- pandas>=2.3.2
- new:
- requests>=2.32.5
- from:
-
tests for python
- removed: 3.8, 3.9
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Develop by @damian-krawczyk in #5
Changed
-
code formatted with black
-
requirements update
- from:
- click>=8.0.1
- keyring>=23.1.0
- pyTenable>=1.3.3
- oauthlib>=3.1.1
- pandas>=1.3.2
- tabulate>=0.8.9
- to:
- click>=8.1.8
- keyring>=25.5.0
- pyTenable>=1.6.0
- oauthlib>=3.2.2
- pandas>=2.0.3
- tabulate>=0.9.0
- from:
-
tests for python
- added: 3.10, 3.11, 3.12, 3.13
- removed: 3.7
Full Changelog: v0.0.3...v0.0.4
Release v0.0.3
Added
- new format option to display data -
csv audit-file --listcommand lists parametersid,name,createdTime,modifiedTime,filename,originalFilename
Changed
user --listcommand lists parametersid,username,firstname,lastname,roleName,createdTime,modifiedTime,lastLogin,locked,failedLoginsgroup --listcommand lists parametersid,name,createdTime,modifiedTime,userCountscan --listcommand lists parametersid,name,ownerUsername,createdTime,modifiedTime,scheduleType,scheduleEnabled,scheduleRepeatRule,scheduleStart,scheduleNextRunscan-result --listcommand lists parametersid,name,ownerUsername,createdTime,status,importStatus,totalIPs,scannedIPs,startTime,finishTime,scanDurationpolicy --listcommand lists parametersid,name,ownerUsername,createdTime,modifiedTime,policyTemplateNamecredential --listcommand lists parametersid,name,type,authType,ownerUsername,createdTime,modifiedTime
Release v0.0.2
Added
role --listcommand lists parametersid,name,createdTime,modifiedTime,organizationCounts--portoption to specify port number
Changed
credential --listcommand lists parametersid,name,ownerUsername,createdTime,modifiedTimegroup --listcommand lists parametersid,name,createdTime,modifiedTimepolicy --listcommand lists parametersid,name,ownerUsername,createdTime,modifiedTimescan --listcommand lists parametersid,name,ownerUsername,createdTime,modifiedTimescan-result --listcommand lists parametersid,name,ownerUsername,createdTime,modifiedTimeuser --listcommand lists parametersid,username,firstname,lastname,roleName,createdTime,modifiedTime,lastLoginstatuscommand renamed toserverserveroptions--status,--ips,--version
Release v0.0.1
- initial release