Reverted version schema back to 0.y.xxx

- Added platform support table
- Simplified update cycle table
- Changed identifier from com.tpaw to com.tonybark
This commit is contained in:
Tony Bark 2025-08-10 21:46:21 -04:00
parent f76c54e90f
commit 816ba45988
4 changed files with 29 additions and 20 deletions

View file

@ -6,11 +6,24 @@ Amtrak Status Boards, or AMTK Status, is a desktop front-end for accessing Dixie
## 🗓️ Update Cycle
| Type | Frequency | Notes |
| ------------ | -------------------- | ---------------------------------------- |
| Minor Update | Every 36 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 |
| ------------ | -------------------- |
| Minor Update | Every 36 months |
| Patch Update | Monthly or as needed |
| Major Update | As needed |
## 🖥️ Platform Support
| Target | Windows | macOS | Linux |
| ------- | ------- | ------ | ----- |
| x86_64 | ✅ | ⚠️[^1] | ✅ |
| aarch64 | ❌ | ✅ | ⚠️ |
- ✅ Tier 1
- ⚠️ Tier 2
- ❌ Unsupported
[^1]: [Rust 1.89](https://blog.rust-lang.org/2025/08/07/Rust-1.89.0/) downgrades AMD64 support after Apple and GitHub CI did the same.
## 🛡️ Support
@ -32,7 +45,7 @@ Before you begin, ensure you have the latest versions of the following installed
### 🔍 Background
This was intended to solve a rather awkward dilemma. I turned a bunch of online Amtrak status boards made by Dixieland Software into PWAs (standalone web apps) for stations that I viewed on Virtual Railfan. While it was convenient—don't get me wrong—I had to create a new web app for each station, and it became overwhelming to constantly switch between them all. This front-end was intended to solve that dilemma by accessing all stations from a single application using a modern, cleaner interface. The original icons found in this project's first commit were used for those PWAs.
This was intended to solve a rather awkward dilemma. I turned a bunch of online Amtrak status boards made by Dixieland Software into PWAs (standalone web apps) for stations that I viewed on Virtual Railfan. While it was convenient (don't get me wrong) I had to create a new web app for each station, and it became rather overwhelming to constantly switch between them all. This front-end was intended to solve that mini-crisis by accessing all stations from a single application using a modern, cleaner interface. The original icons found in this project's first commit were used for those PWAs.
## 📄 License