Skip to content

Latest commit

 

History

History
104 lines (65 loc) · 7.45 KB

CHANGELOG.md

File metadata and controls

104 lines (65 loc) · 7.45 KB

1.10.0 (2024-02-12)

Bug Fixes

  • added downloading of packages with required and important priority (aa84d97)

Features

  • changed name of inner folder of output tar to be name of tar instead of temp folder name (ba93cfa)

1.9.0 (2024-02-07)

Bug Fixes

  • missing match check in virtual package name parsing (4fcbe06)
  • version int upstream compare fillvalue was string instead of int (54d80e6)

Features

  • added saving index to --keep (71f0205)
  • added support for alternative dependencies in index search (9e0a62d)
  • added version handling for virtual packages (aad680e)

1.8.2 (2024-02-06)

Bug Fixes

  • fixed merged python artifact (0bb398e)

1.8.1 (2024-02-06)

Bug Fixes

  • fixed merged python artifact (941f956)

1.8.0 (2024-02-06)

Bug Fixes

  • changed default package apt source to empty string (b0d256d)
  • debian version comparison of digits compared them one by one (78e70cc)

Features

  • added apt source field to package (292acb4)
  • added architecture field to package (2b5c317)
  • added contains check to index (c30bbb8)
  • added default optional priority to package (891f67c)
  • added dependencies field to package (c888006)
  • added dependency search with recommended packages (d590db3)
  • added description field to package (ff9199c)
  • added download url field to package (ebaa8e6)
  • added earlier or equal search to index (5a96592)
  • added empty provides list in package (f7f4681)
  • added function to set apt source field of packages in an index (7b2e1f7)
  • added greater than to version comparison (8f0cb44)
  • added index class (d12ae8c)
  • added index combining (b273de0)
  • added later or equal version search to index (225324b)
  • added less than to version comparison (fed6980)
  • added maintainer field to package (648935e)
  • added multiple package parsing for index (516a1c4)
  • added multiple package versions to index (0d55953)
  • added package class (6db6317)
  • added package comparison (33cdf80)
  • added package dependency search in index (4b16bff)
  • added pre dependencies field to package (77ecc64)
  • added priority field to package (e64913f)
  • added provides list to package (903781c)
  • added recommended field to package (cfe15e1)
  • added repr to package (eb95f8b)
  • added repr to version (1372599)
  • added return to original string form for package (2c3abf3)
  • added search by name to index (a996cfa)
  • added search by version to index (518b4b3)
  • added searching by earlier version to index (958cd3c)
  • added searching by later version to index (200adbc)
  • added sorting to multiple package versions in index (d604131)
  • added Version class (5050507)
  • added version info to package (a382ff3)
  • added virtual package support for index (0efe830)
  • added with_item boolean to progress bar (b3c0ae2)
  • hash function for version (b53f45b)
  • index search ignores architecture qualifier (12fbbff)
  • set return value of set_package_apt_source method of index to self (89a8e4b)