Added changelogs

This commit is contained in:
Thorsten Sommer 2024-06-02 20:52:16 +02:00
parent 58160f3eaa
commit cac0ecc7e2
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
5 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# v0.1.0, build 45 (2024-04-20 21:27 UTC)
- Initial release
- Set up the project structure
- Integration of Tauri
- Integration of MudBlazor
- Added commands to read & store secrets using the operating system secure storage
- Added settings manager to handle application settings
- Added settings page

View File

@ -0,0 +1,11 @@
# v0.2.0, build 90 (2024-05-04 10:50 UTC)
- Improved layout
- Added the chat page
- Added simple content block handling
- Added instance name validation to the settings
- Added a confirmation dialog
- Added clipboard handling
- Added setting to save energy (slow chat streaming)
- Added OpenAI provider
- Finished provider & data model
- Integration of MudBlazor.Markdown to render markdown content

View File

@ -0,0 +1,11 @@
# v0.3.0, build 120 (2024-05-18 21:57 UTC)
- Added a cross-platform build script using NuShell
- Added static file embedding
- Added MudBlazor fonts to the static file embedding
- Added option to specify the used port for the server
- Added cross-platform .NET compiling & publishing using expected names, considering Tauri sidecar integration
- Added app loading screen
- Added sidecar integration of Tauri to embed the .NET client and server
- Added logging to the Rust runtime
- Added system message handling between Rust and .NET
- Fixed layout issue on Windows

View File

@ -0,0 +1,11 @@
# v0.4.0, build 138 (2024-05-26 13:26 UTC)
- Added possibility to choose & change the AI model
- Added tooltips to the navigation
- Added metadata to the build process
- Added consistent build & version numbers
- Added logging of the metadata
- Added about page & show metadata
- Added the FSL-MIT license
- Added README file
- Fixed link handling; links are now opened by the system's default browser
- Fixed Markdown header styling

View File

@ -0,0 +1,20 @@
# v0.5.0, build 149 (2024-06-02 18:51 UTC)
- Designed a banner for the start page
- Added the start page
- Added a text list component
- Added introduction content
- Added a vision statement
- Added the motivation behind the project
- Added a quick start guide
- Added a supporter page
- Added settings to enable or disable the spell checker
- Added ability to remember the last window position & size
- Added a changelog component & changelogs
- Fixed scrolling issue on all pages
- Fixed build script due to breaking change in the next NuShell release
- Fixed reconnection issue after a device was on sleep
- Fixed navigation icon highlighting
- Unified about page content into expansion panels
- Updated the README file to match the GitHub sponsors
- Refactored the inner scrolling technique into its own component
- Refactored the customized expansion panel into its own component