Update 0.4.0
Python application / build (push) Has been cancelled

- Add\Rework UI
- Add Split Table and Listing
- Add Support Customazeble schems
This commit is contained in:
Igor20264
2026-09-04 22:28:39 +03:00
parent 516abe7b83
commit b38661f588
70 changed files with 69532 additions and 413 deletions
+9
View File
@@ -31,6 +31,8 @@ MANIFEST
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
!md2gost.spec
!md2gost.fast.spec
# Installer logs
pip-log.txt
@@ -130,6 +132,7 @@ venv.bak/
# md2gost diagram PNG cache
.md2gost-cache/
md2gost/vendor/*.jar
# LaTeX build artefacts
*_latex/
@@ -172,3 +175,9 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
# md2gost runtime (created next to app / cwd on first run)
md2gost.schemes.json
md2gost.include-cache.json
include-cache/
.md2gost-cache/