Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-21 | feat(ui): allow downloading multiple mods in Modrinth at once | flow | |
2022-02-21 | feat: change task container in ModDownloadDialog to a QHash | flow | |
Previously, we used a unique_ptr to a ModDownloadTask to keep track of the selected mod to download when we accepted the dialog. In order to allow multiple mods to be selected at once for download, this has been changed to a QHash where the key is the mods name (since it doesn't seem right to allow for multiple versions of the same mod to be downloaded at once), and the value is a pointer to the corresponding ModDownloadTask. | |||
2022-02-12 | fix: MSA = Microsoft Authentication | Sefa Eyeoglu | |
2022-02-12 | fix(ui): explain why 'Add Microsoft' might be disabled | Sefa Eyeoglu | |
2022-02-12 | feat: implement MSA client id override | Sefa Eyeoglu | |
Closes #11 | |||
2022-02-12 | feat(ui): add custom MSA client id setting | Sefa Eyeoglu | |
2022-02-10 | Merge pull request #129 from timoreo22/fix-mod-name | LennyMcLennington | |
Fixed the download menu putting the wrong name | |||
2022-02-10 | Remove drama from readme and remove mmc discord link | Lenny McLennington | |
2022-02-04 | Fix wrong mod file name | timoreo | |
2022-02-03 | Merge branch 'offline-mode-accounts' of git://github.com/NyaomiDEV/PolyMC ↵ | swirl | |
into feature/offline_mode | |||
2022-02-03 | Merge branch 'feature/download_mods' of git://github.com/timoreo22/PolyMC ↵ | swirl | |
into feature/download_mods | |||
2022-02-03 | Merge branch 'develop' into feature/close_after_launch | swirl | |
2022-02-03 | make closeAfterLaunch good | swirl | |
2022-02-02 | Merge remote-tracking branch 'upstream/develop' into develop | swirl | |
2022-01-31 | Update to Modrinth API V2 | timoreo | |
2022-01-30 | Merge pull request #4300 from Ghosty141/feature/screenshot_copy | Petr Mrázek | |
GH-4044 Implemented copy screenshots to the clipboard | |||
2022-01-30 | Lock offline mode support behind insertion of at least one Minecraft account | bexnoss | |
Co-Authored-By: Naomi Calabretta <tony0000.ac@gmail.com> | |||
2022-01-30 | Add offline mode support | bexnoss | |
2022-01-29 | Close after Launch setting | swirl | |
2022-01-28 | Fix button being present in other pages | timoreo | |
2022-01-28 | Merge branch 'PolyMC:develop' into feature/download_mods | timoreo22 | |
2022-01-27 | Fix icons changing when exiting the settings window | Joshua Goins | |
2022-01-26 | Merge pull request #67 from PolyMC/feature/no_paste_ee | swirl | |
Full replacement of paste.ee | |||
2022-01-26 | Validate Pastebin URL with regex | Lenny McLennington | |
2022-01-24 | Changed modrinth author data to not be a list | timoreo | |
2022-01-24 | Fixed spacing | timoreo | |
2022-01-19 | Reduce spaghettiness | timoreo | |
2022-01-19 | PasteUpload task changed to use 0x0.st's protocol | Lenny McLennington | |
- Modified PasteUpload task to upload the log file to 0x0.st and other services with the same protocol. - Modified Paste settings UI to allow the user to select a custom paste URL, simplified the settings page code. | |||
2022-01-18 | Various fixes | timoreo | |
2022-01-17 | Revert "Merge pull request #50 from bexnoss/offline-mode" | Lenny McLennington | |
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2. | |||
2022-01-16 | Default to colored icons, update copyright | swirl | |
Closes: #74 | |||
2022-01-16 | Added curseforge selection | timoreo | |
2022-01-15 | Added smart file selection | timoreo | |
This might fail in a few special cases | |||
2022-01-15 | Added a no version message | timoreo | |
2022-01-15 | Filtering per mod loader & mc version | timoreo | |
2022-01-14 | pastebin URL app setting | swirl | |
2022-01-14 | preliminary stuff for paste.ee removal | swirl | |
2022-01-14 | Removing copyrights | timoreo | |
2022-01-14 | Fixed icons | timoreo | |
Also having a mod loader is now enforced | |||
2022-01-14 | Reword offline mode disclaimer | bexnoss | |
2022-01-14 | Added the downloading of the mods | timoreo | |
2022-01-14 | Added modrinth icon | timoreo | |
2022-01-14 | Start of mod downloading | timoreo | |
2022-01-14 | Add offline mode disclaimer | bexnoss | |
2022-01-12 | Add offline mode UI | bexnoss | |
2022-01-10 | More rebranding | swirl | |
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC. | |||
2021-12-31 | Merge remote-tracking branch 'upstream/develop' into upstream_update | dada513 | |
2021-12-31 | NOISSUE fix build and change how NetJob is used | Petr Mrázek | |
Feed it network upfront... | |||
2021-12-29 | GH-4299 Fix screenshot upload | Janrupf | |
2021-12-29 | Completely remove Google Analytics library | swirl | |