Skip to content

Commit

Permalink
Update Changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed May 30, 2023
1 parent f35ab20 commit 3fb06dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 4.4.0

### Features

- **Skill AND Suche** Es kann nun nach mehreren Skills gleichzeitig gesucht werden.
- **Kein End-Datumszwang** Es können nun Profileinträge ohne End-Datum eingetragen werden (https://github.com/puzzle/skills/issues/450).
- **CV-Search "go-back" verhalten"** Die CV-Suche speichert nun den letzten Sucheintrag und geht generell intelligenter mit der Browser History um.
- **CV-Export Skill-Level Filter** Es können nun nur Skills die ein Mindest-Level erfüllen im Export inkludiert werden.
- **ESC Verhalten in den Forms** Die Forms werden nun nicht automatisch mit ESC geschlossen sondern ändern in einem ersten Schritt nur den Fokus aufs aktuelle Feld und lösen dann noch einen Dialog aus bevor der Input gelöscht wird.
- **Frontend Cleanup** Im Frontend wurde einiges aufgeräumt und homogenisiert.

# 4.3.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "4.3.1",
"version": "4.4.0",
"private": true,
"description": "Small description for frontend goes here",
"repository": "",
Expand Down

0 comments on commit 3fb06dd

Please sign in to comment.