reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

index.xml (81049B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <index version="1" commit="0bf35238477d8224b19c49a46f7f6f48221b02f6" name="ReaPack">
      3   <category name="Extensions">
      4     <reapack name="ReaPack.ext" type="extension" desc="ReaPack: Package manager for REAPER">
      5       <metadata>
      6         <link rel="donation">https://reapack.com/donate</link>
      7       </metadata>
      8       <version name="0.8-beta" author="cfillion" time="2016-02-16T03:26:28Z">
      9         <changelog><![CDATA[Bug fixes:
     10 # fix removal of unneeded files
     11 # fix the post-update changelog
     12 # fix version parsing for strings containing repeated digits (like 1.1.1)
     13 # harden against directory traversal vulnerability
     14 --
     15 New features:
     16 + add support for extension packages
     17 + allow .ReaPackRemote import from an URL
     18 + ensure ReaPack is installed at the right location at startup
     19 + implement sorting in list view controls
     20 + implement the About ReaPack menu action
     21 + new About dialog for repositories
     22 + new Package History dialog
     23 + show the configuration dialog on first run
     24 --
     25 Other notable changes:
     26 * add actions for "Import a repository" and "Manage repositories"
     27 * add an accelerator to buttons (accessibility)
     28 * detect stuck downloads without enforcing a global time limit
     29 * don't register new script in the action list if the remote got disabled meanwhile
     30 * don't register packages if they failed to install
     31 * enhance error reporting when parsing index files
     32 * hide the progress dialog before showing the report dialog
     33 * keep track of the download progress internally and abort downloads almost immediately
     34 * only show the source file's base name in the progress dialog
     35 * only try to uninstall existing files
     36 * optimize synchronization when processing up-to-date packages
     37 * overhaul the default configuration (added ReaTeam's, MPL's and X-Raym's repositories)
     38 * preserve the insertion order of remotes
     39 * remove the cached index file when uninstalling a remote
     40 * store unparsed versions in the registry (breaking change – remove registry.db)
     41 * tidy up newlines in the report dialog
     42 * unify the output filenames across every supported platforms
     43 * workaround for deleting opened files on Windows]]></changelog>
     44         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v0.8-beta/reaper_reapack32.dylib</source>
     45         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v0.8-beta/reaper_reapack64.dylib</source>
     46         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v0.8-beta/reaper_reapack32.dll</source>
     47         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v0.8-beta/reaper_reapack64.dll</source>
     48       </version>
     49       <version name="0.9-beta" author="cfillion" time="2016-04-02T16:48:27Z">
     50         <changelog><![CDATA[Added:
     51 + add an Apply button in the configuration dialog
     52 + add support for JSFXs
     53 + implement multi-selection in the configuration dialog
     54 + import repositories directly from the index URL
     55 + new "Install new packages automatically" option
     56 + new Package Browser feature with downgrading capability and list of obsolete packages
     57 --
     58 Removed:
     59 - don't automatically synchronize newly-enabled remotes
     60 - drop import from .ReaPackRemote files
     61 --
     62 Changed:
     63 * don't error out when failing to download a fresh index if a stale one is cached
     64 * enhance behavior of the "Install this repository" button
     65 * enhance the "download failed" error messages when importing a repository
     66 * fetch fresh index files immediately without waiting for tasks to finish
     67 * give a vertical bias to the default dialog position
     68 * keep a copy of the package authors in the registry (breaking change – remove registry.db)
     69 * update to Visual Studio 2015 for Windows builds
     70 * use the same formatting in the report dialog as in the package history dialog]]></changelog>
     71         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v0.9-beta/reaper_reapack32.dylib</source>
     72         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v0.9-beta/reaper_reapack64.dylib</source>
     73         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v0.9-beta/reaper_reapack32.dll</source>
     74         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v0.9-beta/reaper_reapack64.dll</source>
     75       </version>
     76       <version name="0.10-beta" author="cfillion" time="2016-04-21T19:10:21Z">
     77         <changelog><![CDATA[Added:
     78 + add simple "Package Contents" view (browser and about box)
     79 + add support for data packages (installed in REAPER's Data/ directory)
     80 + browser: create "Refresh repositories" feature to update the package list
     81 + browser: implement smarter filtering (multi-words, quotes, cross-column matches)
     82 + browser: remember the previous type filtering choices
     83 + config: add ReaTeam's JSFX repository to the defaults
     84 + create "bleeding edge" mode to install pre-releases by default
     85 + implement per-source type override
     86 + synchronize: don't automatically upgrade packages from stable to pre-release
     87 + treat version names containing letters as pre-releases
     88 --
     89 Changed:
     90 + about: put the repo's actual name instead of "this repository" (install/update button)
     91 + browser: add "Select all" and "Unselect all" actions to the context menu in empty areas
     92 + browser: add a link to the repository management window
     93 + browser: better UI for filtering by package type
     94 + browser: don't lose current selection when filtering
     95 + browser: give focus to the filter box when clicking on the Clear button
     96 + browser: move selection-wide actions to the context menu when >1 package are selected
     97 + browser: only show the last available version in the list if it's actually newer
     98 + browser: reload when importing/toggling/removing repositories
     99 + browser: remember queued actions when reloading the list
    100 + browser: show selection-wide actions even if the mouse isn't over an entry
    101 + browser: tick the "Versions" submenu when a version is queued for install
    102 + browser: warn if no repositories are enabled when opening the window
    103 + config: enhance organization of the ini file (warning: some settings will be lost)
    104 + ignore case when sorting list views
    105 + import: always show the repository name in post-import message boxes
    106 + import: don't interrupt REAPER use when displaying post-import message boxes
    107 + registry: store original author information (non-breaking change)
    108 + repo manager: add "Select all" and "Unselect all" actions to the context menu in empty areas
    109 + show the self-registration error message above REAPER's splash screen
    110 + synchronize: prevent upgrading to an older version
    111 + tweak the text of a few message boxes
    112 --
    113 Fixed:
    114 + browser: don't repopulate the list twice when only synchronous tasks are ran
    115 + browser: fix a crash occuring when clearing actions from the queued tab
    116 + browser: fix handling of installation failures (don't mark pkgs as installed)
    117 + config: launch migration only after having read the current settings
    118 + don't crash if an index fails to load when opening an about dialog]]></changelog>
    119         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v0.10-beta/reaper_reapack32.dylib</source>
    120         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v0.10-beta/reaper_reapack64.dylib</source>
    121         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v0.10-beta/reaper_reapack32.dll</source>
    122         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v0.10-beta/reaper_reapack64.dll</source>
    123       </version>
    124       <version name="1.0rc1" author="cfillion" time="2016-05-23T03:58:27Z">
    125         <changelog><![CDATA[Added:
    126 + implement pinning packages to current version (aka ignore updates)
    127 + manager: add copy url action in the context menu
    128 + manager: add refresh action in the context menu
    129 + show a message box if critical api functions cannot be imported
    130 + support multiple main (registered in Action list) files per package
    131 --
    132 Changed:
    133 + browser: avoid reloading indexes unless they were updated by the transaction
    134 + browser: show 'R' status instead of 'U' for queued uninstallation
    135 + ignore newer pre+releases when updating from a pre+release if a newer stable exists
    136 + import: save the downloaded index in the cache
    137 + manager: remember selection when reloading the list
    138 + pkg contents: mark main files with an asterisk
    139 + progress: increase dialog display timeout to 100ms
    140 + progress: start couting downloads at 1 (> 0%)
    141 + task: better error message when install renaming step fails
    142 --
    143 Fixed:
    144 + browser: fix a crash when selecting a version after a list refresh
    145 + browser: initialize the display filter button label before loading the pkg list
    146 + don't repeat "transaction cannot be created" errors for every task
    147 + fix a possible buffer overflow on windows
    148 + fix typos in the message shown if a transaction cannot be created
    149 + manager: fix typo in confirmation dialog
    150 + manager: restore enabled/disabled state when cancelling queued uninstallations
    151 + report download errors when force+refreshing indexes
    152 + transaction: don't forget package when uninstallation fails
    153 + transaction: don't try to register empty file names
    154 + version: improve validation]]></changelog>
    155         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.0rc1/reaper_reapack32.dylib</source>
    156         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.0rc1/reaper_reapack64.dylib</source>
    157         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.0rc1/reaper_reapack32.dll</source>
    158         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.0rc1/reaper_reapack64.dll</source>
    159       </version>
    160       <version name="1.0rc2" author="cfillion" time="2016-06-06T04:49:34Z">
    161         <changelog><![CDATA[Added:
    162 + browser: implement Ctrl+A, Ctrl+Shift+A and Ctrl+C shortcuts
    163 + manager: implement Ctrl+A, Ctrl+Shift+A and Ctrl+C shortcuts
    164 + version: support v0.0 and lesser
    165 --
    166 Changed:
    167 + about: annotate main files with an asterisk
    168 + browser: minor UI tweaks
    169 + browser: restore actions button
    170 + manager: add browse packages button
    171 --
    172 Fixed:
    173 + revert "browser: avoid reloading indexes unless they were updated by the transaction"
    174 + transaction: fix registration of scripts embedded in non-script packages
    175 + transaction: fix removal of obsolete files
    176 + transaction: unregister obsolete main files]]></changelog>
    177         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.0rc2/reaper_reapack32.dylib</source>
    178         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.0rc2/reaper_reapack64.dylib</source>
    179         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.0rc2/reaper_reapack32.dll</source>
    180         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.0rc2/reaper_reapack64.dll</source>
    181       </version>
    182       <version name="1.0rc3" author="cfillion" time="2016-06-08T00:21:45Z">
    183         <changelog><![CDATA[Added:
    184 + manager: add restore default settings feature
    185 --
    186 Changed:
    187 + browser: don't uninstall packages from protected repositories
    188 + import: open the manager along with the import dialog
    189 + manager: consider the whole selection when building the context menu
    190 + manager: disable the apply button when config is unchanged
    191 + manager: make copy url use the whole selection
    192 + manager: prompt to apply changes when clicking on browse packages button
    193 --
    194 Fixed:
    195 + win32: support unicode chars in REAPER resource path]]></changelog>
    196         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.0rc3/reaper_reapack32.dylib</source>
    197         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.0rc3/reaper_reapack64.dylib</source>
    198         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.0rc3/reaper_reapack32.dll</source>
    199         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.0rc3/reaper_reapack64.dll</source>
    200       </version>
    201       <version name="1.0" author="cfillion" time="2016-06-10T21:17:24Z">
    202         <changelog><![CDATA[Changed:
    203 + make the transaction report dialog a little bigger]]></changelog>
    204         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.0/reaper_reapack32.dylib</source>
    205         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.0/reaper_reapack64.dylib</source>
    206         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.0/reaper_reapack32.dll</source>
    207         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.0/reaper_reapack64.dll</source>
    208       </version>
    209       <version name="1.1beta1" author="cfillion" time="2016-07-12T01:45:43Z">
    210         <changelog><![CDATA[Added:
    211 + about: add "Copy source URL" menu item in package contents tab
    212 + about: implement per-package documentation
    213 + about: support screenshot links
    214 + add support for theme packages
    215 + browser: add Last Update column (collapsed by default)
    216 + browser: add Repository column (collapsed by default)
    217 + browser: add shortcut F5 to refresh the package list
    218 + browser: make the window user-resizable
    219 + browser: save and restore window size and position
    220 + download: add option to toggle SSL certificate verification
    221 + download: add support for proxy servers
    222 + listview: add feature to restore the columns to their default state
    223 + listview: allow user to collapse columns
    224 + listview: save and restore sort and column order
    225 + osx: add support for old OS X versions up to 10.7
    226 Changed:
    227 + browser: rename Package Name column to just Package
    228 + dialog: enhance centering bias logic
    229 + merge Package Contents and Packages History in a single dialog
    230 + show package descriptions by default instead of filenames
    231 + synchronize: remove "nothing to do" popup when no updates are available
    232 Fixed:
    233 + about: adjust position of link button depending on which buttons are visible
    234 + dialog: fix context menus being shown on the wrong monitor in some setups
    235 + dialog: improve window placement in multi-monitor setups
    236 + don't crash when encountering empty lines in changelogs
    237 + listview: fix context menu position when using Shift+F10 on Windows]]></changelog>
    238         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.1beta1/reaper_reapack32.dylib</source>
    239         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.1beta1/reaper_reapack64.dylib</source>
    240         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.1beta1/reaper_reapack32.dll</source>
    241         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.1beta1/reaper_reapack64.dll</source>
    242       </version>
    243       <version name="1.1beta2" author="cfillion" time="2016-07-28T03:20:34Z">
    244         <changelog><![CDATA[Changed:
    245 + browser: change the type filter toggles to be exclusive
    246 Fixed:
    247 + browser: fix sorting by last update column when a type filter is enabled
    248 + fix a few possible memory leaks when loading repository indexes
    249 + fix a memory leak occuring when loading equivalent versions
    250 + progress: prevent briefly going over 100% before closing the dialog
    251 + report: don't always use plural in the overview line]]></changelog>
    252         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.1beta2/reaper_reapack32.dylib</source>
    253         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.1beta2/reaper_reapack64.dylib</source>
    254         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.1beta2/reaper_reapack32.dll</source>
    255         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.1beta2/reaper_reapack64.dll</source>
    256       </version>
    257       <version name="1.1beta3" author="cfillion" time="2016-08-26T22:59:13Z">
    258         <changelog><![CDATA[Added:
    259 + about repo: add "find in browser" action in the package context menu
    260 + about: add "about {repository}" button in the package's about dialog
    261 + about: ask whether to install all packages or update installed packages
    262 + about: merge the about dialogs and make it modeless [p=1716746]
    263 + synchronize: prompt to uninstall obsolete packages [#8]
    264 Changed:
    265 + about: show package descriptions in Contents tab
    266 + about: use package description in dialog title
    267 + allow a conflicting pkg to be installed if the other is getting uninstalled
    268 + browser: preserve insertion order of actions
    269 + browser: show stored description of obsolete packages
    270 + browser: show the newest available version even if it's older than the one currently installed
    271 + download: share dns cache and ssl sessions between connections
    272 + index: remove ".xml" suffix from the download display name
    273 + manager: rename option "Install new packages automatically" to "Install new packages when synchronizing"
    274 + package: ensure package names do not contain slashes
    275 + registry: store package descriptions offline
    276 + richedit: stop moving the caret to the end of the document on windows
    277 + show package descriptions in progress and report dialogs
    278 + transaction: process uninstallation tasks before any other task
    279 + transaction: wait for current tasks to be finished before processing new ones
    280 + write data files directly into the Data directory (for toolbar icons)
    281 Fixed:
    282 + about repository: don't sort the version column lexicographically
    283 + browser: always reset pin when clearing actions
    284 + browser: don't sort the version column lexicographically
    285 + browser: fix crash when double-clicking on an obsolete package [p=1713186]
    286 + browser: fix display of pinned state for obsolete packages
    287 + browser: remember scroll position when reloading the list on windows
    288 + dialog: fix wrong amount of memory allocated for clipboard copy
    289 + download: bypass cache when fetching index files
    290 + download: enable all content encodings known by curl
    291 + download: enhance reporting of download errors
    292 + download: fix http error reporting when connecting through a proxy
    293 + index: always re-download indexes when requested
    294 + listview: fix Shift+F10 on Windows (bis)
    295 + registry: accept databases written by compatible newer versions of ReaPack
    296 + report: make Return key always close the dialog on windows
    297 + win32: fix resource path encoding issue in some setups [p=1718542]]]></changelog>
    298         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.1beta3/reaper_reapack32.dylib</source>
    299         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.1beta3/reaper_reapack64.dylib</source>
    300         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.1beta3/reaper_reapack32.dll</source>
    301         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.1beta3/reaper_reapack64.dll</source>
    302       </version>
    303       <version name="1.1rc1" author="cfillion" time="2016-09-13T20:57:21Z">
    304         <changelog><![CDATA[Added:
    305 + filter: implement ^ and $ anchors to match start and end of string
    306 + filter: implement NOT, OR and ( ) grouping operators à la REAPER
    307 + manager: synchronize after enabling a repo or the auto install mode [p=1726030]
    308 Changed:
    309 + about repo: add ^anchors$ to when setting the browser's filter
    310 + about: make the window user-resizable [#10]
    311 + config: enable all repositories by default [p=1726030]
    312 + manager: make the window bigger [#10]
    313 Fixed:
    314 + win32: update curl to v7.50.2 (bugfix for wine) [p=1717444]]]></changelog>
    315         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc1/reaper_reapack32.dylib</source>
    316         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc1/reaper_reapack64.dylib</source>
    317         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc1/reaper_reapack32.dll</source>
    318         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc1/reaper_reapack64.dll</source>
    319       </version>
    320       <version name="1.1rc2" author="cfillion" time="2016-10-07T07:44:42Z">
    321         <changelog><![CDATA[Added:
    322 + support multiple action list sections for scripts [p=1732794]
    323 Changed:
    324 + about pkg: display in which Action List section the files are registered
    325 + browser: make the about window follow browser selection [p=1730194]
    326 + browser: clarify package registry read failure error message
    327 + move the repo index cache to <respath>/ReaPack/cache/ subfolder
    328 + source: ignore AL registration information of non-script files
    329 Fixed:
    330 + about: don't reset the dialog when the content remains the same
    331 + registry: don't downgrade the db version when higher than current
    332 + tabbar: avoid flickering on wine when switching tab]]></changelog>
    333         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc2/reaper_reapack32.dylib</source>
    334         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc2/reaper_reapack64.dylib</source>
    335         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc2/reaper_reapack32.dll</source>
    336         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc2/reaper_reapack64.dll</source>
    337       </version>
    338       <version name="1.1rc3" author="cfillion" time="2016-10-30T00:06:35Z">
    339         <changelog><![CDATA[Added:
    340 * about pkg: contents: add "Locate in explorer/finder" context menu action
    341 * config: add ReaTeam/Themes to the default repositories
    342 * config: enable all default repos on upgrade from previous version
    343 * implement per-repository override for the "Install new packages" setting
    344 Changed:
    345 * about pkg: auto-select the current version
    346 * manager: make the window user-resizable [#10]
    347 * remote: improve name validation (now limited to 4..24 chars)
    348 Fixed:
    349 * report: only display changes up to the newly installed version]]></changelog>
    350         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc3/reaper_reapack32.dylib</source>
    351         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc3/reaper_reapack64.dylib</source>
    352         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc3/reaper_reapack32.dll</source>
    353         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc3/reaper_reapack64.dll</source>
    354       </version>
    355       <version name="1.1rc4" author="cfillion" time="2016-11-14T02:02:22Z">
    356         <changelog><![CDATA[Added:
    357 * add support for Language Pack packages [p=1753437]
    358 * browser: add Language Packs filtering option
    359 Fixed:
    360 * win32: fix temporary file removal (was broken since v1.1rc2) [p=1755742]]]></changelog>
    361         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc4/reaper_reapack32.dylib</source>
    362         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc4/reaper_reapack64.dylib</source>
    363         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc4/reaper_reapack32.dll</source>
    364         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc4/reaper_reapack64.dll</source>
    365       </version>
    366       <version name="1.1rc5" author="cfillion" time="2016-12-19T04:38:02Z">
    367         <changelog><![CDATA[Added:
    368 * about: make Ctrl+C copy pkg name or source url
    369 * about pkg: double clicking on a file opens it in file explorer
    370 * add support for REAPER v5.30 custom Web Interfaces
    371 * browser: prompt to enable "Install new packages when sychronizing" when installing everything]]></changelog>
    372         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc5/reaper_reapack32.dylib</source>
    373         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc5/reaper_reapack64.dylib</source>
    374         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc5/reaper_reapack32.dll</source>
    375         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc5/reaper_reapack64.dll</source>
    376       </version>
    377       <version name="1.1rc6" author="cfillion" time="2016-12-29T04:36:25Z">
    378         <changelog><![CDATA[Added:
    379 * about repo: prompt to enable local "Install new packages when sychronizing" override when installing everything
    380 * config: add ReaTeam/LangPacks to the default repositories
    381 Changed:
    382 * dialog: allow about and browser windows to be resized smaller than the default size
    383 Fixed:
    384 * about: fix for the Escape key not closing the window in some cases on macOS
    385 * about: fix link button positioning when the window is resized]]></changelog>
    386         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc6/reaper_reapack32.dylib</source>
    387         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc6/reaper_reapack64.dylib</source>
    388         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc6/reaper_reapack32.dll</source>
    389         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc6/reaper_reapack64.dll</source>
    390       </version>
    391       <version name="1.1rc7" author="cfillion" time="2017-01-06T13:45:30Z">
    392         <changelog><![CDATA[Added:
    393 * about: save window position and size [p=1779566]
    394 * filter: implement exact word matching [t=185894]
    395 * manager: save window position, size and list state
    396 Changed:
    397 * dialog: limit window centering to the nearest monitor [p=1779566]
    398 Fixed:
    399 * browser: fix crash if saved state is bigger than expected
    400 * dialog: fix window positionning with some multi-monitor setups on macOS
    401 * listview: fix crash if sort is disabled in saved state]]></changelog>
    402         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc7/reaper_reapack32.dylib</source>
    403         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.1rc7/reaper_reapack64.dylib</source>
    404         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc7/reaper_reapack32.dll</source>
    405         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.1rc7/reaper_reapack64.dll</source>
    406       </version>
    407       <version name="1.1" author="cfillion" time="2017-01-16T07:24:40Z">
    408         <changelog><![CDATA[+++ Summary of the main changes since v1.0: +++
    409 Added support for themes, language packs and web browser interfaces
    410 New community repositories: ReaTeam/Themes and ReaTeam/LangPacks
    411 Every package can have its own rich text documentation in the new unified About window
    412 Get notified of obsolete (removed) packages when synchronizing with option to uninstall them
    413 Most windows can be resized and columns can be customized (browser & configuration)
    414 Simplified setup: all default repositories are enabled on first launch
    415 Added filtering/search options similar to REAPER's syntax
    416 Extended support to old macOS version up to 10.7
    417 Many bug fixes and other improvements!]]></changelog>
    418         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.1/reaper_reapack32.dylib</source>
    419         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.1/reaper_reapack64.dylib</source>
    420         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.1/reaper_reapack32.dll</source>
    421         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.1/reaper_reapack64.dll</source>
    422       </version>
    423       <version name="1.2beta1" author="cfillion" time="2017-02-28T00:08:03Z">
    424         <changelog><![CDATA[Added:
    425 * archive: implement import/export of the current package set for offline use
    426 * linux: initial port (64-bit only)
    427 Changed:
    428 * browser: add ellipsis on the pkg count button to hint at its menu (#18)
    429 * download: redesign thread scheduling logic
    430 * download: reuse HTTP connections when possible
    431 * download: write data directly to disk when applicable
    432 * import: trim leading and trailing whitespace from user input [p=1799229]
    433 * manager: remove extra ellipsis on the Browse packages button
    434 * ostream: trim trailing whitespace from changelog lines
    435 Fixed:
    436 * download: don't report garbage as error in some edge cases
    437 * path: avoid repeated slashes when concatenating path segments
    438 * serializer: fix crash when reading empty window settings on macOS 10.8 [p=1794205]
    439 * task: abort download of subsequent files after a single failure
    440 * task: fix cancelled downloads being considered as sucessful installation
    441 * transaction: do not start the next batch of tasks when cancelled
    442 * transaction: don't propose to uninstall obsolete packages from protected repos]]></changelog>
    443         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.2beta1/reaper_reapack32.dylib</source>
    444         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2beta1/reaper_reapack64.dylib</source>
    445         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.2beta1/reaper_reapack32.dll</source>
    446         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.2beta1/reaper_reapack64.dll</source>
    447         <source platform="linux64" file="reaper_reapack64.so">https://github.com/cfillion/reapack/releases/download/v1.2beta1/reaper_reapack64.so</source>
    448       </version>
    449       <version name="1.2beta2" author="cfillion" time="2017-06-06T23:13:35Z">
    450         <changelog><![CDATA[Added:
    451 * add support for project templates, track templates and midi note names [p=1823893]
    452 * add support for the MIDI Inline Editor section [p=1829130]
    453 * api: create AboutInstalledPackage
    454 * api: create AboutRepository
    455 * api: create AddSetRepository
    456 * api: create BrowsePackages
    457 * api: create CompareVersions
    458 * api: create EnumOwnedFiles
    459 * api: create FreeEntry
    460 * api: create GetEntryInfo
    461 * api: create GetOwner
    462 * api: create GetRepositoryInfo
    463 * browser: add Web Interfaces, Project & Track Templates and MIDI Note Names to the menu
    464 * config: add a setting to control the refresh rate of cached indexes
    465 * import: add a "Discover repositories..." button opening https://reapack.com/repos
    466 * import: allow multiline input, support importing many repos at once
    467 Fixed:
    468 * about: fix positionning of link buttons on resize
    469 * download: fix a possible crash when a finished download is cancelled
    470 * fix a possible race condition when downloading indexes
    471 * manager: don't synchronize uninstalled/disabled repos when enabling auto-install mode
    472 * report every repository loading error together in the same popup
    473 Changed:
    474 * archive: list missing files on export if any
    475 * browser: always show "no repo enabled" message when manually triggering a browser refresh
    476 * browser: reload whenever a repo index is downloaded
    477 * import: preserve auto-install setting when overwriting an existing repository
    478 * import: synchronize newly imported repo when autoinstall is enabled
    479 * listview: optimize insertion of items when view is sorted
    480 * manager: make the window bigger by default
    481 * report: don't show "All Done" message when there are only errors
    482 * transaction: load cached index if possible after a download failure
    483 * win32: update boost, curl and sqlite to latest
    484 * win32: update to Visual Studio 2017's C++ compiler and runtime libraries]]></changelog>
    485         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.2beta2/reaper_reapack32.dylib</source>
    486         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2beta2/reaper_reapack64.dylib</source>
    487         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.2beta2/reaper_reapack32.dll</source>
    488         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.2beta2/reaper_reapack64.dll</source>
    489         <source platform="linux64" file="reaper_reapack64.so">https://github.com/cfillion/reapack/releases/download/v1.2beta2/reaper_reapack64.so</source>
    490       </version>
    491       <version name="1.2rc1" author="cfillion" time="2017-09-17T22:36:00Z">
    492         <changelog><![CDATA[Added:
    493 * add support for Automation Item files
    494 * api: add ProcessQueue function
    495 * api: autosynchronize repositories when using AddSetRepository and the autoinstall option is enabled
    496 * browser: add "Copy package name" action to context menu (equivalent to Ctrl+C)
    497 * browser: restore selection after applying changes or synchronyzing
    498 * manager: make the about repository dialog follow selection
    499 * path: implement absolute path detection on Windows
    500 * support 32-bit Linux builds using gcc-multilib
    501 * support registering scripts into the MIDI Event List Editor and Media Explorer sections
    502 
    503 Fixed:
    504 * api: fix AddSetRepository not saving all repo properties when toggling enabled status
    505 * browser: manager: re-sort list after changing row contents
    506 * import: add repositories in the same order as they were entered in the URL text field
    507 * listview: sort identical columns by row insertion order
    508 * path: fix appending an absolute path to any empty path resulting in an relative path
    509 * path: treat absolute and relative paths as always not equal
    510 
    511 Changed:
    512 * archive: export to temporary file first (automatically removed if cancelled)
    513 * browser: always show selection actions in the context menu
    514 * browser: avoid opening the database twice when loading the list
    515 * browser: display pinned state separately from installation state
    516 * browser: enable Last Update column by default
    517 * browser: move per-package actions to a submenu when selection > 1
    518 * browser: show confirmation dialog only when uninstalling packages
    519 * core: allow opening the browser while a transaction is running
    520 * core: ignore errors during self-registration
    521 * core: report an error when folders cannot be created in the resource directory
    522 * do not prompt to uninstall pinned obsolete packages when syncing
    523 * listview: update individual cells without replacing the whole row
    524 * listview: various optimizations
    525 * path: prepend resource path to relative paths only
    526 * receipt: sort installed packages alphabetically
    527 * redesign the report dialog
    528 * refresh the browser only when necessary
    529 * report: update top label depending on which operations were performed and their result
    530 
    531 Removed:
    532 * api: remove commit parameter from AddSetRepository (replaced by ProcessQueue)
    533 * api: remove tab parameter from About* functions
    534 * browser: manager: remove ellipsis after "About <repository>" actions
    535 * browser: remove "Show descriptions" option
    536 * don't add or remove scripts from the Action List when enabling/disabling a repository
    537 * don't automatically synchronize when enabling a repository unless the autoinstall option is set
    538 * remote: remove overzealous length limits on repository names]]></changelog>
    539         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.2rc1/reaper_reapack32.dylib</source>
    540         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2rc1/reaper_reapack64.dylib</source>
    541         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.2rc1/reaper_reapack32.dll</source>
    542         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.2rc1/reaper_reapack64.dll</source>
    543         <source platform="linux32" file="reaper_reapack64.so">https://build/from/source</source>
    544         <source platform="linux64" file="reaper_reapack64.so">https://build/from/source</source>
    545       </version>
    546       <version name="1.2rc2" author="cfillion" time="2017-10-29T16:11:17Z">
    547         <changelog><![CDATA[Added:
    548 * browser: pass all up/down arrow keypresses to the list
    549 * browser: show about package window on spacebar
    550 * manager: display enabled status using REAPER's checkbox icons
    551 * manager: toggle repository enabled status when clicking on the checkbox icons or pressing spacebar
    552 * path: allow paths longer than 260 characters on Windows [p=1861355]
    553 
    554 Fixed:
    555 * browser: fix Refresh Browser (F5) action (v1.2rc1 regression)
    556 * listview: fix clearing queued actions in browser's queued tab (v1.2rc1 regression)
    557 * listview: fix header right click detection when list is scrolled on macOS
    558 * receipt: fix missing newline when updating through >1 versions (v1.2rc1 regression) [#21]
    559 * win32: fix crash when opening links (v1.2rc1 regression)
    560 
    561 Changed:
    562 * about: always show the about tab (even if documentation is empty or invalid)
    563 * about: remove "About" prefix in the title bar
    564 * about: split File column into File and Path in the Contents tab
    565 * browser: avoid repopulating the whole list when applying an asynchronous transaction
    566 * browser: disable impossible selection-wide operations in the Actions menu
    567 * browser: hide "Copy package name" from the context menu if no packages are selected
    568 * browser: show "Copy package names" in the Actions button's menu as well
    569 * listview: don't repopulate the entire list whenever the filter is changed
    570 * listview: enable double buffering on Windows]]></changelog>
    571         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.2rc2/reaper_reapack32.dylib</source>
    572         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2rc2/reaper_reapack64.dylib</source>
    573         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.2rc2/reaper_reapack32.dll</source>
    574         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.2rc2/reaper_reapack64.dll</source>
    575         <source platform="linux32" file="reaper_reapack64.so">https://build/from/source</source>
    576         <source platform="linux64" file="reaper_reapack64.so">https://build/from/source</source>
    577       </version>
    578       <version name="1.2rc3" author="cfillion" time="2017-11-11T20:59:52Z">
    579         <changelog><![CDATA[Fixed:
    580 - browser: don't add two consecutive separators in the context menu when selection > 1 and the cursor is not above a package
    581 - browser: don't enable the selection-wide reinstall action if the current version is not in the repository
    582 - browser: fix the package list not being refreshed after toggling the pinned status without installing or removing packages (another v1.2rc1 regression)
    583 - browser: prevent selection-wide install/update action from installing an older version when the current one is not in the repository
    584 - linux: attempt to produce binaries compatible with more Linux flavors (such as Linux Mint)
    585 
    586 Changed:
    587 - browser: rename "Copy package names" back to "Copy package name" in context menu
    588 - browser: sort package types alphabetically in the filter menu (top right button)
    589 - edit the title of a few windows to match the action/menu name]]></changelog>
    590         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.2rc3/reaper_reapack32.dylib</source>
    591         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2rc3/reaper_reapack64.dylib</source>
    592         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.2rc3/reaper_reapack32.dll</source>
    593         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.2rc3/reaper_reapack64.dll</source>
    594         <source platform="linux32" file="reaper_reapack32.so">https://github.com/cfillion/reapack/releases/download/v1.2rc3/reaper_reapack32.so</source>
    595         <source platform="linux64" file="reaper_reapack64.so">https://github.com/cfillion/reapack/releases/download/v1.2rc3/reaper_reapack64.so</source>
    596       </version>
    597       <version name="1.2" author="cfillion" time="2017-11-22T07:53:16Z">
    598         <changelog><![CDATA[This is the third stable release of ReaPack. Thank you for using ReaPack and keeping your packages up to date!
    599 
    600 The curated list of changes between ReaPack v1.1 and v1.2 is available at <https://reapack.com/release-notes/v1.2>.]]></changelog>
    601         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.2/reaper_reapack32.dylib</source>
    602         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2/reaper_reapack64.dylib</source>
    603         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.2/reaper_reapack32.dll</source>
    604         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.2/reaper_reapack64.dll</source>
    605         <source platform="linux32" file="reaper_reapack32.so">https://github.com/cfillion/reapack/releases/download/v1.2/reaper_reapack32.so</source>
    606         <source platform="linux64" file="reaper_reapack64.so">https://github.com/cfillion/reapack/releases/download/v1.2/reaper_reapack64.so</source>
    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.70+ 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>
    628       <version name="1.2.1" author="cfillion" time="2017-12-14T16:31:49Z">
    629         <changelog><![CDATA[Fixed:
    630 * manager: fix the Refresh action not running the queued tasks right away]]></changelog>
    631         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.1/reaper_reapack32.dylib</source>
    632         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.1/reaper_reapack64.dylib</source>
    633         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.2.1/reaper_reapack32.dll</source>
    634         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.1/reaper_reapack64.dll</source>
    635         <source platform="linux32" file="reaper_reapack32.so">https://github.com/cfillion/reapack/releases/download/v1.2.1/reaper_reapack32.so</source>
    636         <source platform="linux64" file="reaper_reapack64.so">https://github.com/cfillion/reapack/releases/download/v1.2.1/reaper_reapack64.so</source>
    637       </version>
    638       <version name="1.2.2rc" author="cfillion" time="2018-09-30T00:41:45Z">
    639         <changelog><![CDATA[Fixed:
    640 • Fix a possible crash when changing the about dialog contents
    641 • Fix a possible crash when closing some windows [p=2037784]
    642 • Fix empty context menus being displayed on Linux instead of being discarded
    643 • Prevent erroneous SSL certificate verification failure on some macOS installs [p=1956940]
    644 • Remove scripts from the Action List even if the files do not exist when uninstalling [t=209330]
    645 
    646 Changed:
    647 • Automate the build system using continuous integration services
    648 • Use system-provided zlib on Linux and macOS
    649 • Replace ReaPack's own repository URL to point to reapack.com instead of GitHub]]></changelog>
    650         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.2rc/reaper_reapack32.dylib</source>
    651         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.2rc/reaper_reapack64.dylib</source>
    652         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.2.2rc/reaper_reapack32.dll</source>
    653         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.2rc/reaper_reapack64.dll</source>
    654         <source platform="linux32" file="reaper_reapack32.so">https://github.com/cfillion/reapack/releases/download/v1.2.2rc/reaper_reapack32.so</source>
    655         <source platform="linux64" file="reaper_reapack64.so">https://github.com/cfillion/reapack/releases/download/v1.2.2rc/reaper_reapack64.so</source>
    656       </version>
    657       <version name="1.2.2rc2" author="cfillion" time="2018-10-29T19:22:44Z">
    658         <changelog><![CDATA[• Add the public ReaTeam/Extensions repository to the default configuration
    659 • Fix a memory corruption bug from v1.2.2rc when an operation completes on Windows 32-bit]]></changelog>
    660         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.2rc2/reaper_reapack32.dylib</source>
    661         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.2rc2/reaper_reapack64.dylib</source>
    662         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.2.2rc2/reaper_reapack32.dll</source>
    663         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.2rc2/reaper_reapack64.dll</source>
    664         <source platform="linux32" file="reaper_reapack32.so">https://github.com/cfillion/reapack/releases/download/v1.2.2rc2/reaper_reapack32.so</source>
    665         <source platform="linux64" file="reaper_reapack64.so">https://github.com/cfillion/reapack/releases/download/v1.2.2rc2/reaper_reapack64.so</source>
    666       </version>
    667       <version name="1.2.2rc3" author="cfillion" time="2019-02-15T05:44:22Z">
    668         <changelog><![CDATA[Added:
    669 • implement SHA-256 checksum verification for downloaded files
    670 • browser: add "Synchronize packages" to the menu [p=2084579]
    671 • browser: add "Upload packages" action to the menu opening https://reapack.com/upload
    672 • receipt: annotate installation type and previous version
    673 
    674 Fixed:
    675 • import: fix possible crash after downloading indexes]]></changelog>
    676         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.2rc3/reaper_reapack32.dylib</source>
    677         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.2rc3/reaper_reapack64.dylib</source>
    678         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.2.2rc3/reaper_reapack32.dll</source>
    679         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.2rc3/reaper_reapack64.dll</source>
    680         <source platform="linux32" file="reaper_reapack32.so">https://github.com/cfillion/reapack/releases/download/v1.2.2rc3/reaper_reapack32.so</source>
    681         <source platform="linux64" file="reaper_reapack64.so">https://github.com/cfillion/reapack/releases/download/v1.2.2rc3/reaper_reapack64.so</source>
    682       </version>
    683       <version name="1.2.2" author="cfillion" time="2019-02-24T11:29:07Z">
    684         <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.2/reaper_reapack32.dylib</source>
    685         <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.2/reaper_reapack64.dylib</source>
    686         <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.2.2/reaper_reapack32.dll</source>
    687         <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.2/reaper_reapack64.dll</source>
    688         <source platform="linux32" file="reaper_reapack32.so">https://github.com/cfillion/reapack/releases/download/v1.2.2/reaper_reapack32.so</source>
    689         <source platform="linux64" file="reaper_reapack64.so">https://github.com/cfillion/reapack/releases/download/v1.2.2/reaper_reapack64.so</source>
    690       </version>
    691       <version name="1.2.3rc1" author="cfillion" time="2020-02-20T01:36:31Z">
    692         <changelog><![CDATA[Added:
    693 • Add a "Visible columns:" label to the top of the list column header context menu
    694 • Add support for ARM 32-bit (armv7l) and ARM 64-bit (aarch64) on Linux
    695 • Add support for UNC paths on Windows [p=2207357]
    696 • Fill the Details tab of the DLL's properties in Windows Explorer
    697 
    698 Fixed:
    699 • Adjust the text color to be readable in the About dialog when macOS dark mode is enabled
    700 • Correctly display download error messages containing non-English characters on Windows [#26]
    701 • Don't put a check mark on the Versions menu when reinstalling the current version in the package browser
    702 • Fix a crash when reading repository indexes without a root element
    703 • Fix creating directories with paths longer than 248 characters on Windows
    704 • Fix flickering I-beam cursor when hovering text edit fields on macOS
    705 • Fix the list column header customization context menu on Linux
    706 • Re-enable the file URI scheme on Windows [p=2142236]
    707 
    708 Changed:
    709 • Improve the search filter syntax (making it more similar to REAPER's implementation):
    710   - Allow matching literal leading ^ and trailing $ when quoted
    711   - Interpret opening quotes in the middle of a word literally
    712   - Treat closing quotes as the end of a word
    713 • Optimize filtering and selecting all packages in the package browser on macOS
    714 • Produce the Linux binaries on Ubuntu 18.04 for better compatibility across various distributions
    715 
    716 Removed:
    717 • Drop support for macOS 10.7 and 10.8 due to their lack of modern SSL protocols [t=222487]
    718 • Drop support for REAPER 5.04 and older on macOS (use 6.04 or later for best results)]]></changelog>
    719         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.3rc1/reaper_reapack-i386.dylib</source>
    720         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.3rc1/reaper_reapack-x86_64.dylib</source>
    721         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.3rc1/reaper_reapack-i686.so</source>
    722         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.3rc1/reaper_reapack-x86_64.so</source>
    723         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.3rc1/reaper_reapack-armv7l.so</source>
    724         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.3rc1/reaper_reapack-aarch64.so</source>
    725         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.3rc1/reaper_reapack-x86.dll</source>
    726         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.3rc1/reaper_reapack-x64.dll</source>
    727       </version>
    728       <version name="1.2.3rc2" author="cfillion" time="2020-05-07T22:40:58Z">
    729         <changelog><![CDATA[Added:
    730 • Enable the documentation viewer on Linux (without rich text formatting) [p=2247988]
    731 • Support the multimonitor aware v2 HiDPI mode (REAPER 6.04+) [p=2220836]
    732 
    733 Changed:
    734 • Deprecate macOS 10.7 and 10.8 support instead of completely removing it]]></changelog>
    735         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.3rc2/reaper_reapack-i386.dylib</source>
    736         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.3rc2/reaper_reapack-x86_64.dylib</source>
    737         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.3rc2/reaper_reapack-i686.so</source>
    738         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.3rc2/reaper_reapack-x86_64.so</source>
    739         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.3rc2/reaper_reapack-armv7l.so</source>
    740         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.3rc2/reaper_reapack-aarch64.so</source>
    741         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.3rc2/reaper_reapack-x86.dll</source>
    742         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.3rc2/reaper_reapack-x64.dll</source>
    743       </version>
    744       <version name="1.2.3" author="cfillion" time="2020-05-15T22:06:56Z">
    745         <changelog><![CDATA[The curated list of changes between ReaPack v1.2.2 and v1.2.3 is available at <https://reapack.com/release-notes/v1.2#v1-2-3>]]></changelog>
    746         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.3/reaper_reapack-i386.dylib</source>
    747         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.3/reaper_reapack-x86_64.dylib</source>
    748         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.3/reaper_reapack-i686.so</source>
    749         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.3/reaper_reapack-x86_64.so</source>
    750         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.3/reaper_reapack-armv7l.so</source>
    751         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.3/reaper_reapack-aarch64.so</source>
    752         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.3/reaper_reapack-x86.dll</source>
    753         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.3/reaper_reapack-x64.dll</source>
    754       </version>
    755       <version name="1.2.3.1" author="cfillion" time="2020-12-05T13:02:17Z">
    756         <changelog><![CDATA[• Add macOS ARM64 build
    757 • Fix filter keywords following an AND subgroup in a OR group being added to the OR group
    758 • Fix truncated first character of top-level absolute paths on Linux and macOS [p=2359736]]]></changelog>
    759         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.3.1/reaper_reapack-i386.dylib</source>
    760         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.3.1/reaper_reapack-x86_64.dylib</source>
    761         <source platform="darwin-arm64" file="reaper_reapack-arm64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.3.1/reaper_reapack-arm64.dylib</source>
    762         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.3.1/reaper_reapack-i686.so</source>
    763         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.3.1/reaper_reapack-x86_64.so</source>
    764         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.3.1/reaper_reapack-armv7l.so</source>
    765         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.3.1/reaper_reapack-aarch64.so</source>
    766         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.3.1/reaper_reapack-x86.dll</source>
    767         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.3.1/reaper_reapack-x64.dll</source>
    768       </version>
    769       <version name="1.2.4rc1" author="cfillion" time="2022-01-07T03:26:39Z">
    770         <changelog><![CDATA[Added:
    771 • Add an option to browse packages in each repository's install/update menu
    772 • Match synonymous words when filtering packages (Options > Search for synonyms of common words) [p=2512900]
    773 
    774 Fixed:
    775 • Fix loading from a symlinked resource path on macOS Catalina and newer [#34]
    776 • Fix the browser's filter text box not being auto-focused on macOS REAPER v6
    777 • Fix typing parentheses in the browser's filter box
    778 • Improve window positionning on Linux in multimonitor setups
    779 
    780 Changed:
    781 • Allow ReaPack to be installed as a symbolic link in UserPlugins on Linux and macOS
    782 • Don't modify the database at every startup
    783 • Rename "Upload packages" to "Package editor" in the browser's menu]]></changelog>
    784         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4rc1/reaper_reapack-i386.dylib</source>
    785         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4rc1/reaper_reapack-x86_64.dylib</source>
    786         <source platform="darwin-arm64" file="reaper_reapack-arm64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4rc1/reaper_reapack-arm64.dylib</source>
    787         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.4rc1/reaper_reapack-i686.so</source>
    788         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4rc1/reaper_reapack-x86_64.so</source>
    789         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.4rc1/reaper_reapack-armv7l.so</source>
    790         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4rc1/reaper_reapack-aarch64.so</source>
    791         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4rc1/reaper_reapack-x86.dll</source>
    792         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4rc1/reaper_reapack-x64.dll</source>
    793       </version>
    794       <version name="1.2.4rc2" author="cfillion" time="2022-03-17T05:12:16Z">
    795         <changelog><![CDATA[Added:
    796 • Add an option in the browser to enable pre-releases per installed package [#46]
    797 • Fix unsetting version pin at the same time as installing or updating]]></changelog>
    798         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4rc2/reaper_reapack-i386.dylib</source>
    799         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4rc2/reaper_reapack-x86_64.dylib</source>
    800         <source platform="darwin-arm64" file="reaper_reapack-arm64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4rc2/reaper_reapack-arm64.dylib</source>
    801         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.4rc2/reaper_reapack-i686.so</source>
    802         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4rc2/reaper_reapack-x86_64.so</source>
    803         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.4rc2/reaper_reapack-armv7l.so</source>
    804         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4rc2/reaper_reapack-aarch64.so</source>
    805         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4rc2/reaper_reapack-x86.dll</source>
    806         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4rc2/reaper_reapack-x64.dll</source>
    807       </version>
    808       <version name="1.2.4" author="cfillion" time="2022-04-02T03:43:07Z">
    809         <changelog><![CDATA[https://reapack.com/release-notes/v1.2#v1-2-4]]></changelog>
    810         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4/reaper_reapack-i386.dylib</source>
    811         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4/reaper_reapack-x86_64.dylib</source>
    812         <source platform="darwin-arm64" file="reaper_reapack-arm64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4/reaper_reapack-arm64.dylib</source>
    813         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.4/reaper_reapack-i686.so</source>
    814         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4/reaper_reapack-x86_64.so</source>
    815         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.4/reaper_reapack-armv7l.so</source>
    816         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4/reaper_reapack-aarch64.so</source>
    817         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4/reaper_reapack-x86.dll</source>
    818         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4/reaper_reapack-x64.dll</source>
    819       </version>
    820       <version name="1.2.4.1" author="cfillion" time="2022-05-10T18:21:41Z">
    821         <changelog><![CDATA[• Add support for Linux systems shipping with OpenSSL 3 [#47]
    822 • Rename "Upload packages" action to "Package editor"]]></changelog>
    823         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.1/reaper_reapack-i386.dylib</source>
    824         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.1/reaper_reapack-x86_64.dylib</source>
    825         <source platform="darwin-arm64" file="reaper_reapack-arm64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.1/reaper_reapack-arm64.dylib</source>
    826         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.1/reaper_reapack-i686.so</source>
    827         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.1/reaper_reapack-x86_64.so</source>
    828         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.1/reaper_reapack-armv7l.so</source>
    829         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.1/reaper_reapack-aarch64.so</source>
    830         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4.1/reaper_reapack-x86.dll</source>
    831         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4.1/reaper_reapack-x64.dll</source>
    832       </version>
    833       <version name="1.2.4.2" author="cfillion" time="2022-10-07T18:28:51Z">
    834         <changelog><![CDATA[• Fix potential crash on exit in REAPER < 6.67 due to API registration keys being invalidated [#56]
    835 • macOS: fix a crash on startup if ReaPack's filename was renamed [#51]
    836 • Windows: fix clamping of window positions to visible area (was broken in v1.2.4) [#49]]]></changelog>
    837         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.2/reaper_reapack-i386.dylib</source>
    838         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.2/reaper_reapack-x86_64.dylib</source>
    839         <source platform="darwin-arm64" file="reaper_reapack-arm64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.2/reaper_reapack-arm64.dylib</source>
    840         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.2/reaper_reapack-i686.so</source>
    841         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.2/reaper_reapack-x86_64.so</source>
    842         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.2/reaper_reapack-armv7l.so</source>
    843         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.2/reaper_reapack-aarch64.so</source>
    844         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4.2/reaper_reapack-x86.dll</source>
    845         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4.2/reaper_reapack-x64.dll</source>
    846       </version>
    847       <version name="1.2.4.3" author="cfillion" time="2023-03-03T16:03:10Z">
    848         <changelog><![CDATA[• Add during/while and join/heal to the filter synonyms
    849 • Fix displaying the list column customization context menu when on the left of the primary monitor
    850 • macOS: fix a crash sometimes occuring when closing the obsolete package removal prompt [p=2617421][#65]]]></changelog>
    851         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.3/reaper_reapack-i386.dylib</source>
    852         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.3/reaper_reapack-x86_64.dylib</source>
    853         <source platform="darwin-arm64" file="reaper_reapack-arm64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.3/reaper_reapack-arm64.dylib</source>
    854         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.3/reaper_reapack-i686.so</source>
    855         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.3/reaper_reapack-x86_64.so</source>
    856         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.3/reaper_reapack-armv7l.so</source>
    857         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.3/reaper_reapack-aarch64.so</source>
    858         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4.3/reaper_reapack-x86.dll</source>
    859         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4.3/reaper_reapack-x64.dll</source>
    860       </version>
    861       <version name="1.2.4.4" author="cfillion" time="2024-02-03T17:11:03Z">
    862         <changelog><![CDATA[• Add 2nd/second, unpool/un-pool and spacer/separator to the filter synonyms to match REAPER v7.09
    863 • Fix a crash when downloading or extracting filenames containing '%']]></changelog>
    864         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.4/reaper_reapack-i386.dylib</source>
    865         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.4/reaper_reapack-x86_64.dylib</source>
    866         <source platform="darwin-arm64" file="reaper_reapack-arm64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.4/reaper_reapack-arm64.dylib</source>
    867         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.4/reaper_reapack-i686.so</source>
    868         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.4/reaper_reapack-x86_64.so</source>
    869         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.4/reaper_reapack-armv7l.so</source>
    870         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.4/reaper_reapack-aarch64.so</source>
    871         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4.4/reaper_reapack-x86.dll</source>
    872         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4.4/reaper_reapack-x64.dll</source>
    873       </version>
    874       <version name="1.2.4.5" author="cfillion" time="2024-02-14T11:31:45Z">
    875         <changelog><![CDATA[• Add a mnemonic to ReaPack's menu in Extensions and remove the separator above it
    876 • Fix spurious selection when reloading the package browser on macOS
    877 • Restore compatibility with Linux distributions shipping GCC 7-11 accidentally lost in v1.2.4.4 [t=288248]]]></changelog>
    878         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.5/reaper_reapack-i386.dylib</source>
    879         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.5/reaper_reapack-x86_64.dylib</source>
    880         <source platform="darwin-arm64" file="reaper_reapack-arm64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.5/reaper_reapack-arm64.dylib</source>
    881         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.5/reaper_reapack-i686.so</source>
    882         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.5/reaper_reapack-x86_64.so</source>
    883         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.5/reaper_reapack-armv7l.so</source>
    884         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.5/reaper_reapack-aarch64.so</source>
    885         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4.5/reaper_reapack-x86.dll</source>
    886         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4.5/reaper_reapack-x64.dll</source>
    887       </version>
    888       <version name="1.2.4.6" author="cfillion" time="2024-08-16T02:13:16Z">
    889         <changelog><![CDATA[• Fix committing action list changes when the last file in a package is not a registered script
    890 • Increase maximum concurrent downloads from 4 to 6]]></changelog>
    891         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.6/reaper_reapack-i386.dylib</source>
    892         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.6/reaper_reapack-x86_64.dylib</source>
    893         <source platform="darwin-arm64" file="reaper_reapack-arm64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.4.6/reaper_reapack-arm64.dylib</source>
    894         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.6/reaper_reapack-i686.so</source>
    895         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.6/reaper_reapack-x86_64.so</source>
    896         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.6/reaper_reapack-armv7l.so</source>
    897         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.4.6/reaper_reapack-aarch64.so</source>
    898         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4.6/reaper_reapack-x86.dll</source>
    899         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.4.6/reaper_reapack-x64.dll</source>
    900       </version>
    901       <version name="1.2.5" author="cfillion" time="2024-11-01T07:09:02Z">
    902         <changelog><![CDATA[• Add Windows ARM64EC builds (Windows 11+) [#88]
    903 • Fix per-package pre-release option being reset when synchronizing
    904 • Silently install x86_64 binaries when packages don't provide any ARM64EC-specific files]]></changelog>
    905         <source platform="darwin32" file="reaper_reapack-i386.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.5/reaper_reapack-i386.dylib</source>
    906         <source platform="darwin64" file="reaper_reapack-x86_64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.5/reaper_reapack-x86_64.dylib</source>
    907         <source platform="darwin-arm64" file="reaper_reapack-arm64.dylib">https://github.com/cfillion/reapack/releases/download/v1.2.5/reaper_reapack-arm64.dylib</source>
    908         <source platform="linux32" file="reaper_reapack-i686.so">https://github.com/cfillion/reapack/releases/download/v1.2.5/reaper_reapack-i686.so</source>
    909         <source platform="linux64" file="reaper_reapack-x86_64.so">https://github.com/cfillion/reapack/releases/download/v1.2.5/reaper_reapack-x86_64.so</source>
    910         <source platform="linux-armv7l" file="reaper_reapack-armv7l.so">https://github.com/cfillion/reapack/releases/download/v1.2.5/reaper_reapack-armv7l.so</source>
    911         <source platform="linux-aarch64" file="reaper_reapack-aarch64.so">https://github.com/cfillion/reapack/releases/download/v1.2.5/reaper_reapack-aarch64.so</source>
    912         <source platform="win32" file="reaper_reapack-x86.dll">https://github.com/cfillion/reapack/releases/download/v1.2.5/reaper_reapack-x86.dll</source>
    913         <source platform="win64" file="reaper_reapack-x64.dll">https://github.com/cfillion/reapack/releases/download/v1.2.5/reaper_reapack-x64.dll</source>
    914         <source platform="windows-arm64ec" file="reaper_reapack-arm64ec.dll">https://github.com/cfillion/reapack/releases/download/v1.2.5/reaper_reapack-arm64ec.dll</source>
    915       </version>
    916     </reapack>
    917   </category>
    918   <metadata>
    919     <description><![CDATA[{\rtf1\ansi\deff0{\fonttbl{\f0 \fswiss Helvetica;}{\f1 \fmodern Courier;}}
    920 {\colortbl;\red255\green0\blue0;\red0\green0\blue255;}
    921 \widowctrl\hyphauto
    922 
    923 {\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel0 \b \fs36 ReaPack: Package Manager for REAPER\par}
    924 {\pard \ql \f0 \sa180 \li0 \fi0 This is {\b ReaPack v[[REAPACK_VERSION]]} [[REAPACK_REVISION]] built on [[REAPACK_BUILDTIME]]\par}
    925 {\pard \ql \f0 \sa180 \li0 \fi0 \f1 Copyright (C) 2015-2024  Christian Fillion\line
    926 \line
    927 This program is free software: you can redistribute it and/or modify\line
    928 it under the terms of the GNU Lesser General Public License as published by\line
    929 the Free Software Foundation, either version 3 of the License, or\line
    930 (at your option) any later version.\line
    931 \line
    932 This program is distributed in the hope that it will be useful,\line
    933 but WITHOUT ANY WARRANTY; without even the implied warranty of\line
    934 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\line
    935 GNU Lesser General Public License for more details.\line
    936 \line
    937 Visit <http://www.gnu.org/licenses/> to get a copy of the\line
    938 GNU Lesser General Public License.\par}
    939 }
    940 ]]></description>
    941     <link rel="website" href="https://reapack.com">Website</link>
    942     <link rel="website" href="https://reapack.com/user-guide">User guide</link>
    943     <link rel="website" href="https://forum.cockos.com/showthread.php?t=177978">Forum thread</link>
    944     <link rel="website" href="https://github.com/cfillion/reapack/issues">Bug tracker</link>
    945     <link rel="website" href="https://github.com/cfillion/reapack">Source code</link>
    946     <link rel="donation">https://www.paypal.com/cgi-bin/webscr?business=T3DEWBQJAV7WL&amp;cmd=_donations&amp;currency_code=CAD&amp;item_name=ReaPack%3A+Package+manager+for+REAPER</link>
    947   </metadata>
    948 </index>