Skip to content

Releases: Quedow/Projects

Skuld

15 Nov 21:53
ed8b5f9

Choose a tag to compare

2602.1.4.0 (beta)

  • You can now skip routine occurrences
  • Enhanced heatmap calendar logic
  • Added habits to the heatmap calendar
  • Easter event: 3 new exclusive items

2602.1.3.1

  • Activity heatmap calendar: add border to selected day

2602.1.3.0

  • New feature: activity heatmap calendar
  • Earn a box every: 3 -> 1 level
  • Task due date now updates to the completion date
  • Minor UI fixes

2512.1.2.1

  • Add a routine counter
  • Fix possibility to have less than 0 credits
  • Fix done routine still appear in daily quests penalty text

2512.1.1.2

  • Fix routine data in daily quests dialog
  • Earn a box every: 5 -> 3 levels

2512.1.1.1

  • Rework item prices
  • Implement event items
  • 3 new items
  • Some little improvements

2511.1.0.2

  • Rework shop
  • Implement skins
  • Adjust rewards

Skuld

20 Oct 17:41

Choose a tag to compare

2508.0.12.1-alpha

  • Fix extra xp on old saves

2508.0.12.0-alpha

  • Notification
  • Language support
  • Gameplay and shop

🚨 Important Update Notice

This version of the application will be installed in addition to the existing version. Don't forget to make a backup before deleting the old version. This type of change will not happen again in the future. We sincerely apologize for the inconvenience.

2506.0.10.2-alpha

  • Fix tasks not sorted by due date

2506.0.10.1-alpha

  • Fix potential bad player id

2506.0.10.0-alpha

  • Database migration
  • Add data import/export feature

🚨 Important Update Notice

This new version is not compatible with previous versions due to a change in the signing key. To install this update, you must first uninstall the previous version. Unfortunately, this means all data from the old version will be lost unless you take action before updating.

🙏 We sincerely apologize for the inconvenience

If you’d like to preserve your data, please manually create a backup file in JSON format following the structure below. You can then import this file into the new version of the app after installation.

{
  "player": {
    "id": 1,
    "level": 0,
    "hp": 90,
    "xp": 42,
    "credits": 27
  },
  "tasks": [
    {
      "id": 2,
      "title": "Example Task",
      "description": "Task description",
      "dueDateTime": 1751042820000,
      "priority": 1,
      "isDone": true,
      "isReclaimed": true
    }
  ],
  "habits": [
    {
      "id": 1,
      "title": "Example Habit",
      "description": "",
      "isGood": false,
      "lastDateTime": 1748969189000,
      "counter": 4
    }
  ],
  "routines": [
    {
      "id": 1,
      "title": "Example Routine",
      "description": "",
      "frequency": 1,
      "period": "w",
      "days": [1, 3, 5],
      "dueDateTime": 1749243120000,
      "lastDueDateTime": 1749070320000,
      "isDone": false
    }
  ],
  "note": "Your optional note here"
}

📌 Notes

  • Dates need to be in timestamp in milliseconds (in local time), you can use this online tool: Epoch & Unix Timestamp Conversion Tools
  • In routines:
    • days uses numbers from 1 (Monday) to 7 (Sunday) to represent days of the week.
    • period can be:
"d" for daily
"w" for weekly
"m" for monthly
"y" for yearly

Skuld

20 Oct 17:36

Choose a tag to compare

2503.0.9.1

  • Fix first player retrieve

2503.0.9.0

  • Quest reward animation

2502.0.8.2

  • Possibility to disable game elements

2502.0.8.1

  • Add date on habit last activity

2502.0.8.0-alpha

  • Add daily quests board

0.7.3.0125-alpha

  • Add game player statistics logic

(No problem to pass from v0.6.3.1224 to v0.7.3.0125-alpha or above. Not recommended to pass from v0.7.3.0125-alpha or above to v0.6.3.1224)