Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-20 | Merge pull request #992 from Scrumplex/refactor-version | Sefa Eyeoglu | |
2022-08-15 | fix: 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-12 | refactor: switch to new versioning scheme | Sefa 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-06 | chore(markdown): MD032 Lists should be surrounded by blank lines | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-07-11 | Merge pull request #847 from EliteTK/switch-to-scdoc | Sefa Eyeoglu | |
2022-07-10 | fix: include TLS plugins in bundle | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-09 | Rewrite polymc.6 in scdoc, build, and install it | Tomasz Kramkowski | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Tomasz Kramkowski <tomasz@kramkow.ski> | |||
2022-06-21 | Merge pull request #797 from kthchew/fix/update-shortcut | Sefa Eyeoglu | |
2022-06-21 | Merge pull request #788 from kthchew/fix/win-install-version | Sefa Eyeoglu | |
2022-06-15 | Deselect desktop shortcut by default | Kenneth Chew | |
Follows the guidelines at https://docs.microsoft.com/en-us/windows/win32/uxguide/winenv-desktop | |||
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 | |