You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tycho/CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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).
6
6
7
+
## [0.1.5] - 2026-03-24
8
+
9
+
### <!-- 1 --> Added
10
+
11
+
- ✨(candidate) push cv results filter params in url and implement simple pagination ([#274](https://github.com/betagouv/csplab/pull/274))
12
+
- 🤸(tycho) add skip links for accessibility ([#275](https://github.com/betagouv/csplab/pull/275))
- 🤸(tycho:candidate) add live region to processing page polling and respect reduced motion preference ([#310](https://github.com/betagouv/csplab/pull/310))
15
+
- 🔧(dev) add auto-reload and django-browser-reload integration ([#277](https://github.com/betagouv/csplab/pull/277))
16
+
- 🎉(ocr) init ocr as a service ([#319](https://github.com/betagouv/csplab/pull/319))
17
+
- 🔒️(ocr) add private routes with authentication ([#322](https://github.com/betagouv/csplab/pull/322))
18
+
- 🔧(ocr) sent errors to sentry ([#324](https://github.com/betagouv/csplab/pull/324))
19
+
- ✨(tycho) qdrant implementation for vector db ([#316](https://github.com/betagouv/csplab/pull/316))
20
+
- ✨(ocr) add text extraction ([#327](https://github.com/betagouv/csplab/pull/327))
21
+
- ✨(ingestion) resilient mini batch clean documents ([#329](https://github.com/betagouv/csplab/pull/329))
22
+
- ✨(tycho) implementation of soveraign ocr ([#332](https://github.com/betagouv/csplab/pull/332))
23
+
24
+
### <!-- 2 --> Modified
25
+
26
+
- 🔧(tycho:candidate) improve meta tags ([#308](https://github.com/betagouv/csplab/pull/308))
27
+
- 🤸(candidate) remove redundant main role ([#309](https://github.com/betagouv/csplab/pull/309))
28
+
- 🤸(tycho:candidate) add a11y sr-only hints on result cards and drawer ([#311](https://github.com/betagouv/csplab/pull/311))
29
+
- 🎨(candidate) reactivate assertion on scoring ([#281](https://github.com/betagouv/csplab/pull/281))
30
+
31
+
### <!-- 4 --> Fixed
32
+
33
+
- 🤸(a11y) fix cv results page title hierarchy ([#315](https://github.com/betagouv/csplab/pull/315))
34
+
- 🤸(tycho:candidate) hide drag-drop text from AT in dropzone ([#314](https://github.com/betagouv/csplab/pull/314))
35
+
- 🐛(ingestion) fix and test datetime for RawDocument and Offer when upserting ([#287](https://github.com/betagouv/csplab/pull/287))
36
+
- ⬆️(ocr) add httpx for sentry_sdk ([#325](https://github.com/betagouv/csplab/pull/325))
37
+
- 🚀(ocr) add popper-utils for scalingo ([#330](https://github.com/betagouv/csplab/pull/330))
0 commit comments