Adding information about version handeling.

This commit is contained in:
Mr Finchum 2025-01-02 10:05:50 +00:00
parent 46b7ad17d2
commit a8bedd01b0

View file

@ -12,11 +12,14 @@ This project replaces my earlier [analogphotography](https://gitlab.com/sf-bashs
## Current Status ## Current Status
### PLEASE NOTE ### Development and Versioning Notes
The project is under active development. As a result:
- The README may sometimes be outdated. **OPTIMA-35** is currently in an **alpha stage** and under active development. As a result:
- I encourage you to check for new branches and read the **CHANGELOG**, which is consistently updated and well-documented. - The README may occasionally be outdated.
- Bugs or unforeseen behavior may occur. - 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**. **OPTIMA-35** supports two modes: **GUI** and **TUI**.
- The **GUI** is loaded by default if **PySide6** is available. - The **GUI** is loaded by default if **PySide6** is available.