Skip to content

Latest commit

 

History

History
260 lines (156 loc) · 6.1 KB

CHANGELOG.md

File metadata and controls

260 lines (156 loc) · 6.1 KB

Change Log

20240604 - 2024.6.4

Updated Features

  • Support fake-bpy-module-4.1
  • Support generating .pyi based modules
  • Create an alias fake-bpy-module to fake-bpy-module-latest
  • Support generating modules on Docker environment
  • Add documents for each module as comments
  • Use Python 3.10 syntax for type annotations on the generated modules

Other Updates

  • Refactor all code to use docutils package
  • Optimize code for module generation
  • Fix bugs

Contributors

20231118 - 2023.11.18

Updated Features

  • Support fake-bpy-module-3.5
  • Support fake-bpy-module-3.6
  • Support fake-bpy-module-4.0

Other Updates

  • Make generation code common between fake-bpy-module and fake-bge-module
  • Make single file modules PEP 561 compliant
  • Fix bugs

Contributors

20230117 - 2023.1.17

Updated Features

  • Support fake-bpy-module-3.4

Other Updates

  • Optimize code for module generation
  • Fix bugs

20221006 - 2022.10.6

Updated Features

  • Support fake-bpy-module-3.3

Other Updates

  • Optimize code for module generation
  • Fix bugs

Contributors

20220615 - 2022.6.15

Updated Features

  • Support fake-bpy-module-3.1
  • Support fake-bpy-module-3.2

Other Updates

  • Fix bugs

20211212 - 2021.12.12

Updated Features

  • Support fake-bpy-module-3.0
  • Support fake-bpy-module-latest
  • Include py.typed file in the module

Contributors

20210701 - 2021.7.1

Updated Features

  • Support fake-bpy-module-2.93

Other Updates

  • Fix bugs

Contributors

20210304 - 2021.3.4

Updated Features

  • Support fake-bpy-module-2.92

20201216 - 2020.12.16

Updated Features

  • Support fake-bpy-module-2.91
  • Use Blender 2.83.9 for fake-bpy-module-2.83

Other Updates

  • Fix bugs

Contributors

20200907 - 2020.9.7

Updated Features

  • Use Blender 2.90.0 for fake-bpy-module-2.90

Other Updates

  • Fix bugs

20200812 - 2020.8.12

New Features

  • Support fake-bpy-module-2.90

Updated Features

  • Use Blender 2.83.3 for fake-bpy-module-2.83

Other Updates

  • Fix bugs
  • Update Python requirement (Python >= 3.7)

Contributors

20200724 - 2020.7.24

New Features

  • Support fake-bpy-module-2.83

Other Updates

  • Fix bugs
  • Update the process of generating modules
    • Generating .xml files are not needed any more from this version
  • Change CI to GitHub Actions from Circle CI
  • Support fake-bpy-module as a backend of fake-bge-module

Contributors

20200514 - 2020.5.14

Other Updates

  • Fix bugs

20200428 - 2020.4.28

Other Updates

  • Fix bugs

20200218 - 2020.2.18

New Features

  • Support fake-bpy-module-2.82

Other Updates

  • Remove fake-bpy-module for Blender sub-version
    • fake-bpy-module-2.78a
    • fake-bpy-module-2.78b
    • fake-bpy-module-2.78c
    • fake-bpy-module-2.79a
    • fake-bpy-module-2.79b
    • fake-bpy-module-2.81a

20200111 - 2020.1.11

New Features

  • Support fake-bpy-module-2.81
  • Support fake-bpy-module-2.81a

Other Updates

  • Fix bugs

20191008 - 2019.10.8

Updated Features

  • Use Blender 2.80 for fake-bpy-module-2.80

Other Updates

  • Fix bugs

20190918 - 2019.9.18

Other Updates

  • Fix bugs

20190718 - 2019.7.18

First release.

Contributors