Skip to main content

0.5.1

· 1340 words
Downloads for 0.5.1

Excalibur 0.5.1 includes minor changes to the app to improve the overall experience for users.

App

✨ New Features

  • 💄 Added directory item count to the file explorer page

🔄 Changes

  • 💄 Made the breadcrumbs on the top of the file explorer scrollable

🐛 Bug Fixes

  • 🐛 Fixed scrollbar appearing on the search dialog if the main window size is too small

⬆️ Dependencies

  • ⬆️ Updated Capacitor dependencies:

    • @capacitor/keyboard from 8.0.1 to 8.0.2
  • ⬆️ Updated Ionic dependencies:

    • @ionic/core from 8.8.1 to 8.8.2
    • @ionic/react from 8.8.1 to 8.8.2
    • @ionic/react-router from 8.8.1 to 8.8.2
  • ⬆️ Updated TailwindCSS dependencies:

    • tailwindcss from 4.2.1 to 4.2.2
    • @tailwindcss/vite from 4.2.1 to 4.2.2
  • ⬆️ Updated baseline-browser-mapping dependency from 2.10.7 to 2.10.11

  • ⬆️ Updated vitest development dependency from 4.1.0 to 4.1.2

Server

⬆️ Dependencies

  • ⬇️ Downgraded sqlalchemy from 2.0.48 to 2.0.44
  • ⬆️ Updated fastapi from 0.135.1 to 0.135.2
  • ⬆️ Updated ruff development dependency from 0.15.6 to 0.15.8

🧹 Miscellaneous

  • 🐛 Fixed an internal issue where running the alembic database revision creation command would fail
    • This is related to the downgrade of the SQLAlchemy version