Version v0.1.88¶
This release enhances the development environment setup and introduces a multi-stage Dockerfile to streamline building and running the application with improved platform support.
New Features¶
- Added a multi-stage Dockerfile that uses official pixi and uv images, includes Ubuntu 24.04 runtime, and supports building and serving the app via Docker. Also updated .dockerignore and pyproject.toml for better Docker integration and Apple Silicon support (dc4f13) (Eric Ma)
- Introduced a
.cursor/environment.jsonfile to configure the development environment, enabling consistent setup for contributors using Docker (a17d25) (Eric Ma)
Bug Fixes¶
- None
Deprecations¶
- None