Skip to content

Releases: cfillion/reapack-index

v1.2.4

16 Aug 00:32
v1.2.4
562f9bc
Compare
Choose a tag to compare
  • Fix inaccessible dotfiles in check mode
  • Fix renaming provided files to a parent directory when omitting the filename
  • Increase minimum Ruby version to 2.4

v1.2.3

03 Jan 02:33
v1.2.3
243f4fc
Compare
Choose a tag to compare
  • Add the new darwin-arm64 platform option to the provides tag

v1.2.3rc2

07 May 23:34
v1.2.3rc2
6231fee
Compare
Choose a tag to compare
v1.2.3rc2 Pre-release
Pre-release

Fixed:

  • Fix parsing of the deprecated compatibility changelog format (regression from v1.2.3rc1) [p=2278030]

v1.2.3rc1

20 Feb 01:14
v1.2.3rc1
df4fc47
Compare
Choose a tag to compare
v1.2.3rc1 Pre-release
Pre-release
  • Add the new linux-armv7l and linux-aarch64 platform options to the provides tag
  • Don't add a file attribute to source tags when renaming the package file to its original storage name
  • Fix URI.escape deprecation warnings when using Ruby 2.7

v1.2.2

02 Jun 23:21
v1.2.2
69bdd23
Compare
Choose a tag to compare

Fix percent encoding of generated download links for filenames containing ? or #.

v1.2

22 Nov 08:29
v1.2
03d70f0
Compare
Choose a tag to compare

This is the third stable release of reapack-index. No changes since v1.2rc1.

v1.2rc1

17 Sep 22:12
v1.2rc1
e382700
Compare
Choose a tag to compare
v1.2rc1 Pre-release
Pre-release

Added:

  • add linux, linux32 and linux64 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

16 Jan 06:44
v1.1
0e22fa0
Compare
Choose a tag to compare

Fixed:

  • git: workaround a crash in rugged/libgit2 v0.25.0
  • package: correctly detect '1.0beta01' as a duplicate of '1.0beta1'
  • package: fix false positive in duplicate version detection (1.0.1 != 1.1)

Update 2017-01-22: Windows installer re-uploaded to fix the reboot loop bug (p=1789451)

v1.1rc6

19 Dec 04:30
v1.1rc6
964c52a
Compare
Choose a tag to compare
v1.1rc6 Pre-release
Pre-release

Added:

  • add LangPack Name alias for description
  • 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

14 Nov 02:13
v1.1rc5
0631238
Compare
Choose a tag to compare
v1.1rc5 Pre-release
Pre-release

Added:

  • add name alias to the description 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