Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ checker.py
bot_stats.json

# Build-Ordner: alles ignorieren...
_build/*
build/*
.pickle
.doctree
.buildinfo
.nojekyll
.inv
docs/_build/html/_sources/
docs/build/
furo.js.LICENSE.txt
fontawesome.js.LICENSE.txt
.map
docs/_build/*
docs/build/*
ManagerX.egg-info/
dist/
26 changes: 0 additions & 26 deletions .readthedocs.yaml

This file was deleted.

5 changes: 3 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Copyright © 2024 OPPRO.NET Development
Copyright © 2025-present OPPRO.NET Network
Copyright © 2024 OPPRO.NET Development
Copyright © 2025-2026 OPPRO.NET Network
Copyright © 2026 ManagerX Development
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,18 @@ Wir verwenden standardisierte Commit-Prefixes für bessere Nachvollziehbarkeit:

<br>

### 📌 Versionierungs-Schema

Um maximale Transparenz und Aktualität zu gewährleisten, nutzen wir eine duale Strategie:

* **GitHub (Source Code):** Nutzt das **Semantic Versioning** (Beispiel: `2.0.0`). Dies markiert große Meilensteine und strukturelle Änderungen im Code.
* **PyPI (Distribution):** Nutzt **CalVer (Calendar Versioning)** (Beispiel: `2.2026.1.9.1`). Dies ermöglicht es Entwicklern, sofort zu erkennen, wie aktuell das installierte Paket ist.

| Plattform | Schema | Beispiel |
| :--- | :--- | :--- |
| **GitHub** | MAJOR.MINOR.PATCH | `2.0.0` |
| **PyPI** | MAJOR.JJJJ.MM.TT | `2.2026.01.09.1` |

### 🔧 Development Workflow

```bash
Expand Down
60 changes: 0 additions & 60 deletions TODO.md

This file was deleted.

2 changes: 0 additions & 2 deletions __init__.py

This file was deleted.

Loading