Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2022-01-22 | Update org.polymc.PolyMC.desktop.in | Daniel Huang | |
2022-01-19 | fix(readme): header color should follow GH theme | Sefa Eyeoglu | |
As browser color scheme preference and GitHub theme can be different from each other, let's follow GitHub theme instead of browser preference. | |||
2022-01-16 | Replace PNG README header with SVG | bexnoss | |
Instead of GitHub specific MarkDown based theming this uses CSS in SVG. | |||
2022-01-14 | remove 5 from display name | swirl | |
Closes: #58 | |||
2022-01-10 | Set PrefersNonDefaultGPU for hybrid devices | Eonfge | |
With the Property 'PrefersNonDefaultGPU', you can signal to dekstop environments like GNOME that you want to run the application using the more powerful secondary graphics card, if such a card is available. Specification: https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html With this change, you won't have to include a special prime-run script. | |||
2022-01-09 | add logo to different styles | swirl | |
Also fixed genicons to automate this. | |||
2022-01-09 | remove patreon stuff | swirl | |
Closes: #22 Update to 1.0.5 Remove "Forking/Redistribution" tab in About (why is it even there?) Metainfo now corresponds to version add discord Completely removed Patreon. | |||
2022-01-09 | Update branding: New Logo (#30) | Ezekiel Smith | |
New logo Co-authored-by: swirl <swurl@swurl.xyz> | |||
2022-01-06 | New pixel Ouroboros logo by @karolinaabb | swirl | |
2022-01-06 | match license in metainfo | swirl | |
Closes: #18 | |||
2022-01-04 | cleaner difference between flatpak and normal manifest | dada513 | |
2022-01-04 | Fix metainfo parsing | dada513 | |
2022-01-03 | fix icon and version | swirl | |
Closes: #16 Fixed the icon so Qt renders it properly, and actually renders it properly in the About page. Also, scaled it up a bit Changed launcher.svg icon to temporary Ouroboros logo fixed genicons again Fix version to 1.0.3 (making tag rn) Install the PolyMC icon properly. | |||
2022-01-03 | fix genicons.sh to new rDNS stuff | swirl | |
2022-01-03 | rDNS for icons and desktop file, and metainfo | swirl | |
Closes: #12, #13 | |||
2021-12-31 | Rebranding logo | swirl | |
add temporary Ouroboros logo, thanks Lenny for vectorizing change logo file names Desktop file now includes proper exec using the app binary name fix genicons for use with libicns |