|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<index version="1" commit="a582f448d5b9e186ea8c3a8d8e4c599da81ae11a" name="ReaPack"> |
| 2 | +<index version="1" commit="bf09ebe9ef2b13da9eb3243d55b78c3405910ad8" name="ReaPack"> |
3 | 3 | <category name="Extensions"> |
4 | 4 | <reapack name="ReaPack.ext" type="extension" desc="ReaPack: Package manager for REAPER"> |
5 | 5 | <metadata> |
@@ -605,6 +605,26 @@ The curated list of changes between ReaPack v1.1 and v1.2 is available at <https |
605 | 605 | <source platform="linux32" file="reaper_reapack32.so">https://github.com/cfillion/reapack/releases/download/v1.2/reaper_reapack32.so</source> |
606 | 606 | <source platform="linux64" file="reaper_reapack64.so">https://github.com/cfillion/reapack/releases/download/v1.2/reaper_reapack64.so</source> |
607 | 607 | </version> |
| 608 | + <version name="1.2.1beta" author="cfillion" time="2017-12-10T14:48:03Z"> |
| 609 | + <changelog><![CDATA[Fixed: |
| 610 | +* don't open the progress dialog while a modal dialog is shown [p=1920318] |
| 611 | +* fix list desynchronisation when removing rows (eg. uninstalling repositories) |
| 612 | +* fix possible crash when synchronizing a repository from about dialog while the obsolete prompt is displayed |
| 613 | +* fix the about dialog sometime reloading multiple times in a row |
| 614 | +* ignore '.' and do Windows absolute path detection logic when parsing the last or only path segment [p=1919963] |
| 615 | +* use CRLF as newline separator when copying multiple values on Windows |
| 616 | +
|
| 617 | +Changed: |
| 618 | +* don't convert the resource path given by REAPER 5.65+ from system default ANSI code page to UTF-8 on Windows [p=1921620] |
| 619 | +* restore behavior of always enabling existing repositories on re-import |
| 620 | +* synchronize when changing the URL of a repository and the autoinstall setting is enabled]]></changelog> |
| 621 | + <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.1beta/reaper_reapack32.dylib</source> |
| 622 | + <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.1beta/reaper_reapack64.dylib</source> |
| 623 | + <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.2.1beta/reaper_reapack32.dll</source> |
| 624 | + <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.1beta/reaper_reapack64.dll</source> |
| 625 | + <source platform="linux32" file="reaper_reapack32.so">https://github.com/cfillion/reapack/releases/download/v1.2.1beta/reaper_reapack32.so</source> |
| 626 | + <source platform="linux64" file="reaper_reapack64.so">https://github.com/cfillion/reapack/releases/download/v1.2.1beta/reaper_reapack64.so</source> |
| 627 | + </version> |
608 | 628 | </reapack> |
609 | 629 | </category> |
610 | 630 | <metadata> |
|
0 commit comments