Skip to content

Commit c93642f

Browse files
📝(release) update CHANGELOG.md for 0.1.4 (#218)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 55150ad commit c93642f

1 file changed

Lines changed: 44 additions & 1 deletion

File tree

src/tycho/CHANGELOG.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,50 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.1.3] - 2026-02-23
7+
## [0.1.4] - 2026-03-10
8+
9+
### <!-- 1 --> Added
10+
11+
- 🔧(backend) let add custom domain to allowed hosts in dev ([#206](https://github.com/betagouv/csplab/pull/206))
12+
- ✨(tycho:candidate) integrate tally form in no results scenario for user feedback ([#245](https://github.com/betagouv/csplab/pull/245))
13+
- 🔒️(security) setup Cross-Origin Opener Policy and HTTP Strict Transport Security, make default clickjacking setup explicit, use secure cookies ([#248](https://github.com/betagouv/csplab/pull/248))
14+
- 🔒️(security) setup Content Security Policies ([#247](https://github.com/betagouv/csplab/pull/247))
15+
- ✨(candidate) add opportunity detail drawers ([#254](https://github.com/betagouv/csplab/pull/254))
16+
- ✨(candidate) add simple client opportunity user feedback mechanism ([#260](https://github.com/betagouv/csplab/pull/260))
17+
- ✨(candidate) add feedback modal and trigger button in cv results page when matching return results ([#261](https://github.com/betagouv/csplab/pull/261))
18+
- ✨(tycho) add field in admin raw documents for better data wrangling ([#285](https://github.com/betagouv/csplab/pull/285))
19+
20+
### <!-- 2 --> Modified
21+
22+
- ♻️(tycho:candidate) update results page styles and filtering logic ([#196](https://github.com/betagouv/csplab/pull/196))
23+
- 💎(candidate) update cv upload page styles ([#219](https://github.com/betagouv/csplab/pull/219))
24+
- 💎(candidate) update cv processing page styles ([#223](https://github.com/betagouv/csplab/pull/223))
25+
- 🐛(candidate) fix albert ocr implementation ([#246](https://github.com/betagouv/csplab/pull/246))
26+
- ♻️(tooling) preliminary refactoring before #204 ([#242](https://github.com/betagouv/csplab/pull/242))
27+
- ✨(candidate) create error static pages ([#228](https://github.com/betagouv/csplab/pull/228))
28+
- ♻️(candidate) refactor opportunity drawer components ([#262](https://github.com/betagouv/csplab/pull/262))
29+
- ⚡️(db) add HnswIndex ([#269](https://github.com/betagouv/csplab/pull/269))
30+
- ⚡️(candidate) remove duplicates queries ([#271](https://github.com/betagouv/csplab/pull/271))
31+
- 🧩(candidate) hide inactive header actions ([#288](https://github.com/betagouv/csplab/pull/288))
32+
33+
### <!-- 4 --> Fixed
34+
35+
- 🐛(tooling) align git commit hook with new cz emojis config ([#221](https://github.com/betagouv/csplab/pull/221))
36+
- 🔧(tooling) make sure both vscode djlint and cli djlint use same config ([#220](https://github.com/betagouv/csplab/pull/220))
37+
- 🐛(tooling) align git commit hook with new cz emojis config ([#222](https://github.com/betagouv/csplab/pull/222))
38+
- 🐛(candidate) fix concours card props ([#231](https://github.com/betagouv/csplab/pull/231))
39+
- 🐛(ingestion) fix VectorizedDocumentModel unicity constraint ([#233](https://github.com/betagouv/csplab/pull/233))
40+
- 🎨(candidate) fix unproperly formatted partial ([#244](https://github.com/betagouv/csplab/pull/244))
41+
- 🐛(ingestion) add APHP in FPH verse ([#234](https://github.com/betagouv/csplab/pull/234))
42+
- ✨(ingestion) vectorize only pending documents ([#204](https://github.com/betagouv/csplab/pull/204))
43+
- 🐛(candidate) allow for optionnal field in cv experience ([#256](https://github.com/betagouv/csplab/pull/256))
44+
- 🐛(security) fix request.csp_nonce into csp_nonce ([#267](https://github.com/betagouv/csplab/pull/267))
45+
- 🔒️(tycho) fix CSP nonces on all script tags ([#265](https://github.com/betagouv/csplab/pull/265))
46+
- 🐛(candidate) fix htmx targetError on poll-to-results transition ([#264](https://github.com/betagouv/csplab/pull/264))
47+
- 🐛(candidate) fix opportunity variable reference in feedback component inclusion ([#270](https://github.com/betagouv/csplab/pull/270))
48+
- 🐛(ingestion) add updated_at in load_documents upsert_batch ([#286](https://github.com/betagouv/csplab/pull/286))
49+
50+
## [0.1.3] - 2026-02-24
851

952
### <!-- 0 --> Breaking Changes
1053

0 commit comments

Comments
 (0)