Skip to main content

0.8.1

· 2625 words
Downloads for 0.8.1

Excalibur 0.8.1 is a patch release which makes some UI changes to the app. There are no API changes to the server.

Updating to 0.8.1 is recommended but not required. Since the only change to the server is dependency versions, one can omit updating the server to 0.8.1 (i.e., keep it on 0.8.0).

App

🔄 Changes

  • 💄 Allow skipping of already present files when uploading

    • Previously, the only two options presented was to override the (single) file or not (which halts the entire upload)
    • Now we present 5 options:
      • Skip This File
      • Skip All Existing
      • Override This File
      • Override All Existing
      • Abort Upload
  • 💄 Changed the ordering of jobs within the jobs modal:

    • In-progress jobs are now shown first
    • Indeterminate jobs are shown next
    • Failed jobs are shown next
    • Completed jobs are shown last
  • 💄 Created a grid-view for the directory list

    • Only available for large screens (768px and above)

⬆️ Dependencies

  • ⬆️ Updated Capacitor dependencies (#189):

    • @capacitor/android from 8.5.0 to 8.5.1
    • @capacitor/core from 8.5.0 to 8.5.1
  • ⬆️ Updated React dependencies (#186):

    • react from 19.2.8 to 19.3.0
    • react-dom from 19.2.8 to 19.3.0
    • @types/react development dependency from 19.2.18 to 19.3.0
    • @types/react-dom development dependency from 19.2.3 to 19.3.0
  • ⬆️ Updated vite from 8.1.5 to 8.3.0

  • ⬆️ Updated baseline-browser-mapping development dependency from 2.11.19 to 2.11.21 (#188)

  • ⬆️ Updated vitest development dependency from 4.1.11 to 5.0.0

🧹 Miscellaneous

  • 🩹🧑‍💻 Fixed incorrect type annotations for ExplorerContext's presentAlert(), dismissAlert(), and presentSnackbar() functions
  • 🩹 Made vitest tests compliant with Vitest 5

Server

⬆️ Dependencies

  • ⬆️ Updated alembic from 1.19.1 to 1.19.2 (#185)
  • ⬆️ Updated gitpython from 3.1.59 to 3.1.62 (#183)
  • ⬆️ Updated pydantic from 2.13.4 to 2.13.5 (#181)
  • ⬆️ Updated sqlmodel from 0.0.39 to 0.0.42 (#182)
  • ⬆️ Updated ruff development dependency from 0.16.3 to 0.16.6 (#184)