Version 1.2.5: Dokumentation aktualisiert

This commit is contained in:
2025-03-18 15:12:50 +01:00
parent 997786be54
commit 24ba040537
2 changed files with 8 additions and 2 deletions

View File

@@ -5,6 +5,12 @@ Alle wichtigen Änderungen an diesem Projekt werden in dieser Datei dokumentiert
Das Format basiert auf [Keep a Changelog](https://keepachangelog.com/de/1.0.0/), Das Format basiert auf [Keep a Changelog](https://keepachangelog.com/de/1.0.0/),
und dieses Projekt adhäriert zu [Semantic Versioning](https://semver.org/lang/de/). und dieses Projekt adhäriert zu [Semantic Versioning](https://semver.org/lang/de/).
## [1.2.5] - 2024-03-19
### Hinzugefügt
- Neues Suchfeld für Fachrichtung
- Index für das Fachrichtung-Feld in der Datenbank
- Fachrichtung in der allgemeinen Suche integriert
## [1.2.4] - 2024-03-19 ## [1.2.4] - 2024-03-19
### Geändert ### Geändert
- Performance-Optimierung: Indizes für alle Suchfelder hinzugefügt - Performance-Optimierung: Indizes für alle Suchfelder hinzugefügt

View File

@@ -86,8 +86,8 @@
<footer class="footer"> <footer class="footer">
<div class="footer-content"> <div class="footer-content">
Proudly made with ❤️ and 🍺 by <a href="https://www.medisoftware.de" target="_blank" class="footer-link">medisoftware</a> Made with ❤️ and 🍺 by <a href="https://www.medisoftware.de" target="_blank" class="footer-link">medisoftware</a>
<div style="font-size: 0.8em;">Version: v1.2.2</div> <div style="font-size: 0.8em;">Version: v1.2.5</div>
</div> </div>
</footer> </footer>