Files
dwroller/docs/CHANGELOG.md
alex a4cabbd2b8 Clean rules database and add documentation
- Remove OCR noise, credits, and duplicates from rules-database.json (288→255 rules)
- Add clean_rules.py script for rule cleanup
- Add CLAUDE.md, docs/, and update README with documentation links

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 17:35:36 +02:00

866 B

Changelog

All notable changes to Deathwatch Roller will be documented in this file.

[Unreleased]

Added

  • New quick reference printable rulesheets
  • Expanded bestiary search functionality
  • Improved player management interface

Changed

  • Refactored authentication middleware
  • Updated database schema for better indexing
  • Improved error messages

Fixed

  • Resolved login session expiration issue
  • Fixed shop filter not working correctly
  • Corrected bestiary search results

[0.1.0] - 2025-08-16

Added

  • Initial release of Deathwatch Roller
  • Player management system
  • Shop and inventory tracking
  • Session tracking features
  • Bestiary reference
  • Rules database
  • GM Kit utilities

Changed

  • Set up basic project structure
  • Implemented authentication system
  • Created database schema

Fixed

  • Initial bug fixes and improvements