From a8bedd01b02414c9f289b15c8baa3ae9387cbbba Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Thu, 2 Jan 2025 10:05:50 +0000 Subject: [PATCH] Adding information about version handeling. --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e9c0442..6717984 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,14 @@ 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. -- Bugs or unforeseen behavior may occur. +### 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.