These release notes include changes in v1.6.0 as we skipped the previous release.
Thanks @dploeger for the contributions.
GDScript Docs Maker 1.7.0
New Features
- Added Dockerfile
Improvements
- Optimized
generate_reference
for stability and shellcheck - Optimized
Collector.gd
to fix version error message
GDScript Docs Maker 1.6.0
New Features
- If a GDScript file does not use
class_name
, the name of that file is now used as the class name to include previously not documented files
Installing
You can install GDScript Docs Maker with pip:
# On Linux and MacOS:
python3 -m pip install gdscript_docs_maker
# On Windows, if you installed Python 3.7+, you can use:
python -m pip install gdscript_docs_maker
Getting started
Read our README on the repository's home page
Your feedback
If you encounter a bug or you have an idea to improve the tool, please open an issue!
Also, check out our GDQuest contributor's guidelines
Support us
Our work on Free Software is sponsored by our Godot game creation courses. Consider getting one to support us!
Join the community
- You can join the GDQuest community and come chat with us on Discord
- For quick news, follow us on Twitter
- We release video tutorials and major updates on YouTube
We hope you'll find GDScript Docs Maker useful!