Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-15 | Unselect shortcut installation by default if PolyMC is already installed | Kenneth Chew | |
This is the same behavior as the `/NoShortcuts` switch. | |||
2022-06-12 | Set correct installer properties and uninstall registry keys | Kenneth Chew | |
2022-06-12 | Merge pull request #679 from kthchew/fix/win-install-version | Sefa Eyeoglu | |
2022-06-12 | fix(installer): use Windows version number format | Sefa Eyeoglu | |
2022-06-12 | fix(installer): add version info to installer | Sefa Eyeoglu | |
2022-06-03 | Add "mc" keyword to desktop file | jn64 | |
Certain launchers (e.g. GNOME) only search from word boundaries, so typing "mc" doesn't currently match to "PolyMC". | |||
2022-05-30 | Move Windows installer configure to `program_info` | Kenneth Chew | |
2022-05-29 | Use CMake for Windows installer branding | Kenneth Chew | |
As a side effect, fixes an issue where the installer wrote the incorrect version to the registry. | |||
2022-05-29 | fix: set version for Windows binaries | Sefa Eyeoglu | |
2022-05-29 | remove vista support from the manifest | DioEgizio | |
we don't support qt <5.12 anymore anyways | |||
2022-05-28 | Merge pull request #625 from ryanccn/light-macos-icon | timoreo22 | |
Use light background macOS icon | |||
2022-05-28 | Merge pull request #629 from kthchew/feature/desktop-shortcut | timoreo22 | |
Add desktop shortcut to Windows installer | |||
2022-05-26 | better new icon | Ryan Cao | |
2022-05-24 | Update org.polymc.PolyMC.metainfo.xml.in | byquanton | |
Should fix Flatpak/Flathub build | |||
2022-05-23 | Add desktop shortcut to Windows installer | Kenneth Chew | |
2022-05-23 | use light bigsur icon | Ryan Cao | |
2022-05-20 | Fix default install location | Kenneth Chew | |
2022-05-20 | Add `/NoShortcuts` parameter for Windows installer | Kenneth Chew | |
2022-05-20 | Remove portable option in Windows installer | Kenneth Chew | |
2022-05-20 | Add `/NoUninstaller` parameter for Windows installer | Kenneth Chew | |
2022-05-16 | Support installer languages other than English | Kenneth Chew | |
2022-05-16 | Remove admin requirement (no multi-user install option) | Kenneth Chew | |
2022-05-16 | Build Windows installer | Kenneth Chew | |
2022-05-15 | Add Allow DYLD Environment Variables Entitlement to macOS build | Kenneth Chew | |
This allows the Steam overlay to be injected into Minecraft. | |||
2022-05-15 | Fix indentation of macOS resources | Kenneth Chew | |
2022-05-05 | add big sur-style icon | Ryan Cao | |
2022-04-19 | Improve security by enabling hardened runtime for macOS | Kenneth Chew | |
This change also fixes a bug on recent versions of macOS where Minecraft mods that requested access to the microphone would silently fail. | |||
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-10 | feat: install manpage | Sefa Eyeoglu | |
2022-04-02 | Update License | Ezekiel Smith | |
2022-03-14 | fix(metainfo): clarify GPL-3.0-only | Sefa Eyeoglu | |
2022-03-13 | fix: simplify header SVG using SVGO | Sefa Eyeoglu | |
2022-03-13 | chore: switch logo font to Josefin Sans | Sefa Eyeoglu | |
2022-03-12 | fix(metainfo): update URLs | Sefa Eyeoglu | |
2022-02-12 | Merge pull request #149 from ZekeSmith/patch-1 | LennyMcLennington | |
License for assets | |||
2022-02-12 | Update LICENSE | Ezekiel Smith | |
2022-02-11 | Merge pull request #145 from dada513/metainfix | timoreo22 | |
Update metadata | |||
2022-02-11 | Remove PrefersNonDefaultGPU | txtsd | |
2022-02-11 | newlines | dada513 | |
2022-02-10 | Update screenshots to use new site | dada513 | |
2022-02-10 | rename LAUNCHER_DESKTOPNAME to LAUNCHER_DESKTOPFILENAME | dada513 | |
2022-02-10 | Fix desktop id for GH-150 | dada513 | |
2022-02-10 | Revert "Fix freedesktop icons" and fix icon on kwin | dada513 | |
2022-02-10 | License for assets | Ezekiel Smith | |
The PolyMC logo and assets are licensed under the CC BY-NC-SA 4.0 having it in this folder should help to clear this up. | |||
2022-02-09 | remove redundant data | dada513 | |
2022-02-09 | Update metadata | dada513 | |
2022-02-02 | Merge pull request #108 from redstrate/improve_about_page | swirl | |
Improve the About page | |||
2022-02-02 | fix some windows branding | swirl | |
Closes: #121 | |||
2022-01-27 | Improve the About page | Joshua Goins | |
Improves #106. This more clearly marks the original MultiMC contributors, and now correctly hides the "Build Platform" if this is set as empty. The version label is now moved under the "PolyMC" title so it looks just a little bit better (and matches other applications). The copyright on the "About" page now correctly attributes the MultiMC contributors just like on the "License" page. | |||
2022-01-27 | Fix Freedesktop icons | Joshua Goins | |
This fixes #51. The desktop file is now exactly the same as the window class, which is also now corrected to org.polymc.polymc. The file capitalization is also consistent with other Freedesktop files as well. |