Releases: cfillion/reapack-index
Releases · cfillion/reapack-index
v1.2.4
v1.2.3
v1.2.3rc2
v1.2.3rc1
- Add the new
linux-armv7l
andlinux-aarch64
platform options to theprovides
tag - Don't add a
file
attribute tosource
tags when renaming the package file to its original storage name - Fix
URI.escape
deprecation warnings when using Ruby 2.7
v1.2.2
v1.2
v1.2rc1
Added:
- add
linux
,linux32
andlinux64
to the platform list - add donate alias to the donation tag
- add support for project templates (.RPP), track templates (.RTrackTemplate), MIDI Notes Names (.txt) and automation item (.ReaperAutoItem) packages
- provides: add shortcut syntax to move a file to another directory (file.txt > target_dir/)
- provides: add support for midi_inlineeditor, midi_eventlisteditor and mediaexplorer sections
Changed:
- don't silently ignore invalid lines in .reapack-index.conf
- git: detect origin urls ending with a slash but without .git suffix
- relax repository name validation (removed length limits)
Removed:
- remove Windows installer
v1.1
v1.1rc6
Added:
- add
LangPack Name
alias fordescription
- add support for Web Interface packages (.www files + new
WebInterface Name
tag alias)
Changed:
- win32 installer: update pandoc to v1.19.1
Fixed:
- ignore case when matching file extensions
- win32 installer: update Ruby to v2.3.3 (ssl error fix)
v1.1rc5
Added:
- add
name
alias to thedescription
tag - add support for .ReaperLangPack files
- extend --scan to handle directories as argument
- provides: support renaming the target filename with
Source File > Target File
Changed:
- scan: always process every requested files in a single commit together