Skip to content

release: 🚀 v2.0.0 TearJerker - #44

Merged
LyCecilion merged 26 commits into
mainfrom
release/v2.0.0
Aug 5, 2026
Merged

release: 🚀 v2.0.0 TearJerker#44
LyCecilion merged 26 commits into
mainfrom
release/v2.0.0

Conversation

@LyCecilion

Copy link
Copy Markdown
Owner

v2.0.0 - TearJerker

Release branch cut from develop after the release-plz version PR (#29) merged.

  • Breaking: deprecated game challenge start/stop/status/renew flat subcommands removed → game challenge instance <action>
  • Added: interactive-mode figlet + lolcat-style startup banner (pure Rust); Windows PE resource header (icon/name/company/copyright)
  • Codename TearJerker registered for the 2.0.x line (release.rs, dist-workspace.toml)
  • CHANGELOG section written by hand (house style)

Checks passed locally: cargo test (79), fmt, clippy -D warnings, deny licenses.

LyCecilion and others added 26 commits August 4, 2026 00:05
Embed a PE resource section into Windows builds via the winresource build dependency: version info (FileVersion/ProductVersion auto-derived from Cargo.toml; CompanyName "Project Hazelita", FileDescription "CLI client for Ret2Shell CTF Platform", Comments "YUME∞MITA" via [package.metadata.winresource]) and the application icon.

Add assets/icon.ico (converted from assets/icon.png, sizes 256/128/64/48/32/16); the set_icon path resolves relative to the package root through the resource compiler's -I//I CARGO_MANIFEST_DIR include.

Keep the version-info language neutral (default 0) so i18n can be added later without reworking the resource.

Check CARGO_CFG_TARGET_OS at build-script runtime instead of cfg!(target_os), so resources are also embedded when cross-compiling from Linux/macOS; emit cargo:rerun-if-changed=assets/icon.ico so icon edits rebuild the resource.

Verified: cargo check, clippy --all-targets -- -D warnings, cargo fmt --all --check, 75 unit tests, cargo package ships both icon files.
embed Windows PE resources (version info + app icon)
add a kawaii figlet + lolcat rainbow banner in interactive mode
Clarify user config directory and add privacy and security documentations
fk qwen why think ret2cli is a repo of ret2shell
BREAKING CHANGE: switch to `game challenge instance <action>` now
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@LyCecilion
LyCecilion merged commit c5e09e6 into main Aug 5, 2026
6 checks passed
@LyCecilion
LyCecilion deleted the release/v2.0.0 branch August 5, 2026 09:58
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