Revision history for Alien-Build-Plugin-Download-GitHub
0.10 2022-10-31 06:43:24 -0600
- asset_format can be set to "none" to get no extractor added (gh#26, gh#27)
- Fixed bug where slurp had been used instead of slurp_raw (gh#25, gh#28)
0.09 2022-09-23 13:31:18 -0600
- Added options asset, asset_format and asset_name (gh#20, gh#23)
- This plugin adds itself as a prereq when used by an alienfile
(gh#11, gh#23)
- The old include_assets property is deprecated (gh#24)
- Fixed bug where some ALIEN_DOWNLOAD_RULE configs would cause failure
in test (gh#24)
0.08 2022-09-23 11:18:27 -0600
- This plugin now requires Alien::Build of at least 2.39 (gh#21)
- Compatability with ALIEN_DOWNLOAD_RULE overrides (gh#18)
- You can set ALIEN_BUILD_PLUGIN_DOWNLOAD_GITHUB_DEBUG to get additional
diagnostic messages (gh#18)
0.07 2021-05-15 14:28:23 -0600
- Optionally use GitHub Personall Access Token when specified as
environment variable and using Alien::Build 2.39+ (gh#3, gh#13, gh#14)
0.06 2020-05-01 09:47:42 -0600
- Add tags_only property (gh#8 kiwiroy++)
0.05 2019-09-27 05:48:35 -0600
- Add include_assets property (gh#7 kiwiroy++)
0.04 2019-08-30 02:33:59 -0400
- Fix "wide character in subroutine entry" diagnostic.
0.03 2019-04-09 04:33:06 -0400
- Fixed bug where json was improperly decoded for fetch plugins that use temp files (gh#4,gh#5)
- Added a number of unit tests (gh#2, gh#5)
- Fixed bug where version wasn't being correctly parsed from the index (gh#1, gh#5)
0.02 2019-04-08 21:14:57 -0400
- Update documentation.
- Changed the default of the prefer property from 1 to 0.
- When prefer property is set to 0, a default prefer hook is added, which
leaves the list of releases unsorted. This is different from the
Download Negotiator plugin. Since GitHub usually returns a
sorted list of releases this will frequently be what you want.
0.01 2019-04-08 20:51:34 -0400
- initial version