mirror of
https://github.com/tonytins/amtkstat.git
synced 2025-10-16 07:03:28 -04:00
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:
parent
858762d54e
commit
80210156bb
28 changed files with 253 additions and 40 deletions
23
changelog.md
Normal file
23
changelog.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue