aboutsummaryrefslogtreecommitdiff
path: root/program_info
AgeCommit message (Collapse)Author
2022-04-02Update LicenseEzekiel Smith
2022-03-14fix(metainfo): clarify GPL-3.0-onlySefa Eyeoglu
2022-03-13fix: simplify header SVG using SVGOSefa Eyeoglu
2022-03-13chore: switch logo font to Josefin SansSefa Eyeoglu
2022-03-12fix(metainfo): update URLsSefa Eyeoglu
2022-02-12Merge pull request #149 from ZekeSmith/patch-1LennyMcLennington
License for assets
2022-02-12Update LICENSEEzekiel Smith
2022-02-11Merge pull request #145 from dada513/metainfixtimoreo22
Update metadata
2022-02-11Remove PrefersNonDefaultGPUtxtsd
2022-02-11newlinesdada513
2022-02-10Update screenshots to use new sitedada513
2022-02-10rename LAUNCHER_DESKTOPNAME to LAUNCHER_DESKTOPFILENAMEdada513
2022-02-10Fix desktop id for GH-150dada513
2022-02-10Revert "Fix freedesktop icons" and fix icon on kwindada513
2022-02-10License for assetsEzekiel 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-09remove redundant datadada513
2022-02-09Update metadatadada513
2022-02-02Merge pull request #108 from redstrate/improve_about_pageswirl
Improve the About page
2022-02-02fix some windows brandingswirl
Closes: #121
2022-01-27Improve the About pageJoshua 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-27Fix Freedesktop iconsJoshua 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-22Update org.polymc.PolyMC.desktop.inDaniel Huang
2022-01-19fix(readme): header color should follow GH themeSefa 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-16Replace PNG README header with SVGbexnoss
Instead of GitHub specific MarkDown based theming this uses CSS in SVG.
2022-01-14remove 5 from display nameswirl
Closes: #58
2022-01-10Set PrefersNonDefaultGPU for hybrid devicesEonfge
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-09add logo to different stylesswirl
Also fixed genicons to automate this.
2022-01-09remove patreon stuffswirl
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-09Update branding: New Logo (#30)Ezekiel Smith
New logo Co-authored-by: swirl <swurl@swurl.xyz>
2022-01-06New pixel Ouroboros logo by @karolinaabbswirl
2022-01-06match license in metainfoswirl
Closes: #18
2022-01-04cleaner difference between flatpak and normal manifestdada513
2022-01-04Fix metainfo parsingdada513
2022-01-03fix icon and versionswirl
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-03fix genicons.sh to new rDNS stuffswirl
2022-01-03rDNS for icons and desktop file, and metainfoswirl
Closes: #12, #13
2021-12-31Rebranding logoswirl
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
2021-12-30fix desktop iconswirl
2021-12-30add .desktop fileswirl
2021-12-27ebuild, fix GitHub URLswirl
2021-12-20Move MSA Client ID to the same place as the othersLenny McLennington
MSA Client ID has been moved to CMakeLists.txt, and defaults to the Client ID for the PolyMC application. Removed secrets/notsecrets library, replace with (temporary?) program_info subdirectory.