Skip to content

Releases: muddxyii/Job2Event

Job2Event v1.4.0

05 Apr 07:07

Choose a tag to compare

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

05 Apr 06:35

Choose a tag to compare

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

09 Dec 19:31

Choose a tag to compare

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

09 Dec 08:20

Choose a tag to compare

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

02 Dec 20:06

Choose a tag to compare

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

19 Sep 19:50

Choose a tag to compare

What's Changed

  • Updated calamine to v0.25.0
  • Updated chrono to v0.4.38
  • Updated webbrowser to v1.0.2
  • Restructured project: removed the old Python codebase entirely

v1.0.6 Release

23 Jul 21:21

Choose a tag to compare

  • Event now correctly increments 30 minutes.

v1.0.5 Release

22 Jul 22:54

Choose a tag to compare

  • Calendar event is no longer recurring by default.
  • Calendar event is set to be 30 minutes by default.

v1.0.3

09 May 18:24

Choose a tag to compare

  • The address now properly populates

v1.0.2

09 May 18:04

Choose a tag to compare

  • ported to rust for increased speed