feat(release): Loxide 1.0 RC

- Added comprehensive documentation:
  - System Design Requirements (SDR)
  - System Design Specification (SDS)
  - API Reference
  - User Stories & Use Cases
- Fixed minor UI issues related to double encoding
This commit is contained in:
2025-12-22 10:45:36 -05:00
parent e1e0cb7ac7
commit 423e9e8208
8 changed files with 3416 additions and 22 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ import requests
logger = logging.getLogger(__name__)
# Current application version - UPDATE THIS ON EACH RELEASE
__version__ = "0.7.0"
__version__ = "1.0.0"
# Gitea release API configuration
GITEA_API_BASE = "https://git.racooncity.org/api/v1"