Skip to content
Merged
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 habitica/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: '3.7'

services:
Expand All @@ -7,7 +7,7 @@
APP_PORT: 3000

server:
image: awinterstein/habitica-server:5.45.0@sha256:134a157f07dabf6ae52cfcf1c9711dd3b88936c4be2673325d1ab35d81e10fce
image: awinterstein/habitica-server:5.46.0@sha256:42a8ce66c4493fa78f1a43e80bcba4aeea6e01885d930898e68e60214fd7d6c5
restart: on-failure
depends_on:
- mongo
Expand Down
10 changes: 3 additions & 7 deletions habitica/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: habitica
name: Habitica
tagline: An RPG for your life
category: files
version: "5.45.0"
version: "5.46.0"
port: 3944
description: >-
Habitica is a productivity app that blends task management with elements of role-playing games to create an engaging and motivating experience. By turning everyday tasks and goals into quests, users are encouraged to complete them in exchange for rewards like experience points, gold, and in-game items. Habitica allows users to set up various types of tasks, such as daily habits, to-do lists, and long-term goals. As users complete tasks, they level up their avatars, unlock new features, and earn rewards, which can include customization options for their characters or even virtual pets.
Expand All @@ -27,12 +27,8 @@ gallery:
- 5.jpg
- 6.jpg
releaseNotes: >-
This update includes bug fixes and performance improvements:
- Improved connectivity and shutdown handling for better overall performance
- Fixed task count totals when using filters on the task column
- Fixed class gear bonus not showing correctly in stat breakdown on user profiles
- Fixed broken image appearing on user profiles when no background is equipped
- Fixed a link to the admin panel for admin users
This update adds new seasonal content:
- Added gear, backgrounds, and other content for March-May 2026


For full release notes, visit https://github.com/HabitRPG/habitica/releases
Expand Down