Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.5.0"
".": "2.6.0"
}
13 changes: 13 additions & 0 deletions apps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.6.0](https://github.com/marcusk-studio/hippolytus/compare/apps-v2.5.0...apps-v2.6.0) (2026-07-18)


### ✨ Features

* **app:** add "Your projects" view for accessible org & personal packs ([#81](https://github.com/marcusk-studio/hippolytus/issues/81)) ([d272c32](https://github.com/marcusk-studio/hippolytus/commit/d272c32d72f5e51d6bad24f4bda1b299aec67578))
* **app:** solo floss for the mascot, home-scene click flash, and loading-bar green fix ([#85](https://github.com/marcusk-studio/hippolytus/issues/85)) ([dff0231](https://github.com/marcusk-studio/hippolytus/commit/dff0231ca0595ab3e6425d317dfb04497370b7e4))


### πŸ› Bugfixes

* **app:** sign out Minecraft accounts with a revoked Microsoft token ([#83](https://github.com/marcusk-studio/hippolytus/issues/83)) ([14bb4ad](https://github.com/marcusk-studio/hippolytus/commit/14bb4ad57389133830723588f697cf512c7512df))

## [2.5.0](https://github.com/marcusk-studio/hippolytus/compare/apps-v2.4.0...apps-v2.5.0) (2026-07-16)


Expand Down
2 changes: 1 addition & 1 deletion apps/app/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
},
"productName": "MARCUSK Launcher",
"version": "2.5.0",
"version": "2.6.0",
"mainBinaryName": "MARCUSK Launcher",
"identifier": "MARCUSKLauncher",
"app": {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0
2.6.0
Loading