Skip to content

Releases: Touchie771/Shopping

v1.0.2

22 Oct 18:17

Choose a tag to compare

Changes

  • docs: update README and add CONTRIBUTING guide
  • Implement comprehensive fee and tax system

v1.0.1

22 Oct 15:23

Choose a tag to compare

Changes

  • Add wildcard pattern support for blacklist with YAML fix
  • Refine blacklist feature and bump version to 1.0.1

v1.0.0

22 Oct 14:03

Choose a tag to compare

Changes

  • Clean up workflow file whitespace
  • Remove trailing newline from LICENSE
  • Convert AuctionHandler to record for consistency
  • Organize code into packages (shop and auction)
  • Add pagination to auction menu matching shop style
  • Add auction system with timed bidding
  • Implement multi-page shop menu with navigation controls
  • Allow selling entire item stack instead of just one item
  • Complete shop menu system with item listing and management
  • added litecommands library
  • removed bloat code and added release workflow
  • initial commit