Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 589 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 589 Bytes

Changelog

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

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

1.0 - 2025-01-12

Added

  • CLI supports
  • Configuration system with JSON support
  • Support for converting:
    • Python imports to Ren'Py store imports
    • Class inheritance with proper base class mapping
    • Module structure preservation
  • Python 2.7 and 3.x compatibility