François-Xavier Talbot
79013c21c2
feat(app): handle rate limits ( #6790 )
...
* feat(app): handle rate limits + governor rate limits
* feat(app): add hysteresis to rate limiter
* fix(ci): make sure sccache directory exists if mount fail
* fix(ci): also apply sccache mount fix to daedalus-docker
* fix(ci): sudo
2026-07-21 11:33:01 -07:00
Calum H.
df653d3e43
fix: 26.1+ hardcore not being detected ( #6744 )
...
* fix: hardcore data schema changed in 26.1
* fix: lint
2026-07-16 18:32:20 +00:00
Calum H.
cb154e205b
fix: ignore notfound errors ( #6736 )
...
fix: wait for db change
2026-07-15 18:32:16 +00:00
Calum H.
905204cc5f
feat: malware warning modal changes ( #6721 )
...
* feat: improved warning modals
* fix: qa
* feat: install to play and update to play changes
* fix: dont warn for server projects as already reviewed
* fix: lint
2026-07-14 20:47:10 +00:00
1884912126
feat: rename shader config file on version change ( #5636 )
...
* feat: rename shader settings sidecar file on version switch
* fix: cleanup
---------
Co-authored-by: Calum H. <calum@modrinth.com >
Co-authored-by: Calum H. (IMB11) <contact@cal.engineer >
2026-07-14 09:58:07 +00:00
Prospector
af8daca059
fix: make search revalidate & change cache to be 10 minutes ( #6682 )
...
* fix: make search revalidate & change cache to be 10 minutes
* prepr
2026-07-10 16:58:45 +00:00
Calum H.
c07727aa49
feat: install flow improvements ( #6669 )
...
* feat: better error handling + copy details btn for info
* refactor: clean up error handling into diagnostics
* feat: extra info for failure states + queuing properly
* fix: cleanup
* fix: lint
* fix: fmt
* fix: cleanup
* fix: cleanup
* fix: lint
* feat: use bon builder
2026-07-10 11:54:56 +00:00
aecsocket
57a977f7f3
feat: use v1 version manifest for Quilt ( #6650 )
...
* wip: app-side logic
* lints
* fmt
* fmt
* Split Daedalus changes out of frontend branch
* Remove Daedalus changes from frontend branch
2026-07-10 11:17:41 +00:00
Prospector
79cc5fef72
feat: exclude project types filter ( #6660 )
...
* feat: exclude project types filter
* fix merge issue
2026-07-08 14:30:47 +00:00
Truman Gao
ddefc28ca6
fix: instance edits not emitting edit event to reload state ( #6658 )
2026-07-08 09:16:32 +00:00
Calum H.
7e5590b8b9
fix: improve observability during fetch failure ( #6555 )
...
* fix: improve observability during fetch failure
+ remove analytics log spam
* fix: rev comments
2026-07-01 15:58:20 +00:00
Calum H.
0fe695721a
fix: try fix app freezing on instance page load ( #6562 )
...
* fix: app freezing fix
* fix: fmt
2026-06-30 01:55:55 +02:00
Calum H.
ed7792097d
fix: better handling of larger instances for ExportModal ( #6559 )
2026-06-30 00:51:25 +02:00
Calum H.
91bc58b8ee
fix: cleanup stale db entry on rename instance file ( #6549 )
...
fix: race on renaming instance file
2026-06-29 17:36:46 +00:00
Calum H.
288c1fb970
fix: reduce ping timeout in app to 5 sec not 30 sec ( #6545 )
...
* fix: reduce ping timeout in app to 5 sec not 30 sec
* feat: readd comment
2026-06-29 14:38:51 +00:00
Calum H.
f6e6ac28d4
fix: change fs watcher to rely more on instance ids than path ( #6547 )
...
* fix: change fs watcher to rely more on instance ids than path
* fix: fmt
2026-06-29 14:38:44 +00:00
Calum H.
b59f327b04
feat: add chaos cubed skins ( #6463 )
2026-06-29 12:18:15 +00:00
Calum H.
cee25fdbbc
fix: unlinking local mrpack does not show content afterwards ( #6541 )
2026-06-29 11:58:43 +00:00
Calum H.
1067b02830
fix: logs using id not path ( #6511 )
...
* fix: logs using id not path
* fix: lint
2026-06-26 17:50:26 +02:00
Calum H.
ebf4a6ef5f
fix: bulk update updating linked content ( #6517 )
...
* fix: bulk update updating linked content
* fix: disabled content sometimes desyncing
* fix: bad filter
* fix: fmt
2026-06-26 17:50:15 +02:00
Calum H.
e4376c2b15
fix: clamp negative playtime ( #6519 )
...
* fix: clamp negative playtime
* fix: remove triggers use instant
2026-06-26 17:50:03 +02:00
734720e11e
feat: instances v2 ( #6431 )
...
* feat: base of instances v2
* feat: use old profiles with compat layer
* prototype: instances v2
* fix: install_from using profile
* fix: skins migration fix
* fix: frontend still using profile path
* fix: add update proj multiselect guard
* fix: cargo fmt
* fix: content missing fields
* feat: break up app-lib/api/instance.rs
* fix: check_content_updates mismatch
* fix: updater modal cleanup w/new structure
* feat: better update all handling
* fix: remove preview_update_all
* fix: feedback on bulk update + lint
* fix: rem transitions
* fix: change to jsonb
* feat: app db backup after update
* fix: lint
* fix: sqlx prepare + use sqlx macros
* fix: lint
* fix: bugs
* feat: defuck the installing process up
* fix: bug of hell
* fix: shear
* fix: fmt
* fix: install progress spacing + change mc/content/overrides to bytes
* fix: lint
* fix: prepr
* fix: navtabs anim not working in app
* fix: worlds.vue improvements + browse page fixes
* feat: optimise queries + adapter fns
* fix: lint
* fix: lint
* feat: shared modrinth-content-management crate (#6469 )
* feat: disable warnings setting
* feat: add instances shortcuts (#6329 )
* Add modrinth://launch deep link to start a profile
Support external profile launching via modrinth://launch/{profile_path} for integrations such as Stream Deck.
* Change route to /launch/profile/{id} for future extensibility
* fix: ensure profile path is url decoded
* fix: URL-decode profile path from deep link
* fix: use urlencoding crate for URL decoding
* feat: implement app instance shortcuts
* feat: change windows shortcut creation to use windows api instead
* feat: implement creating a shortcut launching world/server
* format
* fmt
* fix multiline inline tables
* pnpm prepr
* feat: move create shortcut to last item
* refactor: split up shortcuts.rs for individual platforms
* refactor: turn profile launch url into url type
* use string literal and add safety comment
* pt2
* refactor: rename anything that's profile into instance
* update mac shortcut
---------
Co-authored-by: DJCheesusReal <134006619+DJCheesusReal@users.noreply.github.com >
---------
Co-authored-by: Truman Gao <106889354+tdgao@users.noreply.github.com >
Co-authored-by: DJCheesusReal <134006619+DJCheesusReal@users.noreply.github.com >
2026-06-25 21:19:29 +00:00
Calum H.
d2b85c9f8e
fix: pre-migration for skins drag and drop change ( #6402 )
2026-06-19 14:16:51 +00:00
coolbot and Gravy Boat
01fd18d550
Fix: update modpack export filter ( #6359 )
...
* Update Modpack export filters
* fix: move file export filtering from vue to rust
* chore: remove unused import
---------
Co-authored-by: Gravy Boat <gravy@thatgravyboat.tech >
2026-06-16 18:51:45 +00:00
François-Xavier Talbot
3aaa2ef071
feat(app-backend): key circuit breaker by URI path pattern ( #6383 )
...
* feat(app-lib): split `FetchFence` on base URI path
* chore: fmt
* fix(app-lib): fix test timing
2026-06-16 18:49:06 +00:00
Calum H.
dfba212be4
fix: update checking version match reliability ( #6411 )
2026-06-16 18:45:31 +00:00
Truman Gao and Calum H.
c1780eef7d
feat: drag and drop skins to reorder ( #6357 )
...
* feat: drag and drop skins to reorder
* feat: implement drag to reorder skins
* fix: ci
* remove: backend implementation
* regenerate sqlx
* fix: remove v-if selectable
* feat: remove drag handle
* refactor: pnpm prepr
* cargo fmt
* fix: dragging disable hover, wrong evt for edit skin + remove back of skin hover
---------
Co-authored-by: Calum H. (IMB11) <contact@cal.engineer >
2026-06-11 12:22:38 +00:00
Calum H.
180cef6eaa
fix(skins): better offline handling ( #6344 )
2026-06-10 13:28:10 +00:00
aecsocket
bc5a761312
Add analytics meta for downloading dependent projects ( #6318 )
...
* Send dependent mod info to backend
* Parse meta from query
* condense dependent_on and modpack
* Analytics dependents response
2026-06-09 15:47:52 +00:00
Calum H.
9404d46782
feat: release channels instance setting ( #6252 )
...
* feat: rough release channels impl draft
* feat: move to bottom + lint
* fix: invalidate content queries on channel change
* fix: change to chips
* fix: lint
* fix: copy
2026-06-08 17:10:59 +00:00
Calum H.
3c051f5b1d
feat: add notifs onto friends ws temporarily ( #6290 )
...
* feat: add notifs onto friends ws temporarily
* fix: lint + styling
* fix: regressions
2026-06-02 19:47:37 +00:00
Calum H.
cfe45b368c
fix: memory issues when importing giant mrpack files ( #6278 )
...
* feat: dont load mrpacks into memory if they are local imports
* fix: frontend
2026-06-02 12:59:41 +00:00
Prospector
1550dfb3f0
feat: add toggle for showing play time ( #6240 )
...
* feat: add toggle for showing play time
* prepr
2026-06-01 15:52:01 +00:00
Calum H.
325926ad9b
feat: pride 2026 frontend ( #6205 )
...
* feat: pride 2026 banner app sidebar
* feat: use ProgressBar component
* feat: pride skins
* feat: pride skins
* feat: blog post
* fix: blogpost
* fix: pride skin condition
* fix: types
* fix: show logic
* fix: qa
* fix: lint
* fix: unused var
2026-05-31 16:43:41 +00:00
Calum H.
cf1d948030
fix: desync on flush ( #6223 )
2026-05-27 23:22:09 +00:00
Calum H.
84b91f32f8
fix: skins QA problems + flow change ( #6216 )
...
* fix: skins backend bugs + apply flow
* fix: caching structure
* feat: collapse already duplicated skins + fix moj api spam
* fix: doc
* fix: flatten migrations
* feat: remove default cape/cape override concept
* fix: fmt + lint
* feat: remove SelectCapeModal for inline cape list
* feat: qa
* feat: virtualisation of skins sections + fix texture/model cache
* fix: lint
* fix: virt bugs + renderer fixes
* fix: qa bugs
* fix: doc
* fix: re-add click impulse anim from prototypes + re-add interact anim length cap
* fix: regressions
* devex: split up SkinPreviewrenderer
* fix: lint
* fix: introduce dynamic mode in virtual-scroll.ts
* feat: qa
* fix: nametag bug + remove minecon skin pack suffix
* feat: pain (literally)
* feat: user agent on moj reqs
* feat: impl per account flush queue for operations
* fix: breadcrumb
* chore: i18n pass
* fix: lint + prep + check
* fix: misalignments
2026-05-27 22:22:24 +00:00
Prospector
e12230ff59
feat: update default memory from 2GB to 4GB ( #6172 )
...
* feat: update default memory from 2GB to 4GB
* prepr
2026-05-23 21:26:51 -07:00
Calum H.
8b17441f40
feat: compact logs if they have logspam to prevent app crashing ( #6181 )
...
* feat: compact logs if they have logspam to prevent app crashing
* fix: lint
2026-05-23 18:22:15 +00:00
Calum H.
d077d44540
fix: content tab uniqueness regression ( #6156 )
...
* fix: content tab uniqueness regression
Closes : #6154
* fix: further regressions
* fix: lint
* fix: lint
2026-05-21 22:03:35 +00:00
Calum H.
c3fe7b4232
feat: content management changes ( #6104 )
...
* feat: change modpack updating flow
* fix: pending install state loss
* fix: mods.vue perf problems
* chore: todo doc
* draft: try preload/fix suspense
* fix: lint
2026-05-20 17:07:35 +00:00
Prospector
882b01c7c9
fix: app restarting after the user closes when there's a pending update ( #6074 )
...
* fix: app restarting after the user closes when there's a pending update
* add logging and fix tauri variable
* use state
* use atomicbool
2026-05-12 19:01:12 +00:00
Prospector
3083dcd932
fix: app caching invalid values before checking if they are valid ( #6077 )
...
* fix: app caching invalid values before checking if they are valid
* prepr
2026-05-12 17:40:29 +00:00
Prospector
6d3fdb680c
fix: app loading speed ( #6070 )
2026-05-11 13:12:44 -07:00
7e769c720b
Hide dotfiles from instance content scanning ( #5999 )
...
* Hide dotfiles from instance content scanning
Prevent hidden files such as .DS_Store from being treated as valid instance content.
This updates the profile scanning logic in [packages/app-lib/src/state/profiles.rs](/Users/froggy/Downloads/code-main/packages/app-lib/src/state/profiles.rs#L420) to ignore basenames that start with '.', and applies that filter consistently in both scan paths.
Signed-off-by: Corsican Frog <49497194+acorsicanfrog@users.noreply.github.com >
* Whitelist scannable instance content files
Only scan supported content archives into instance content.
Accept .jar files for mods and .zip files for datapacks, resourcepacks, and shaderpacks, after trimming the .disabled suffix.
This prevents .DS_Store and other unsupported files from appearing in the Content tab.
Signed-off-by: Corsican Frog <49497194+acorsicanfrog@users.noreply.github.com >
* Fmt
---------
Signed-off-by: Corsican Frog <49497194+acorsicanfrog@users.noreply.github.com >
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
Co-authored-by: François-X. T. <fetch@ferrous.ch >
2026-05-09 21:38:23 +00:00
aecsocket
e8dc3c3150
Add update download reason to analytics ( #6023 )
...
* Add download reason to analytics
* mark modpack updates as actual updates in analytics
* fmt
2026-05-07 13:07:20 +00:00
Prospector
beff44767e
fix: duplicate files ending up as overrides in mrpack export ( #6015 )
...
* fix: duplicate files ending up as overrides in mrpack export
* fmt
2026-05-06 22:00:11 +00:00
Michael H. and aecsocket
5b59e39a8a
chore: improve actions performance and security practices ( #5970 )
...
* chore: bump actions and pin versions
* build: switch to blacksmith
* fix: use rust-toolchain stable
* build: improve pnpm store caching
* chore: remove emoji from workflows
* fix: run prepare job on blacksmith
* chore: kebab case id
* build: add concurrency groups to limit duplicate jobs
* build: switch around node setup and pnpm setup task
* chore: bump to nodejs 24, fix pnpm caching
* fix: enable corepack
* fix: concurrency deadlock in frontend preview
* fix: approve build scripts
* fix: just don't cancel concurrent previews
* build: remove pnpm setup action everywhere
* build: cache apt packages
* build: yet another attempt at fixing concurrency
* build: lower runner type for frontend deploy
* fix: eslint not existing
* build: add sccache to turbo-ci
* fix: correct nextest pkg
* fix: turbo ignoring sccache
* revert me: test labrinth tests
* Revert "revert me: test labrinth tests"
This reverts commit def5cc19183d5c0fe3b6f3c03635d73bb59bd312.
* build: compile app before docker build
* build: lower runner types
* build: remove docker inline caching
* build: try mold on labrinth
* build: tweak labrinth prod build profile
* fix: app windows builds and caching
* fix: tombi format cargo.toml
* fix: swap ping test to cubecraft to avoid CI flakiness
* typos fix
---------
Co-authored-by: aecsocket <aecsocket@tutanota.com >
2026-05-03 14:18:31 +02:00
Prospector and aecsocket
be618d96f4
fix: 404 when returning to collections dashboard ( #5963 )
...
* fix 404 when returning to collections dashboard, fix a couple hydration
issues
* fix clippy
* fmt
* fix hydration issue on revenue page
* fix transfer history page error
---------
Co-authored-by: aecsocket <aecsocket@tutanota.com >
2026-05-02 16:33:19 +00:00
aecsocket
1875b89556
Have app send download analytics meta ( #5954 )
...
* wip: add download reasons to app
* update how download meta is gathered
* cargo fmt
* prepr frontend
2026-04-30 19:55:47 +00:00
Prospector
dfb6814095
feat: add unknown .mrpack install warning modal ( #5942 )
...
* Update modpack button copy
* Change outlined button style for standard buttons
* add unknown pack warning modal
* implementation
* Redo download toasts
* prepr
* improve hit area of window controls
* implement "don't show again"
* prepr
* duplicate modal ref declarations
* increase spacing of progress items
* address truman review
2026-04-29 16:53:10 +00:00