Commit Graph

7 Commits

Author SHA1 Message Date
engel 27304992a0 chore: cut GitHub, make project Gitea-only
- relink README/CHANGELOG/pyproject/SECURITY to git.engelgardt23.ru
- port CI from GitHub Actions to .gitea/workflows (publishes Gitea release via API)
- rename GITHUB_REPO -> REPO; drop GitHub mentions in code/docs/comments
- remove .github (workflow + issue templates); drop made-by lines
2026-06-01 12:35:28 +03:00
engel 816cc9a459 v1.2.1: clickable update-available hyperlink in header 2026-05-18 12:51:21 +03:00
engel bba380c8ef v1.2.0: russian/english UI, config.ini, README.ru.md 2026-05-18 11:49:12 +03:00
engel 6c6602278d v1.1.3: quiet update hint in header, bump source version 2026-05-17 21:39:16 +03:00
Engelgardt23 fd2f1dabb9 release: v1.1.2
Drop 'made by engelgardt' from the startup banner too — author credit stays in README only. Exe now ships the embedded icon (CI uses --icon assets/icon.ico).
2026-05-17 18:06:08 +03:00
Engelgardt23 dbb44ca0de release: v1.1.1
Drop 'made by engelgardt' from the persistent header panel; keep it only in the startup banner and README.
2026-05-17 17:57:15 +03:00
engel 7871f63c7d Add CI release workflow, CHANGELOG.md, issue templates
- .github/workflows/release.yml: on tag push, build exe via PyInstaller,
  package portable zip, attach SHA-256, create GitHub Release.
- CHANGELOG.md: Keep a Changelog format, semver.
- .github/ISSUE_TEMPLATE/: bug_report.yml + feature_request.yml + config.yml
  routing security reports to private advisories.
2026-05-16 11:59:16 +03:00