Instalation
Release Log - Project Creator - 110426-2030
This update focusses on adding user requested features for better use and optimization.
Features & Improvemnts
- Proper Tabbed UI: Moved to dual-tab layout to keep the UI clean.
- Advanced Tab: Added a dedicated tab for project specific customization. Allowing for more customization without having issues in the main tab.
- New "Web" Template: Added a "Website' module that automatically generates linked html , css and js starter kit in the web/ directory.
- Modifiable
.gitignore: You can now view and edit the .gitignore rules directly within the app before initialization, ensuring your repository stays clean from the first commit. - Environment Automation: New toggles to automatically create a Python Virtual Environment (venv) and a standard requirements.txt file.
- KiCad Project Files: The PCB module now generates actual
.kicad_proand.kicad_schfiles with project-specific title blocks, making it ready to open in KiCad immediately.
Bug Fixes
-
Fixed an issue where git push would fail due to missing upstream tracking; the tool now uses git push -u on the initial commit.
-
Corrected asymmetrical padding issues that caused visual offsets in the repository and module sections.
-
Standardized the folder numbering logic to ensure project sorting remains consistent across multiple builds.
Whats Next?
- .exe Issue: Unfortuantely I am having issues with releasing a proper
.exeversion of this project as the Microsoft Anti-Virus continuies to flag it. Trying my best to find a proper solution - CLI Version Currently working on releasing this.