Releases: MaddyGuthridge/Minifolio
Releases · MaddyGuthridge/Minifolio
v1.0.5 - Usability improvements
✨ 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
🔧 FIXED 🔧
- Resolve a bug where nested items couldn't be created properly.
v1.0.3 - Resolve git issues
🔧 Fixed 🔧
- Fix bug where git operations were blocked due to a "data is not set up" error
v1.0.2 - Fix migration issues
🔧 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
🔧 FIXED 🔧
- Fixed an issue where
@atlaskit/pragmatic-drag-and-drop
could not be imported during production
v1.0.0 - Design overhaul
✨ 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.log
s 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
🛡️ SECURITY 🛡️
- Update Vite
v0.6.5 - Security Fixes
🛡️ SECURITY 🛡️
- Update
nanoid
- Update
@sveltejs/kit
v0.6.4 - Security Fixes
🛡️ SECURITY 🛡️
- Update SvelteKit to v2.9.0 to resolve security vulnerability
v0.6.3 - Fix hydration issues
🔧 FIXED 🔧
- Fix a front-end crash during hydration due to nested
<a>
elements (sveltejs/kit#11057)