|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<index version="1" commit="cbac9e41c5b036baa6eefec9225115e76028cbf1" name="ReaPack"> |
| 2 | +<index version="1" commit="99308dd2ea0b68bc2bac1fd49e439769319504b3" name="ReaPack"> |
3 | 3 | <category name="Extensions">
|
4 | 4 | <reapack name="ReaPack.ext" type="extension" desc="ReaPack: Package manager for REAPER">
|
5 | 5 | <version name="0.8-beta" author="cfillion" time="2016-02-16T03:26:28Z">
|
@@ -251,6 +251,52 @@ Fixed:
|
251 | 251 | <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.1beta2/reaper_reapack32.dll</source>
|
252 | 252 | <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.1beta2/reaper_reapack64.dll</source>
|
253 | 253 | </version>
|
| 254 | + <version name="1.1beta3" author="cfillion" time="2016-08-26T22:59:13Z"> |
| 255 | + <changelog><![CDATA[Added: |
| 256 | ++ about repo: add "find in browser" action in the package context menu |
| 257 | ++ about: add "about {repository}" button in the package's about dialog |
| 258 | ++ about: ask whether to install all packages or update installed packages |
| 259 | ++ about: merge the about dialogs and make it modeless [p=1716746] |
| 260 | ++ synchronize: prompt to uninstall obsolete packages [#8] |
| 261 | +Changed: |
| 262 | ++ about: show package descriptions in Contents tab |
| 263 | ++ about: use package description in dialog title |
| 264 | ++ allow a conflicting pkg to be installed if the other is getting uninstalled |
| 265 | ++ browser: preserve insertion order of actions |
| 266 | ++ browser: show stored description of obsolete packages |
| 267 | ++ browser: show the newest available version even if it's older than the one currently installed |
| 268 | ++ download: share dns cache and ssl sessions between connections |
| 269 | ++ index: remove ".xml" suffix from the download display name |
| 270 | ++ manager: rename option "Install new packages automatically" to "Install new packages when synchronizing" |
| 271 | ++ package: ensure package names do not contain slashes |
| 272 | ++ registry: store package descriptions offline |
| 273 | ++ richedit: stop moving the caret to the end of the document on windows |
| 274 | ++ show package descriptions in progress and report dialogs |
| 275 | ++ transaction: process uninstallation tasks before any other task |
| 276 | ++ transaction: wait for current tasks to be finished before processing new ones |
| 277 | ++ write data files directly into the Data directory (for toolbar icons) |
| 278 | +Fixed: |
| 279 | ++ about repository: don't sort the version column lexicographically |
| 280 | ++ browser: always reset pin when clearing actions |
| 281 | ++ browser: don't sort the version column lexicographically |
| 282 | ++ browser: fix crash when double-clicking on an obsolete package [p=1713186] |
| 283 | ++ browser: fix display of pinned state for obsolete packages |
| 284 | ++ browser: remember scroll position when reloading the list on windows |
| 285 | ++ dialog: fix wrong amount of memory allocated for clipboard copy |
| 286 | ++ download: bypass cache when fetching index files |
| 287 | ++ download: enable all content encodings known by curl |
| 288 | ++ download: enhance reporting of download errors |
| 289 | ++ download: fix http error reporting when connecting through a proxy |
| 290 | ++ index: always re-download indexes when requested |
| 291 | ++ listview: fix Shift+F10 on Windows (bis) |
| 292 | ++ registry: accept databases written by compatible newer versions of ReaPack |
| 293 | ++ report: make Return key always close the dialog on windows |
| 294 | ++ win32: fix resource path encoding issue in some setups [p=1718542]]]></changelog> |
| 295 | + <source platform="darwin32" file="reaper_reapack32.dylib">https://github.com/cfillion/reapack/releases/download/v1.1beta3/reaper_reapack32.dylib</source> |
| 296 | + <source platform="darwin64" file="reaper_reapack64.dylib">https://github.com/cfillion/reapack/releases/download/v1.1beta3/reaper_reapack64.dylib</source> |
| 297 | + <source platform="win32" file="reaper_reapack32.dll">https://github.com/cfillion/reapack/releases/download/v1.1beta3/reaper_reapack32.dll</source> |
| 298 | + <source platform="win64" file="reaper_reapack64.dll">https://github.com/cfillion/reapack/releases/download/v1.1beta3/reaper_reapack64.dll</source> |
| 299 | + </version> |
254 | 300 | </reapack>
|
255 | 301 | </category>
|
256 | 302 | <metadata>
|
|
0 commit comments