aboutsummaryrefslogtreecommitdiff
path: root/program_info
AgeCommit message (Collapse)Author
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
2022-05-28Merge pull request #625 from ryanccn/light-macos-icontimoreo22
Use light background macOS icon
2022-05-28Merge pull request #629 from kthchew/feature/desktop-shortcuttimoreo22
Add desktop shortcut to Windows installer
2022-05-26better new iconRyan Cao
2022-05-24Update org.polymc.PolyMC.metainfo.xml.inbyquanton
Should fix Flatpak/Flathub build
2022-05-23Add desktop shortcut to Windows installerKenneth Chew
2022-05-23use light bigsur iconRyan Cao
2022-05-20Fix default install locationKenneth Chew
2022-05-20Add `/NoShortcuts` parameter for Windows installerKenneth Chew
2022-05-20Remove portable option in Windows installerKenneth Chew
2022-05-20Add `/NoUninstaller` parameter for Windows installerKenneth Chew
2022-05-16Support installer languages other than EnglishKenneth Chew
2022-05-16Remove admin requirement (no multi-user install option)Kenneth Chew
2022-05-16Build Windows installerKenneth Chew
2022-05-15Add Allow DYLD Environment Variables Entitlement to macOS buildKenneth Chew
This allows the Steam overlay to be injected into Minecraft.
2022-05-15Fix indentation of macOS resourcesKenneth Chew
2022-05-05add big sur-style iconRyan Cao
2022-04-19Improve security by enabling hardened runtime for macOSKenneth 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-16refactor: combine portable and system buildsSefa 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-10feat: install manpageSefa Eyeoglu
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