From 98cce2c7305107ed2514ba048c08f703b1fb4237 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Sun, 27 Apr 2025 09:43:27 -0400 Subject: [PATCH] Tweaked support status --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index f791e95..b39da0c 100644 --- a/README.md +++ b/README.md @@ -6,34 +6,34 @@ Caret-Separated Text (or CST) is a key-value pair format represented by digits o ## 🛠 Features -* [x] Native support for Sims Online's `.cst `files. -* [x] UIText Support -* [ ] Variable support +- [x] Native support for Sims Online's `.cst `files. +- [x] UIText Support +- [ ] Variable support -## 📅 Support & Update Cadence +## 📅 Support & Update Cycle -| Type | Frequency | Notes | -| ------------ | -------------------- | ---------------------------------------- | -| Minor Update | Every 3–6 months | Small enhancements, non-breaking changes | -| Patch Update | Monthly or as needed | Bug fixes, security updates | -| Major Update | As needed | Framework upgrades, major refactors | +| Type | Frequency | Notes | +| ------------ | ---------------- | ---------------------------------------- | +| Minor Update | Every 3–6 months | Small enhancements, non-breaking changes | +| Patch Update | As needed | Bug fixes, security updates | +| Major Update | 25 months | Framework upgrades, major refactors | -* Reserve months: June (Mid-Year Chill) & December (End-Year Freeze) +- Reserve months: June (Mid-Year Chill) & December (End-Year Freeze) ## 🧘 Sustainability Practices -* 20% creative/recovery space built into development -* Mandatory cooldowns after major launches (minimum 1 week) -* Crisis Mode Activates if: - * Critical vulnerabilities - * Framework-breaking issues +- 20% creative/recovery space built into development +- Mandatory cooldowns after major launches (minimum 1 week) +- Crisis Mode Activates if: + - Critical vulnerabilities + - Framework-breaking issues ## 🛡️ Support Levels -* [ ] Active Support -* [x] Limited Support (Security patches only) -* [x] Maintenance Mode (Dependency-only updates) -* [ ] Archived (No active work planned) +- [ ] Active Support +- [x] Limited Support (Security patches only) +- [ ] Maintenance Mode (Dependency-only updates) +- [ ] Archived (No active work planned) ## ⏰ Project Timeline @@ -45,8 +45,8 @@ Caret-Separated Text (or CST) is a key-value pair format represented by digits o ## 📓 Project Notes -* This all began as a "what if?" What if I could make my own? So, I did. First from a Jupyter notebook and then a full-fledged project that technically has a support cycle. -* While this project is technically feature complete, it is not a full drop-in replacement as it lacks variable (`%[digit]`) parsing. +- This all began as a "what if?" What if I could make my own? So, I did. First from a Jupyter notebook and then a full-fledged project that technically has a support cycle. +- While this project is technically feature complete, it is not a full drop-in replacement as it lacks variable (`%[digit]`) parsing. ## 📄 License