Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-19 | bump to 1.2.1 | DioEgizio | |
2022-04-18 | Fix formatting of version string on macOS | Kenneth Chew | |
2022-04-17 | Merge pull request #437 from DioEgizio/bump-1.2.0 | Sefa Eyeoglu | |
2022-04-17 | Merge pull request #436 from flowln/bundled_libs | Ezekiel Smith | |
Don't force bundled libraries by default | |||
2022-04-16 | bump to 1.2.0 | DioEgizio | |
2022-04-16 | fix: drop BUNDLE_DEST_DIR | Sefa Eyeoglu | |
2022-04-16 | fix: don't allow portable builds on macOS | Sefa Eyeoglu | |
2022-04-16 | refactor: combine portable and system builds | Sefa Eyeoglu | |
Portable builds now have the same layout as system builds. If you want to build a portable bundle, you now need to additionally install the `portable` component. For example: $ cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install ... $ cmake --build build $ cmake --install build $ cmake --install build --component portable | |||
2022-04-16 | fix: Don't error when not finding valid system quazip | flow | |
2022-04-16 | libs: Don't force bundled libs | flow | |
Now that QuaZip 1.3 is released, packages from package managers can include the patch needed for PolyMC, so we can use the users system libraries if available. | |||
2022-04-16 | Merge pull request #430 from DioEgizio/make-helppages-on-their-own-dir | Ezekiel Smith | |
CHANGE: switch the help pages to their own dir | |||
2022-04-15 | Merge pull request #333 from oynqr/build/lto | Sefa Eyeoglu | |
2022-04-15 | CHANGE: switch the help pages to their own dir | DioEgizio | |
also renames modrinth-platform/curseforge-platform to just Mod-platform since they have the pages are basically the same | |||
2022-04-10 | feat: install manpage | Sefa Eyeoglu | |
2022-04-03 | Update CMakeLists.txt | Ezekiel Smith | |
2022-03-29 | Merge pull request #344 from oynqr/build/allow-disabling-tests | Sefa Eyeoglu | |
2022-03-23 | Allow disabling building of tests | Philipp David | |
2022-03-23 | Put LTO behind an optional flag | Philipp David | |
2022-03-22 | Enable LTO/IPO on release builds | Philipp David | |
2022-03-20 | chore: bump version | Sefa Eyeoglu | |
2022-03-18 | fix: make Launcher_PORTABLE work on all platforms | Sefa Eyeoglu | |
Fixes #261 | |||
2022-03-14 | Merge pull request #265 from Scrumplex/fix-javacheck-appimage | Sefa Eyeoglu | |
Define JARs path relative to application root | |||
2022-03-14 | Merge pull request #273 from DioEgizio/extra-rebranding-macos | Sefa Eyeoglu | |
extra rebranding for macos | |||
2022-03-15 | Merge pull request #188 from PolyMC/removal/notifications | Ezekiel Smith | |
remove notifications | |||
2022-03-13 | [macos] update copyright and info string | DioEgizio | |
2022-03-13 | fix: define jars path relative to application root | Sefa Eyeoglu | |
Fixes #117 | |||
2022-03-12 | Merge pull request #235 from Scrumplex/chore-bump-1.1.0 | LennyMcLennington | |
Bump to 1.1.0 | |||
2022-03-08 | add matrix button | dada513 | |
2022-03-06 | chore: bump to 1.1.0 | Sefa Eyeoglu | |
2022-03-06 | fix: update news links to point to polymc.org | Sefa Eyeoglu | |
2022-03-06 | refactor: move help URL into buildconfig | Sefa Eyeoglu | |
2022-02-27 | Apply suggestions from code review | txtsd | |
Co-authored-by: LennyMcLennington <lenny@sneed.church> | |||
2022-02-23 | Implement PR suggestions | txtsd | |
2022-02-23 | Replace layouts with LAUNCH_PORTABLE | txtsd | |
2022-02-22 | Merge pull request #172 from Scrumplex/fix-update-client-id | Sefa Eyeoglu | |
Switch to new MSA Client ID | |||
2022-02-20 | remove notifications | swirl | |
2022-02-16 | Merge pull request #171 from DioEgizio/fix-org.polymc-macos | timoreo22 | |
Change: set MACOSX_BUNDLE_GUI_IDENTIFIER to org.polymc (fixes org.multimc.PolyMC) | |||
2022-02-16 | refactor: switch to new MSA Client ID | Sefa Eyeoglu | |
2022-02-16 | Change: set MACOSX_BUNDLE_GUI_IDENTIFIER to org.polymc instead of org.multimc | DioEgizio | |
2022-02-11 | refactor(build): link nbt++ statically | Sefa Eyeoglu | |
2022-02-11 | Merge pull request #145 from dada513/metainfix | timoreo22 | |
Update metadata | |||
2022-02-11 | Merge pull request #151 from dada513/rss_not_begone | LennyMcLennington | |
Re-add RSS feed with the new PolyMC website | |||
2022-02-10 | fix: update link to translations platform | Sefa Eyeoglu | |
2022-02-10 | Initial RSS re-add and removed hardcoded strings | dada513 | |
2022-02-10 | Revert "refactor: remove news feed" | dada513 | |
This reverts commit 361ce7818ec8891e9a35bdfac4cdea77a0b6a949. | |||
2022-02-09 | Update metadata | dada513 | |
2022-02-04 | fix: link QuaZip statically | Sefa Eyeoglu | |
2022-01-31 | fix: set Launcher_FORCE_BUNDLED_LIBS=on by default | Sefa Eyeoglu | |
We need to wait for a new QuaZip release to become widely available, until we can turn this off again | |||
2022-01-31 | refactor: restructure CMake to support future Qt versions | Sefa Eyeoglu | |
2022-01-31 | refactor: simpler includes for quazip | Sefa Eyeoglu | |