Skip to content

Releases: Open-CMSIS-Pack/cpackget

v2.2.0

20 Feb 08:08
d027c5b

Choose a tag to compare

What's Changed

  • Introduced cache for PDSC files in .WEB. in #627
  • Changed error messages for already installed versions in #647
  • Added switch to only show warnings instead of errors in automatic update public index in #656
  • replaced warning for missing update.cfg by a debug message and create… in #662
  • Test update by @bgn42 in #663
  • Option --insecure-skip-verify added to skip certificate check in #677
  • Better error message for pack ids not found in index in #682
  • remove a pdsc entry in local_repository.pidx when matching cpackget rm packID is found reading version from referenced pdsc file if required in #694
  • restored path to public index.pidx after compare in #695

Full Changelog: v2.1.9...v2.2.0

v2.1.9

11 Sep 10:15
ec01de1

Choose a tag to compare

What's Changed

  • try to synchronize pack versions in index.pidx and pdsc when updating/downloading.
  • check pdsc files in a pack and correct version if it does not match.
  • while installing, show a warning only if there is an additional .pdsc file in the archive.
  • reduce verbosity about index and pdsc file updates executed prior to installing a public pack.
  • when installing a pack with a license, check that the window size is sufficient to display the license text and retrieve user feedback and abort with an error message about minimum window size.

Full Changelog: v2.1.8...v2.1.9

v2.1.8

12 Jun 12:20
0a6da55

Choose a tag to compare

What's Changed

  • read index.pidx to obtain URL as origin for updating the index.pidx before using the default url (https://www.keil.com/pack/)
  • Issue #541, showing wrong error/info when installing a pack without version and a version is already installed was fixed.

Full Changelog: v2.1.7...v2.1.8

v2.1.7

09 May 08:13
c575e08

Choose a tag to compare

What's Changed

  • issue #404, moved download of index.pidx after decision if only local… by @bgn42 in #469
  • Updated minimum golang version by @soumeh01 in #485
  • Update linter version and migrated configuration by @soumeh01 in #497
  • Issue 480, improve performance of update-index by @bgn42 in #496
  • replaced PDSC checks by PIDX for update by @bgn42 in #505
  • more tests to enhance coverage by @bgn42 in #513
  • disable progressbar for mass pdsc downloads, issue #250 by @bgn42 in #521
  • fixed test fails in verbose mode, issue #228 by @bgn42 in #522

Full Changelog: v2.1.6...v2.1.7

v2.1.6

26 Feb 08:30

Choose a tag to compare

What's Changed

  • [cpackget] Retry download without User-Agent header in #413
  • omit empty timestamp in #422
  • extend help text in #449
  • fixed "not installed required packs" #386 in #450
  • Update copyright with current year in #451
  • issue #411 change help screen header to version and copyright in #456
  • #385, show error message if a packID to be added contains metadata in #457

Full Changelog: v2.1.5...v2.1.6

v2.1.5

16 Dec 13:32
1c92f1f

Choose a tag to compare

What's Changed

  • Add User-Agent header in HTTP GET requests when downloading a pack to prevent download from being blocked. #359
  • Failed to install pack versions from <package> requirements in the pdsc #360. #361
  • Fix code scanning alert no. 49: Arbitrary file access during archive extraction ("Zip Slip"). #368
  • Add update of index.pidx to add command to ensure download of latest available pack version. #394
  • Onlinecheck and other things. #401
  • Handle Cookie headers in HTTP GET requests when required by server. #406
  • Use $CMSIS_PACK_ROOT/.Web/update.cfg to update index.pidx once a day by @bgn42 in #410

Full Changelog: v2.1.4...v2.1.5

v2.1.4

13 Sep 13:52
0f463cd

Choose a tag to compare

What's Changed

  • 🤖 [TPIP] Automated report updates by @github-actions in #323
  • build(deps): Bump github.com/schollz/progressbar/v3 from 3.14.4 to 3.14.5 by @dependabot in #325
  • 🤖 [TPIP] Automated report updates by @github-actions in #326
  • build(deps): Bump golang.org/x/sync from 0.7.0 to 0.8.0 by @dependabot in #327
  • build(deps): Bump github.com/schollz/progressbar/v3 from 3.14.5 to 3.14.6 by @dependabot in #328
  • build(deps): Bump golang.org/x/mod from 0.19.0 to 0.20.0 by @dependabot in #329
  • 🤖 [TPIP] Automated report updates by @github-actions in #330
  • build(deps): Bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in #331
  • 🤖 [TPIP] Automated report updates by @github-actions in #333
  • update-index now checks for updates for local packs by @bgn42 in #334
  • Update local, some error messages changed by @bgn42 in #337
  • build(deps): Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0 by @dependabot in #335
  • Patch level select with @~ by @bgn42 in #338
  • build(deps): Bump golang.org/x/term from 0.23.0 to 0.24.0 by @dependabot in #339
  • build(deps): Bump golang.org/x/mod from 0.20.0 to 0.21.0 by @dependabot in #340
  • build(deps): Bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in #341
  • build(deps): Bump peter-evans/create-pull-request from 6 to 7 by @dependabot in #343
  • Path problem, issue #290 by @bgn42 in #342
  • Implemented cpackget update, corrected list --updates by @bgn42 in #345

Full Changelog: v2.1.3...v2.1.4

v2.1.3

09 Jul 09:32
9ac237f

Choose a tag to compare

What's Changed

  • Implemented @^ replacing undocumented @~ #315
  • Implemented @>= in addition to undocumented >= #322

Full Changelog: v2.1.2...v2.1.3

v2.1.2

16 May 09:41
8d30a5b

Choose a tag to compare

What's Changed

  • 🤖 [TPIP] Automated report updates by @github-actions in #281
  • [cpackget] fails to install the packs #283 by @edriouk in #288
  • build(deps): Bump golang.org/x/net from 0.23.0 to 0.24.0 by @dependabot in #284
  • build(deps): Bump golang.org/x/term from 0.18.0 to 0.19.0 by @dependabot in #285
  • build(deps): Bump golang.org/x/mod from 0.16.0 to 0.17.0 by @dependabot in #286
  • build(deps): Bump golang.org/x/sync from 0.6.0 to 0.7.0 by @dependabot in #287
  • 🤖 [TPIP] Automated report updates by @github-actions in #289
  • Bump golang version to 1.22.3 by @brondani in #297

Full Changelog: v2.1.1...v2.1.2

v2.1.1

04 Apr 11:05
6cb19b1

Choose a tag to compare

What's Changed

  • Keep downloaded pack #276
  • Bump golang version to 1.22

Full Changelog: v2.1.0...v2.1.1