Skip to content

Releases: MaddyGuthridge/Minifolio

v1.0.5 - Usability improvements

04 Feb 09:59
f364e37
Compare
Choose a tag to compare

✨ NEW ✨

  • Added an option to run a git fetch on the data repo
  • Added button to copy current Git commit hash

✏️ CHANGED ✏️

  • A progress indicator is shown for long-running (ie git) operations

🔧 FIXED 🔧

  • The UI correctly updates after Git operations
  • Less-common colors should now be named correctly
  • Chips and cards now align their content a little more nicely

v1.0.4 - Bug Fixes

04 Feb 06:27
37c0c60
Compare
Choose a tag to compare

🔧 FIXED 🔧

  • Resolve a bug where nested items couldn't be created properly.

v1.0.3 - Resolve git issues

04 Feb 06:12
d7b550e
Compare
Choose a tag to compare

🔧 Fixed 🔧

  • Fix bug where git operations were blocked due to a "data is not set up" error

v1.0.2 - Fix migration issues

03 Feb 14:26
b7f1f42
Compare
Choose a tag to compare

🔧 FIXED 🔧

  • Fixed an issue where I forgot to add migration functions for v1.0.0
  • This is what happens when I'm eepy

v1.0.1 - Fix import issues

03 Feb 14:16
b5719cd
Compare
Choose a tag to compare

🔧 FIXED 🔧

  • Fixed an issue where @atlaskit/pragmatic-drag-and-drop could not be imported during production

v1.0.0 - Design overhaul

03 Feb 13:50
6508058
Compare
Choose a tag to compare

✨ NEW ✨

  • Items can now be infinitely nested
  • Major UI overhaul, making everything look much much prettier
  • Docker Hub is now available as a package provider
  • Page info has been refactored to allow for custom ordering of sections
  • You can now use rel="me" site validation

✏️ CHANGED ✏️

  • The migration code is far more reliable, as it migrates private and public data separately
  • A lot of front-end data validation was added (although there is still much more to do)
  • The client now console.logs a cute little "Hello world" when it is loaded

🔧 FIXED 🔧

  • Custom site icons now work correctly
  • Git commits should work in docker due to adding git configuration to the admin panel

⚙️ TECHNICAL CHANGES ⚙️

  • Now requires Node v22
  • Migrations have been removed for versions < 0.6.1

v0.6.6 - Security fixes

23 Jan 03:14
b9a0e4c
Compare
Choose a tag to compare

🛡️ SECURITY 🛡️

  • Update Vite

v0.6.5 - Security Fixes

27 Dec 02:31
d5fb9b1
Compare
Choose a tag to compare

🛡️ SECURITY 🛡️

  • Update nanoid
  • Update @sveltejs/kit

v0.6.4 - Security Fixes

30 Nov 10:39
40bfa04
Compare
Choose a tag to compare

🛡️ SECURITY 🛡️

  • Update SvelteKit to v2.9.0 to resolve security vulnerability

v0.6.3 - Fix hydration issues

16 Nov 14:35
02b9e32
Compare
Choose a tag to compare

🔧 FIXED 🔧