Cuuri v0.1.1
Release Notes: Cuuri Version 0.1.1
New Features and Improvements
Added Dependabot Configuration
- Introduced a new
.github/dependabot.yml
file to automate the weekly update of npm packages and Cargo dependencies. This enhancement ensures that dependencies remain up-to-date, improving security and stability.
Continuous Integration (CI) Enhancements
- Renamed the workflow file to
publish-to-auto-release.yml
and added support for automatic releases on the release branch. - Enhanced the test build workflow to automatically run on pull request events.
Documentation Updates
- Updated
README.md
to provide clear installation and build instructions for Cuuri.
Dependency Updates
JavaScript Dependencies
- Updated
marked
from14.1.3
to15.0.3
. - Updated
uuid
from11.0.2
to11.0.3
. - Updated
vue
from3.3.4
to3.5.13
. - Updated
@tauri-apps/api
from2.0.3
to2.1.1
. - Updated
@tauri-apps/cli
from2.0.4
to2.1.0
. - Updated
@vitejs/plugin-vue
from5.0.5
to5.2.1
. - Updated
typescript
from5.2.2
to5.6.2
. - Updated
vite
from5.3.1
to5.4.11
. - Updated
vue-tsc
from2.0.22
to2.0.29
.
Rust Dependencies
- Updated
thiserror
to1.0.65
and2.0.3
. - Updated
syn
from2.0.85
to2.0.87
. - Updated
rustls
from0.23.16
to0.23.19
. - Updated
serde
from1.0.214
to1.0.215
. - Updated
serde_json
from1.0.132
to1.0.133
. - Updated
tokio
from1.41.0
to1.41.1
. - Updated
diesel
from2.2.4
to2.2.5
.
Other Fixes and Changes
Icon Updates
- Refreshed application icons across all supported platforms, enhancing the visual aesthetics of the app.
This release improves the stability and maintainability of Cuuri. We welcome and appreciate your feedback as we continue to improve our application.