Releases: brian-mcnamara/plugin_uploader
Releases · brian-mcnamara/plugin_uploader
1.3.5
What's Changed
- Fix wildcard until builds by @brian-mcnamara in #20
- Remove project.task from uploadPlugin and make them inputs by @brian-mcnamara in #21
Full Changelog: 1.3.4...1.3.5
1.3.4
What's Changed
- Fix tests by @illarionov in #18
- Add "downloadUrlPrefix" by @illarionov in #19
New Contributors
- @illarionov made their first contribution in #18
Full Changelog: 1.3.3...1.3.4
1.3.3
What's Changed
- Fix UpdatePluginsXml by changing updateFile to outputFile by @brian-mcnamara in #14
Full Changelog: 1.3.2...1.3.3
1.3.2
What's Changed
- Add task to update file based updatePlugins.xml by @brian-mcnamara in #12
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
- Update okhttp dependency for compatibility with intellij plugin by @brian-mcnamara in #10
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Immutable releases, S3 repo support, blockmap support by @brian-mcnamara in #9
Full Changelog: 1.2.3...1.3.0
1.2.3
1.2.2
Adds a comment to the updatePlugin file with latest update timestamp and plugin ID
1.2.1
Fixes issue where version information is stores as versionInfo instead of idea-version
1.2.0
Multi-version support:
Enable multiple versions of a plugin to exist in updatePlugins.xml as long as the since and until version do not collide
Refactor to proper gradle task:
Update inputs to property to allow lazy initialization