Removed TUI

This commit is contained in:
Mr Finchum 2025-01-28 15:16:45 +01:00
parent 52a05561ab
commit c13ade8c31
5 changed files with 22 additions and 387 deletions

View file

@ -2,8 +2,14 @@
## 0.4.x
### 0.4.0
- Fixed critical issue preventing the program from functioning.
- Updated compatibility to align with **upcoming** optima35 **release**.
- Fixed a critical issue that prevented the program from functioning.
- Updated compatibility to align with the **upcoming** optima35 **release**.
**Removal of TUI:**
- The TUI version is no longer compatible with optima35 v1.0.
- Maintaining two UIs has become too time-consuming, as the primary focus is on the GUI, which provides the best user experience. Recently, the TUI version was only receiving patches without any meaningful enhancements.
---
## 0.3.x
### 0.3.7: prepear for optima35 release
@ -22,6 +28,8 @@
### 0.3.0
- Repo only: adding pipeline
---
## 0.2.x
### 0.2.3
- Refactored code for improved readability.
@ -42,6 +50,8 @@
- Added a new experimental preview window to display an image and show how changing values affects it.
- Programm now warns for potential overwrite of existing files.
---
## 0.1.x
### 0.1.1
- Update metadata, preview, readme, bump in version for pip
@ -49,6 +59,8 @@
### 0.1.0
- Preserved the current working GUI by pinning `optima35` to a specific version for guaranteed compatibility.
---
## 0.0.x
### 0.0.4-a2
- Adding __version__ to `__init__.py` so version is automaticly updated in program as well as pypi.