aboutsummaryrefslogtreecommitdiff
path: root/program_info
AgeCommit message (Collapse)Author
2022-11-04Merge branch 'develop' into macos-drag-n-dropSefa Eyeoglu
2022-11-02experimental: install mime info in CMakeRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-01fix: fix logo nameSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-29use existing variablesfn2006
Signed-off-by: fn2006 <usernamefn2006alreadyused@protonmail.com>
2022-10-29fix hardcoded svgfn2006
Signed-off-by: fn2006 <usernamefn2006alreadyused@protonmail.com>
2022-10-29Merge pull request #173 from Scrumplex/fix-iconsSefa Eyeoglu
2022-10-27Fix: Don't specify x86 in manifestTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-10-25Merge pull request #231 from tobimori/patch-1Sefa Eyeoglu
2022-10-25move .app rename to packaging process, update mac copyright stringtobimori
Signed-off-by: tobimori <tobias@moeritz.cc>
2022-10-24Merge pull request #211 from Hibiii/show-instace-argSefa Eyeoglu
2022-10-25add .mrpack mime typeRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-10-24fix: use display name in NSISSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-24fix: update icon generate scriptSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-22add linux supportRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-10-21Add --show to manual pageHibi
2022-10-20Remove erroneous space Chrono-byte
Signed-off-by: Chrono-byte <me@disilla.org>
2022-10-20fix contributor notices in AboutDialog.cpp for license complianceChrono-byte
Signed-off-by: Chrono-byte <me@disilla.org>
2022-10-20Merge pull request #148 from ZombieNub/prismlauncher-renameSefa Eyeoglu
2022-10-20update meta to not break flatpakZeke
Signed-off-by: Zeke <ezekielsmith@protonmail.com>
2022-10-19Merge branch 'develop' into prismlauncher-renameIroncladLandship
Signed-off-by: IroncladLandship <jack.huffstutler@gmail.com>
2022-10-19Merge pull request #100 from TheEvilSkeleton/improve-approachabilityflow
2022-10-19Renamed inappropriate instances of "PrismLauncher" to "Prism Launcher"Jackson Huffstutler
Signed-off-by: IroncladLandship <jack.huffstutler@gmail.com>
2022-10-19Improve approachabilityTheEvilSkeleton
Signed-off-by: TheEvilSkeleton <theevilskeleton@riseup.net>
2022-10-19Merge pull request #110 from Scrumplex/fix-nsis-shortcutSefa Eyeoglu
2022-10-19refactor: replace with new logoSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-19fix: use display name for NSISSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-19RenameSamisafool
Signed-off-by: Samisafool <thenerdiestguy@gmail.com>
2022-10-18PlaceholderMC => PrismLauncherNightly
Small Correction Signed-off-by: Nightly <62222436+pog5@users.noreply.github.com>
2022-10-18refactor: initial rebrandSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-09-11fix metadada513
Signed-off-by: dada513 <dada513@protonmail.com>
2022-08-20Merge pull request #992 from Scrumplex/refactor-versionSefa Eyeoglu
2022-08-15fix: update org.polymc.PolyMC.metainfo.xml.in to not make flatpak break next ↵DioEgizio
release Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-08-12refactor: switch to new versioning schemeSefa Eyeoglu
The new versioning system is based on the versioning system used by the GNOME Foundation for the GNOME desktop. We are dropping the "major version" as defined by SemVer and move to a version number with a most and least significant number. The most significant number must be incremented, if there are new features or significant changes since last major release. Otherwise, the least significant number must be incremented, if there are only minor changes since the last release. New features or significant changes mustn't be introduced by a bump of the least significant number. If a minor change would introduce small user-facing changes (like a message-box or slight UI changes), it could still be classified as a minor change. At the end of the day, a human shall decide, if a change is minor or significant, as there is no clear line that would separate a "minor" and a "significant" change in a GUI-application. Definitions: feature: New user-facing functionality significant change: Something that changes user-facing behavior minor change: Something that fixes unexpected behavior Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-08-06chore(markdown): MD032 Lists should be surrounded by blank linestxtsd
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
2022-07-11Merge pull request #847 from EliteTK/switch-to-scdocSefa Eyeoglu
2022-07-10fix: include TLS plugins in bundleSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-09Rewrite polymc.6 in scdoc, build, and install itTomasz Kramkowski
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Tomasz Kramkowski <tomasz@kramkow.ski>
2022-06-21Merge pull request #797 from kthchew/fix/update-shortcutSefa Eyeoglu
2022-06-21Merge pull request #788 from kthchew/fix/win-install-versionSefa Eyeoglu
2022-06-15Deselect desktop shortcut by defaultKenneth Chew
Follows the guidelines at https://docs.microsoft.com/en-us/windows/win32/uxguide/winenv-desktop
2022-06-15Unselect shortcut installation by default if PolyMC is already installedKenneth Chew
This is the same behavior as the `/NoShortcuts` switch.
2022-06-12Set correct installer properties and uninstall registry keysKenneth Chew
2022-06-12Merge pull request #679 from kthchew/fix/win-install-versionSefa Eyeoglu
2022-06-12fix(installer): use Windows version number formatSefa Eyeoglu
2022-06-12fix(installer): add version info to installerSefa Eyeoglu
2022-06-03Add "mc" keyword to desktop filejn64
Certain launchers (e.g. GNOME) only search from word boundaries, so typing "mc" doesn't currently match to "PolyMC".
2022-05-30Move Windows installer configure to `program_info`Kenneth Chew
2022-05-29Use CMake for Windows installer brandingKenneth Chew
As a side effect, fixes an issue where the installer wrote the incorrect version to the registry.
2022-05-29fix: set version for Windows binariesSefa Eyeoglu
2022-05-29remove vista support from the manifestDioEgizio
we don't support qt <5.12 anymore anyways