Skip to content

Latest commit

 

History

History
146 lines (118 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

146 lines (118 loc) · 3.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.2] - 2025-02-09

Added

  • Add CHANGELOG.md
  • Add Cargo.toml to remote
  • Add vendored feature for openssl
  • Add indicator when update is available
  • Add update checking
  • Add custom descriptions to crates
  • Add github hyperlink

Changed

  • Update Changelog
  • Merge remote-tracking branch 'origin/master'
  • Update Changelog
  • Merge remote-tracking branch 'origin/master'
  • Update Changelog
  • Merge remote-tracking branch 'origin/master'
  • Actually remove openssl as a dependency
  • Update Changelog
  • Update dependencies
  • Update Changelog
  • Replace openssl with rustls to prevent build issues
  • Update release.yml
  • Update release.yml
  • Update release.yml
  • Update release.yml
  • Update release.yml
  • Update release.yml
  • Use cross for cross-compilation
  • Update egui deps
  • Bump version to v0.1.2
  • Create OwnedCard type
  • Move (Score, Bid, Won tricks) into RoundEntry struct
  • Organize workspace
  • Use progress bar do display download progress
  • Display download progress of adrian-kennard deck
  • Display more possible server urls on host page

Fixed

  • Fix workflow changelog generation crash
  • Improve changelog generator
  • Trigger release workflow on release published
  • Fix git cliff config
  • Fix generate-changelog job
  • Fix release workflow
  • Fix release workflow
  • Fix release workflow
  • Fix release workflow
  • Fix clippy warnings

Removed

  • Remove x86_64-pc-windows-gnu target
  • Remove x86_64-unknown-linux-musl target
  • Remove unused log dependency

[0.1.1] - 2025-01-30

Added

  • Add log files

Changed

  • Update release.yml
  • Create rust.yml
  • Create dependabot.yml
  • Bump version to v0.1.1
  • Improve logging
  • Improve logging
  • Update README.md

Fixed

  • Panic messages now log to file
  • Fix depandabot
  • Fix workflow crash
  • Fix workflow crash
  • Fix workflow crash
  • Fix release workflow crash
  • Fix crash on client disconnect in bidding phase

[0.1.0] - 2025-01-29

Added

  • Add import button to import deck images
  • Add leave lobby button
  • Add Download button for adrian-kennard deck
  • Add adrian-kennard deck
  • Added finish game screen and allowed for reset of lobby for new game
  • Add SidePanel
  • Add card comparing

Changed

  • Create release.yml
  • Create README.md
  • Create LICENSE
  • Transfer all GUI events to Message
  • Sort cards in gui by color (primary) and value (secondary)
  • Config and ImageCache
  • Improve Ready button and use monospace font
  • First working version
  • Create WizardServer
  • Rename CardValue::try_from() to CardValue::new()
  • Create wizardrs-server internal crate
  • Update .gitignore
  • Initial Commit

Fixed

  • Fix round number alignment in scoreboard
  • Fix config.json being created as a folder
  • Validate played cards server-side
  • Allow more image formats for ImageCache
  • Fix margins in chat sidebar
  • Fix finish game phase not working + make margins in GUI more even

Removed

  • Remove zoom on startup
  • Remove todo comment
  • Remove images of cards from binary due to legal reasons

{% for release in releases -%} {% if release.version -%} {% if release.previous.version -%} [{{ release.version | trim_start_matches(pat="v") }}]: https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}/compare/{{ release.previous.version }}..{{ release.version }} {% endif -%} {% else -%} [unreleased]: https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}/compare/{{ release.previous.version }}..HEAD {% endif -%} {% endfor %}