Switching to AGPL-3.0

This commit is contained in:
Mr Finchum 2024-12-28 18:40:05 +01:00
parent b96d8b2fc9
commit b529ca77a3
2 changed files with 19 additions and 11 deletions

View file

@ -1,6 +1,9 @@
# Changelog
## 0.3.x
### 0.3.1: license change
- Changed license from CC BY-NC 4.0 to AGPL-3.0.
### 0.3.0: Qt GUI Transition (PySide6)
- Shifted from a TUI approach to a GUI-based layout.
- Adopted **PySide6** for the GUI and **Qt Designer** for designing layouts.