2023-04-19 13:20:23 +00:00
|
|
|
# Changelog
|
|
|
|
|
2023-11-18 15:42:34 +00:00
|
|
|
## [1.3.0] - 2023-11-18
|
2023-11-18 02:14:08 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- new css style, created using tailwindcss and daisyui
|
2023-11-18 12:12:01 +00:00
|
|
|
- new favicon (replacing the default asp.net one)
|
2023-11-18 15:13:29 +00:00
|
|
|
- about page (linked in footer)
|
2023-11-18 02:14:08 +00:00
|
|
|
|
2023-11-18 15:14:19 +00:00
|
|
|
### Changed
|
2023-11-18 15:13:29 +00:00
|
|
|
- migrated app to use blazor static site rendering for all pages
|
2023-11-18 02:14:08 +00:00
|
|
|
|
|
|
|
### Removed
|
|
|
|
- bulma based css style
|
|
|
|
|
2023-11-17 22:23:44 +00:00
|
|
|
## [1.2.0] - 2023-11-17
|
2023-04-19 13:20:23 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Page Titles to Login, Logout and Urls Page
|
2023-04-19 14:10:49 +00:00
|
|
|
- Added Inspect Page, which displays information about a URL and allows to delete it
|
2023-04-19 14:42:24 +00:00
|
|
|
- Added Inspect Form group to Urls that redirects to Inspect Page
|
2023-11-17 22:23:44 +00:00
|
|
|
- Added Docker-Multiplatform support (future images will contain linux/amd64 and linux/arm64 images)
|
|
|
|
- Added alpine images
|
2023-04-19 13:20:23 +00:00
|
|
|
|
2023-11-17 21:10:42 +00:00
|
|
|
## Changed
|
|
|
|
|
|
|
|
- Migrated project to .NET 8
|
|
|
|
- Container now uses Port 8080
|
2023-11-17 22:34:11 +00:00
|
|
|
- Input fields now have autocomplete attributes that improve browser behavior
|
2023-11-17 21:10:42 +00:00
|
|
|
|
2023-04-19 13:20:23 +00:00
|
|
|
## [1.1.0] - 2023-04-17
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Restyled App with new Theme
|