Adding information about version handeling.
This commit is contained in:
parent
46b7ad17d2
commit
a8bedd01b0
1 changed files with 8 additions and 5 deletions
11
README.md
11
README.md
|
@ -12,12 +12,15 @@ This project replaces my earlier [analogphotography](https://gitlab.com/sf-bashs
|
|||
|
||||
## Current Status
|
||||
|
||||
### PLEASE NOTE
|
||||
The project is under active development. As a result:
|
||||
- The README may sometimes be outdated.
|
||||
- I encourage you to check for new branches and read the **CHANGELOG**, which is consistently updated and well-documented.
|
||||
### Development and Versioning Notes
|
||||
|
||||
**OPTIMA-35** is currently in an **alpha stage** and under active development. As a result:
|
||||
- The README may occasionally be outdated.
|
||||
- Users are encouraged to check for new branches and read the [**CHANGELOG**](https://gitlab.com/CodeByMrFinchum/optima-35/-/blob/main/CHANGELOG.md?ref_type=heads), which is consistently updated and well-documented.
|
||||
- Bugs or unforeseen behavior may occur.
|
||||
|
||||
While the project follows a semantic versioning structure (major.minor.patch), breaking changes—typically reserved for major version increments—may also occur in minor version updates during this development phase. Please review the changelog carefully before updating.
|
||||
|
||||
**OPTIMA-35** supports two modes: **GUI** and **TUI**.
|
||||
- The **GUI** is loaded by default if **PySide6** is available.
|
||||
- The **TUI** serves as a fallback when **PySide6** is unavailable or can be started explicitly using the `--tui` option with `main.py`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue