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
This commit is contained in:
Tony Bark 2024-09-19 00:18:24 -04:00
parent 858762d54e
commit 80210156bb
28 changed files with 253 additions and 40 deletions

23
changelog.md Normal file
View file

@ -0,0 +1,23 @@
# Change Log
## 0.104.2
- Clickable links that open the default broswer.
### Version sceheme change
Three digits in the version were moved from the patch to the minor section (i.e., `0.Y.100` to `0.100.Z`) due to the difference in ways of desktop applications are developed, which I never needed to account for until now. It was easier to get away with putting it in the patch for CLI tools and libraries because the core user experience never changed, despite frequent internal changes.
## 0.104.0 (0.1.104)
- New buttons for major terminals and rail cams.
- Version displayed above credits.
## 0.102.0 (0.1.102)
- Redesigned icons
- Added banner above form
## 0.100.0 (0.1.101)
- First public prototype