From 91f3479eac5fc8e3d7aa8576b1be85ab8108d629 Mon Sep 17 00:00:00 2001 From: Christopher Schnick Date: Sun, 3 Nov 2024 20:23:53 +0100 Subject: [PATCH] Release --- README.md | 5 +++-- changelogs/2.13.14.txt | 5 +++++ misc/github_full.tpl | 3 ++- version | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 changelogs/2.13.14.txt diff --git a/README.md b/README.md index b3b066cf..d966c11b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ which you can also disable in the settings if you want. - [Windows Installer](https://github.com/crschnick/pdxu_launcher/releases/latest/download/pdxu_installer-windows.msi) - [Linux .deb Installer](https://github.com/crschnick/pdxu_launcher/releases/latest/download/pdxu_installer-linux.deb) -- [Linux .rpm Installer](https://github.com/crschnick/pdxu_launcher/releases/latest/download/pdxu_installer-linux.rpm) (Experimental for now) +- [Linux .rpm Installer](https://github.com/crschnick/pdxu_launcher/releases/latest/download/pdxu_installer-linux.rpm) - [Linux AUR package](https://aur.archlinux.org/packages/pdx-unlimiter) ### Standalone @@ -45,7 +45,8 @@ This version does not come with an update functionality, so you have to manually - [Windows standalone](https://github.com/crschnick/pdx_unlimiter/releases/latest/download/pdx_unlimiter-windows.zip) - [Linux standalone](https://github.com/crschnick/pdx_unlimiter/releases/latest/download/pdx_unlimiter-linux.zip) -- [Mac standalone](https://github.com/crschnick/pdx_unlimiter/releases/latest/download/pdx_unlimiter-macos-x86_64.dmg) (Works on Intel and Apple Silicon) +- [Mac standalone (Intel)](https://github.com/crschnick/pdx_unlimiter/releases/latest/download/pdx_unlimiter-macos-x86_64.dmg) +- [Mac standalone (Silicon)](https://github.com/crschnick/pdx_unlimiter/releases/latest/download/pdx_unlimiter-macos-arm64.dmg) Note that if you utilize any accessibility software, you should use the standalone version. diff --git a/changelogs/2.13.14.txt b/changelogs/2.13.14.txt new file mode 100644 index 00000000..18fbf5c3 --- /dev/null +++ b/changelogs/2.13.14.txt @@ -0,0 +1,5 @@ +# Changes in 2.13.14 + +- There is now an actively maintained macOS build again. There also now separate builds for Intel and Silicon processors +- Fix various issues leading to some DLCs still not being recognized + diff --git a/misc/github_full.tpl b/misc/github_full.tpl index c2556f42..d2f677c0 100644 --- a/misc/github_full.tpl +++ b/misc/github_full.tpl @@ -19,4 +19,5 @@ If you don't like installers, you can also use a standalone version, which is pa - [Windows standalone](https://github.com/crschnick/pdx_unlimiter/releases/download/{{version}}/pdx_unlimiter-windows.zip) - [Linux standalone](https://github.com/crschnick/pdx_unlimiter/releases/download/{{version}}/pdx_unlimiter-linux.zip) -- [Mac standalone](https://github.com/crschnick/pdx_unlimiter/releases/download/{{version}}/pdx_unlimiter-macos-x86_64.dmg) (Works on Intel and Apple Silicon) +- [Mac standalone (Intel)](https://github.com/crschnick/pdx_unlimiter/releases/download/{{version}}/pdx_unlimiter-macos-x86_64.dmg) +- [Mac standalone (Silicon)](https://github.com/crschnick/pdx_unlimiter/releases/download/{{version}}/pdx_unlimiter-macos-arm64.dmg) diff --git a/version b/version index a71ed8b3..f515c1fb 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.13.14-SNAPSHOT \ No newline at end of file +2.13.14 \ No newline at end of file