Skip to content

Release v0.5.1: Embedded Windows icon and resource integration #72

Merged
umpire274 merged 1 commit intomainfrom
v0.5.1
Oct 28, 2025
Merged

Release v0.5.1: Embedded Windows icon and resource integration #72
umpire274 merged 1 commit intomainfrom
v0.5.1

Conversation

@umpire274
Copy link
Owner

Summary

This release introduces the new embedded Windows application icon for rFortune, improving platform integration and visual identity.

Changes

  • Added Windows application icon (res/rFortune.ico) embedded directly into the executable.
  • Implemented automatic resource compilation using the winres build dependency.
  • Introduced the res/ directory for storing graphical assets (SVG, PNG, ICO).
  • Updated build process to handle resource embedding during cargo build --release.

Notes

  • The .res file generated during build is temporary and not stored in the repository.
  • No functional or CLI changes; purely a visual/packaging enhancement.

Version

v0.5.1

### Added
- Embedded Windows application icon (`res/rFortune.ico`) directly into the executable using `winres`.
- Introduced new `res/` directory for graphical assets (SVG, PNG, ICO).

### Changed
- Build process updated to automatically compile and embed Windows resources during `cargo build --release`.

### Notes
- The `.res` file generated during build is temporary and not stored in the repository.
@umpire274 umpire274 merged commit c7af9ec into main Oct 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant