Commit graph

7 commits

Author SHA1 Message Date
816ba45988 Reverted version schema back to 0.y.xxx
- Added platform support table
- Simplified update cycle table
- Changed identifier from com.tpaw to com.tonybark
2025-08-10 21:46:21 -04:00
f76c54e90f Removed "Required" attributes
Guess they're not required anymore. ¯\_(ツ)_/¯
2025-08-08 21:07:29 -04:00
Tony Bark
ebfe2d644c Preemptive setup for UI redesign
Bumped version from v104 to v201 (which was intended to be v105)
2024-09-19 07:39:32 -04:00
Tony Bark
80210156bb New launch browser component
- Now possible to click links that launch the browser from the backend
- Version scheme change to account for different methods with desktop applications
2024-09-19 00:18:24 -04:00
Tony Bark
bd98119710 No more code in Home.razor
- All functionality has been modularized to their new respective components (I love Blazor)
- Minor versions are now in the triple digits, patches are in the double digits
2024-09-17 12:15:55 -04:00
Tony Bark
d092853bf7 Station button functionality has now moved to a singular component
Now that each button is based on one component that contains the necessary functionality, instead of the previous mess, there is a slight performance increase
2024-09-16 14:01:58 -04:00
Tony Bark
3ed751de7c Version printed on the front-end using Gitinfo
- Version printed on the front-end using Gitinfo. It is possible to get the native one from Tauri itself, but I haven't got that working yet.
- Added macOS and Android-style icons.
2024-09-12 21:26:21 -04:00