Releases: muddxyii/Job2Event
Releases · muddxyii/Job2Event
Job2Event v1.4.0
Changes
- Refresh UI with muted sage theme and skeleton loading state
Release Management
- Switch to Swatinem/rust-cache for smarter CI caching
- Version: v1.4.0
For detailed changes, see the full changelog
Job2Event v1.3.0
Changes
- Fix clippy warnings and apply cargo fmt
- Moved constants to own file for maintainability
- Bump all dependencies to latest; add tests; upgrade to Rust 2024 edition
Release Management
- Replace CI with Windows release workflow on tag push
- Version: v1.3.0
For detailed changes, see the full changelog
Job2Event v1.2.3
Bug Fix
Updated Excel Date Import Format
- Fixed date format import from Excel serial numbers (e.g. 45495 -> 7/22/2024)
- Now supports multiple date input formats including string numbers and native Excel dates
Technical Updates
- Updated dependencies
- tokio: 1.41.1 → 1.42.0
- sysinfo: 0.32.1 → 0.33.0
- Added new dependencies
- chrono: 0.4.39
Full Changelog: v1.2.2...v1.2.3
Job2Event v1.2.2
Changes in v1.2.2
Functionality Updates
- Fixed calendar tab behavior: Now redirects to Google Calendar in same tab
- Improved application exit handling when calendar link is clicked
Bug Fixes
- Fixed window closing sequence after calendar event creation
- Resolved timing issues with application exit
Technical Improvements
- Implemented proper async handling for exit requests
Full Changelog: v1.2.1...v1.2.2
Job2Event v1.2.1
Major Changes
- Added web-based editor interface with live preview
- Migrated from direct calendar URL opening to interactive editor
Features
- Live preview of event details
- Excel data auto-population
- Time auto-rounding to nearest 30 minutes
- Multiple instance handling
- Google Calendar integration button
Technical Updates
- Updated dependencies
- calamine: 0.25.0 → 0.26.1
- webbrowser: 1.0.2 → 1.0.3
- Added new dependencies
- actix-web: 4.9.0
- actix-files: 0.6.6
- serde: 1.0.215
- tokio: 1.41.1
- sysinfo: 0.32.1
Full Changelog: v1.1.0...v1.2.1
v1.1.0 Release
What's Changed
- Updated
calamineto v0.25.0 - Updated
chronoto v0.4.38 - Updated
webbrowserto v1.0.2 - Restructured project: removed the old Python codebase entirely
v1.0.6 Release
- Event now correctly increments 30 minutes.
v1.0.5 Release
- Calendar event is no longer recurring by default.
- Calendar event is set to be 30 minutes by default.
v1.0.3
- The address now properly populates
v1.0.2
- ported to rust for increased speed