Updated the code contributions section in the supporter page

This commit is contained in:
Thorsten Sommer 2025-03-08 21:12:39 +01:00
parent 032c7ee56e
commit fdb19c12d4
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@
<MudList T="string">
<Supporter Name="DevNullx64" Type="SupporterType.INDIVIDUAL" URL="https://github.com/DevNullx64" Acknowledgment="Thanks Luc for your build script contribution."/>
<Supporter Name="SolsticeSpectrum" Type="SupporterType.INDIVIDUAL" URL="https://github.com/SolsticeSpectrum" Acknowledgment="Thanks for your build script contribution."/>
<Supporter Name="peerschuett" Type="SupporterType.INDIVIDUAL" URL="https://github.com/peerschuett" Acknowledgment="Thanks for your contributions to the project."/>
</MudList>
</MudPaper>
</MudItem>

View File

@ -12,4 +12,5 @@
- Fixed the data source name for ERI data sources when performing data retrieval.
- Fixed the default data source selection when replacing the current chat with a new one.
- Fixed the state of the re-generate button in the chat thread, when no provider is selected or the data security is preventing the use of cloud LLMs.
- Updated the code contributions section in the supporter page. Thanks `peerschuett` for being our next contributor.
- Upgraded code dependencies.