2024-01-09 15:30:36 +01:00
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
2024-08-29 16:36:06 +02:00
|
|
|
|
## [Unreleased]
|
2024-10-18 09:24:47 +02:00
|
|
|
|
|
2026-02-02 12:14:00 +01:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- ♿️(frontend) Focus main container after navigation #1854
|
|
|
|
|
|
|
2026-01-30 10:20:43 +01:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
|
|
🐛(frontend) fix broadcast store sync #1846
|
|
|
|
|
|
|
2026-01-29 10:26:35 +01:00
|
|
|
|
## [v4.5.0] - 2026-01-28
|
|
|
|
|
|
|
2026-01-14 17:26:23 +01:00
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
|
|
- ✨(frontend) integrate configurable Waffle #1795
|
2025-11-28 16:45:17 +01:00
|
|
|
|
- ✨ Import of documents #1609
|
2026-01-21 11:26:52 +01:00
|
|
|
|
- 🚨(CI) gives warning if theme not updated #1811
|
2026-01-29 10:26:35 +01:00
|
|
|
|
- ✨(frontend) Add stat for Crisp #1824
|
2026-01-23 10:44:03 +01:00
|
|
|
|
- ✨(auth) add silent login #1690
|
2026-01-23 17:56:31 +01:00
|
|
|
|
- 🔧(project) add DJANGO_EMAIL_URL_APP environment variable #1825
|
2026-01-14 17:26:23 +01:00
|
|
|
|
|
2026-01-09 16:00:10 +01:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- ♿(frontend) improve accessibility:
|
|
|
|
|
|
- ♿️(frontend) fix subdoc opening and emoji pick focus #1745
|
|
|
|
|
|
- ✨(backend) add field for button label in email template #1817
|
|
|
|
|
|
|
2026-01-13 19:47:25 +01:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- ✅(e2e) fix e2e test for other browsers #1799
|
2026-01-20 15:18:13 +01:00
|
|
|
|
- 🐛(export) fix export column NaN #1819
|
2026-01-19 16:50:20 +01:00
|
|
|
|
- 🐛(frontend) add fallback for unsupported Blocknote languages #1810
|
2026-01-16 14:37:12 +01:00
|
|
|
|
- 🐛(frontend) fix emojipicker closing in tree #1808
|
2026-01-14 10:02:33 +01:00
|
|
|
|
- 🐛(frontend) display children in favorite #1782
|
2026-01-27 15:10:22 +01:00
|
|
|
|
- 🐛(frontend) preserve typed text after @ on escape #1833
|
2026-01-13 19:47:25 +01:00
|
|
|
|
|
2026-01-09 16:00:10 +01:00
|
|
|
|
### Removed
|
2025-12-17 14:07:24 +01:00
|
|
|
|
|
2026-01-09 16:00:10 +01:00
|
|
|
|
- 🔥(project) remove all code related to template #1780
|
2025-12-17 14:07:24 +01:00
|
|
|
|
|
2026-01-16 12:43:02 +01:00
|
|
|
|
### Security
|
|
|
|
|
|
|
|
|
|
|
|
- 🔒️(trivy) fix vulnerability about jaraco.context #1806
|
|
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v4.4.0] - 2026-01-13
|
2026-01-13 14:15:40 +01:00
|
|
|
|
|
2026-01-08 10:33:55 +01:00
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
|
|
- ✨(backend) add documents/all endpoint with descendants #1553
|
2025-12-30 13:02:53 +01:00
|
|
|
|
- ✅(export) add PDF regression tests #1762
|
2025-12-22 14:37:49 +01:00
|
|
|
|
- 📝(docs) Add language configuration documentation #1757
|
2026-01-08 15:53:16 +01:00
|
|
|
|
- 🔒(helm) Set default security context #1750
|
2026-01-13 13:13:51 +01:00
|
|
|
|
- ✨(backend) use langfuse to monitor AI actions #1776
|
|
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- ♿(frontend) improve accessibility:
|
|
|
|
|
|
- ♿(frontend) make html export accessible to screen reader users #1743
|
|
|
|
|
|
- ♿(frontend) add missing label and fix Axes errors to improve a11y #1693
|
2026-01-08 10:33:55 +01:00
|
|
|
|
|
2025-12-03 13:30:00 +01:00
|
|
|
|
### Fixed
|
2026-01-08 12:50:07 +01:00
|
|
|
|
|
|
|
|
|
|
- ✅(backend) reduce flakiness on backend test #1769
|
2025-12-03 13:30:00 +01:00
|
|
|
|
- 🐛(frontend) fix clickable main content regression #1773
|
2026-01-09 15:00:23 +01:00
|
|
|
|
- 🐛(backend) fix TRASHBIN_CUTOFF_DAYS type error #1778
|
2026-01-09 15:26:54 +01:00
|
|
|
|
- 💄(frontend) fix icon position in callout block #1779
|
2026-01-08 12:50:07 +01:00
|
|
|
|
|
2025-12-09 16:54:59 +01:00
|
|
|
|
### Security
|
|
|
|
|
|
|
|
|
|
|
|
- 🔒️(backend) validate more strictly url used by cors-proxy endpoint #1768
|
2026-01-13 13:13:51 +01:00
|
|
|
|
- 🔒️(frontend) fix props vulnerability in Interlinking #1792
|
2025-12-17 13:23:54 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v4.3.0] - 2026-01-05
|
2026-01-05 14:44:07 +01:00
|
|
|
|
|
2025-12-11 09:58:59 +01:00
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
|
|
- ✨(helm) redirecting system #1697
|
2025-12-16 17:44:40 +01:00
|
|
|
|
- 📱(frontend) add comments for smaller device #1737
|
2025-12-22 16:02:28 +01:00
|
|
|
|
- ✨(project) add custom js support via config #1759
|
2025-12-11 09:58:59 +01:00
|
|
|
|
|
2025-12-22 09:40:21 +01:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- 🥅(frontend) intercept 401 error on GET threads #1754
|
2025-12-22 17:30:50 +01:00
|
|
|
|
- 🦺(frontend) check content type pdf on PdfBlock #1756
|
2025-12-22 09:50:05 +01:00
|
|
|
|
- ✈️(frontend) pause Posthog when offline #1755
|
2025-12-22 17:30:50 +01:00
|
|
|
|
|
2025-12-22 09:45:02 +01:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
2026-01-05 14:44:07 +01:00
|
|
|
|
- 🐛(frontend) fix tables deletion #1739
|
2025-12-22 09:43:04 +01:00
|
|
|
|
- 🐛(frontend) fix children not display when first resize #1753
|
2025-12-22 09:40:21 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v4.2.0] - 2025-12-17
|
2025-12-17 10:15:22 +01:00
|
|
|
|
|
2025-12-10 17:23:26 +01:00
|
|
|
|
### Added
|
|
|
|
|
|
|
2025-12-17 10:15:22 +01:00
|
|
|
|
- ✨(backend) allow to create a new user in a marketing system #1707
|
2025-09-12 14:11:23 +02:00
|
|
|
|
- ✨(backend) add async indexation of documents on save (or access save) #1276
|
|
|
|
|
|
- ✨(backend) add debounce mechanism to limit indexation jobs #1276
|
|
|
|
|
|
- ✨(api) add API route to search for indexed documents in Find #1276
|
2025-12-15 17:13:49 +01:00
|
|
|
|
- 🥅(frontend) add boundary error page #1728
|
2025-12-10 17:23:26 +01:00
|
|
|
|
|
2025-12-15 11:28:53 +01:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
2025-12-12 09:24:04 +01:00
|
|
|
|
- 🛂(backend) stop throttling collaboration servers #1730
|
2025-12-15 11:28:53 +01:00
|
|
|
|
- 🚸(backend) use unaccented full name for user search #1637
|
2025-11-23 11:42:46 +01:00
|
|
|
|
- 🌐(backend) internationalize demo #1644
|
2025-12-02 12:13:07 +01:00
|
|
|
|
- ♿(frontend) improve accessibility:
|
|
|
|
|
|
- ♿️Improve keyboard accessibility for the document tree #1681
|
2025-12-15 11:28:53 +01:00
|
|
|
|
|
2025-12-12 14:45:04 +01:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(frontend) paste content with comments from another document #1732
|
2025-12-14 20:55:18 +01:00
|
|
|
|
- 🐛(frontend) Select text + Go back one page crash the app #1733
|
2025-12-17 17:00:47 +01:00
|
|
|
|
- 🐛(frontend) fix versioning conflict #1742
|
2025-12-14 20:55:18 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v4.1.0] - 2025-12-09
|
2025-12-09 12:12:21 +01:00
|
|
|
|
|
2025-12-09 11:16:59 +01:00
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
|
|
- ⚡️(frontend) export html #1669
|
|
|
|
|
|
|
2025-11-18 11:09:48 +01:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- ♿(frontend) improve accessibility:
|
|
|
|
|
|
- ♿(frontend) add skip to content button for keyboard accessibility #1624
|
2025-11-19 11:29:34 +01:00
|
|
|
|
- ♿(frontend) fix toggle panel button a11y labels #1634
|
2025-12-09 09:43:22 +01:00
|
|
|
|
- 🔒️(frontend) remove dangerouslySetInnerHTML from codebase #1712
|
2025-12-09 11:16:59 +01:00
|
|
|
|
- ⚡️(frontend) improve Comments feature #1687
|
2025-11-18 11:09:48 +01:00
|
|
|
|
|
2025-12-03 09:22:25 +01:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
2025-12-09 12:12:21 +01:00
|
|
|
|
- 🐛(nginx) fix / location to handle new static pages #1682
|
2025-12-10 11:48:09 +01:00
|
|
|
|
- 🐛(frontend) rerendering during resize window #1715
|
2025-12-03 09:22:25 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v4.0.0] - 2025-12-01
|
2025-12-01 22:49:44 +01:00
|
|
|
|
|
2025-11-20 15:42:52 +01:00
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
|
|
- ✨ Add comments feature to the editor #1330
|
|
|
|
|
|
- ✨(backend) Comments on text editor #1330
|
2025-12-01 15:08:13 +01:00
|
|
|
|
- ✨(frontend) link to create new doc #1574
|
2025-11-18 11:09:48 +01:00
|
|
|
|
|
2025-11-25 18:07:26 +01:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- ⚡️(sw) stop to cache external resources likes videos #1655
|
2025-12-01 22:49:44 +01:00
|
|
|
|
- 💥(frontend) upgrade to ui-kit v2 #1605
|
2025-11-28 09:19:08 +01:00
|
|
|
|
- ⚡️(frontend) improve perf on upload and table of contents #1662
|
2025-11-18 14:35:03 +01:00
|
|
|
|
- ♿(frontend) improve accessibility:
|
|
|
|
|
|
- ♿(frontend) improve share modal button accessibility #1626
|
2025-11-18 15:35:07 +01:00
|
|
|
|
- ♿(frontend) improve screen reader support in DocShare modal #1628
|
2025-12-01 22:49:44 +01:00
|
|
|
|
|
2025-12-09 12:12:21 +01:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(frontend) fix toolbar not activated when reader #1640
|
|
|
|
|
|
- 🐛(frontend) preserve left panel width on window resize #1588
|
|
|
|
|
|
- 🐛(frontend) prevent duplicate as first character in title #1595
|
|
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.10.0] - 2025-11-18
|
2025-11-19 11:15:05 +01:00
|
|
|
|
|
2025-10-27 11:28:28 +01:00
|
|
|
|
### Added
|
|
|
|
|
|
|
2025-11-18 16:19:21 +01:00
|
|
|
|
- ✨(export) enable ODT export for documents #1524
|
2025-11-12 11:23:03 +01:00
|
|
|
|
- ✨(frontend) improve mobile UX by showing subdocs count #1540
|
2025-10-27 11:28:28 +01:00
|
|
|
|
|
2025-11-19 11:15:05 +01:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- ♻️(frontend) preserve @ character when esc is pressed after typing it #1512
|
|
|
|
|
|
- ♻️(frontend) make summary button fixed to remain visible during scroll #1581
|
|
|
|
|
|
- ♻️(frontend) pdf embed use full width #1526
|
|
|
|
|
|
|
2025-10-23 10:59:20 +02:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- ♿(frontend) improve accessibility:
|
|
|
|
|
|
- ♿(frontend) improve ARIA in doc grid and editor for a11y #1519
|
2025-10-29 10:41:40 +01:00
|
|
|
|
- ♿(frontend) improve accessibility and styling of summary table #1528
|
2025-10-29 13:05:23 +01:00
|
|
|
|
- ♿(frontend) add focus trap and enter key support to remove doc modal #1531
|
2025-11-14 10:43:34 +01:00
|
|
|
|
- 🐛(frontend) fix alignment of side menu #1597
|
2025-11-17 15:23:48 +01:00
|
|
|
|
- 🐛(frontend) fix fallback translations with Trans #1620
|
2025-11-18 16:19:21 +01:00
|
|
|
|
- 🐛(export) fix image overflow by limiting width to 600px during export #1525
|
|
|
|
|
|
- 🐛(export) fix table cell alignment issue in exported documents #1582
|
|
|
|
|
|
- 🐛(export) preserve image aspect ratio in PDF export #1622
|
|
|
|
|
|
- 🐛(export) Export fails when paste with style #1552
|
2025-10-23 10:59:20 +02:00
|
|
|
|
|
2025-11-12 11:58:50 +01:00
|
|
|
|
### Security
|
|
|
|
|
|
|
|
|
|
|
|
- mitigate role escalation in the ask_for_access viewset #1580
|
|
|
|
|
|
|
2025-11-19 12:23:31 +01:00
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
|
|
|
|
- 🔥(backend) remove api managing templates
|
|
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.9.0] - 2025-11-10
|
2025-11-10 11:16:59 +01:00
|
|
|
|
|
2025-10-14 15:28:21 +02:00
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
|
|
- ✨(frontend) create skeleton component for DocEditor #1491
|
2025-09-15 18:55:35 +02:00
|
|
|
|
- ✨(frontend) add an EmojiPicker in the document tree and title #1381
|
2025-10-21 17:28:25 +02:00
|
|
|
|
- ✨(frontend) ajustable left panel #1456
|
2025-10-14 15:28:21 +02:00
|
|
|
|
|
2025-10-22 11:44:39 +02:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
2025-10-16 12:10:05 +02:00
|
|
|
|
- ♻️(frontend) adapt custom blocks to new implementation #1375
|
2025-11-10 11:16:59 +01:00
|
|
|
|
- ♻️(backend) increase user short_name field length #1510
|
2025-10-21 17:28:25 +02:00
|
|
|
|
- 🚸(frontend) separate viewers from editors #1509
|
2025-10-22 11:44:39 +02:00
|
|
|
|
|
|
|
|
|
|
### Fixed
|
2025-10-13 16:03:37 +02:00
|
|
|
|
|
|
|
|
|
|
- 🐛(frontend) fix duplicate document entries in grid #1479
|
2025-11-10 11:16:59 +01:00
|
|
|
|
- 🐛(backend) fix trashbin list #1520
|
2025-10-23 09:17:25 +02:00
|
|
|
|
- ♿(frontend) improve accessibility:
|
|
|
|
|
|
- ♿(frontend) remove empty alt on logo due to Axe a11y error #1516
|
2025-11-10 11:16:59 +01:00
|
|
|
|
- 🐛(backend) fix s3 version_id validation #1543
|
2025-11-04 09:32:04 +01:00
|
|
|
|
- 🐛(frontend) retry check media status after page reload #1555
|
2025-11-05 10:22:17 +01:00
|
|
|
|
- 🐛(frontend) fix Interlinking memory leak #1560
|
2025-11-05 15:53:12 +01:00
|
|
|
|
- 🐛(frontend) button new doc UI fix #1557
|
|
|
|
|
|
- 🐛(frontend) interlinking UI fix #1557
|
2025-10-13 16:03:37 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.8.2] - 2025-10-17
|
2025-10-17 15:54:56 +02:00
|
|
|
|
|
2025-10-17 15:14:04 +02:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
2025-10-13 16:03:37 +02:00
|
|
|
|
- 🐛(service-worker) fix sw registration and page reload logic #1500
|
2025-10-17 15:14:04 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.8.1] - 2025-10-17
|
2025-10-17 10:41:38 +02:00
|
|
|
|
|
|
|
|
|
|
### Fixed
|
2025-10-14 09:03:27 +02:00
|
|
|
|
|
2025-10-17 10:41:38 +02:00
|
|
|
|
- ⚡️(backend) improve trashbin endpoint performance #1495
|
|
|
|
|
|
- 🐛(backend) manage invitation partial update without email #1494
|
2025-10-14 09:03:27 +02:00
|
|
|
|
- ♿(frontend) improve accessibility:
|
2025-10-17 10:41:38 +02:00
|
|
|
|
- ♿ add missing aria-label to add sub-doc button for accessibility #1480
|
2025-10-14 09:28:50 +02:00
|
|
|
|
- ♿ add missing aria-label to more options button on sub-docs #1481
|
2025-10-14 09:03:27 +02:00
|
|
|
|
|
2025-10-17 10:41:38 +02:00
|
|
|
|
### Removed
|
2025-10-16 17:06:47 +02:00
|
|
|
|
|
2025-10-17 10:41:38 +02:00
|
|
|
|
- 🔥(backend) remove treebeard form for the document admin #1470
|
2025-10-16 17:26:02 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.8.0] - 2025-10-14
|
2025-10-14 09:30:35 +02:00
|
|
|
|
|
2025-08-17 12:37:31 +05:30
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
|
|
- ✨(frontend) add pdf block to the editor #1293
|
2025-10-03 12:45:25 +02:00
|
|
|
|
- ✨List and restore deleted docs #1450
|
2025-08-17 12:37:31 +05:30
|
|
|
|
|
2025-09-08 16:40:36 +02:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
2025-10-08 16:40:37 +02:00
|
|
|
|
- ♻️(frontend) Refactor Auth component for improved redirection logic #1461
|
2025-09-19 14:58:06 +02:00
|
|
|
|
- ♻️(frontend) replace Arial font-family with token font #1411
|
2025-09-08 16:40:36 +02:00
|
|
|
|
- ♿(frontend) improve accessibility:
|
2025-09-19 16:45:40 +02:00
|
|
|
|
- ♿(frontend) enable enter key to open documentss #1354
|
|
|
|
|
|
- ♿(frontend) improve modal a11y: structure, labels, title #1349
|
|
|
|
|
|
- ♿improve NVDA navigation in DocShareModal #1396
|
2025-09-17 08:14:30 +02:00
|
|
|
|
- ♿ improve accessibility by adding landmark roles to layout #1394
|
2025-09-15 10:55:39 +02:00
|
|
|
|
- ♿ add document visible in list and openable via enter key #1365
|
2025-09-17 14:48:10 +02:00
|
|
|
|
- ♿ add pdf outline property to enable bookmarks display #1368
|
2025-09-18 08:22:01 +02:00
|
|
|
|
- ♿ hide decorative icons from assistive tech with aria-hidden #1404
|
2025-09-23 13:02:28 +02:00
|
|
|
|
- ♿ fix rgaa 1.9.1: convert to figure/figcaption structure #1426
|
2025-09-22 14:21:59 +02:00
|
|
|
|
- ♿ remove redundant aria-label to avoid over-accessibility #1420
|
2025-09-24 10:23:06 +02:00
|
|
|
|
- ♿ remove redundant aria-label on hidden icons and update tests #1432
|
2025-09-24 09:55:41 +02:00
|
|
|
|
- ♿ improve semantic structure and aria roles of leftpanel #1431
|
2025-09-23 09:30:58 +02:00
|
|
|
|
- ♿ add default background to left panel for better accessibility #1423
|
2025-10-02 11:27:09 +02:00
|
|
|
|
- ♿ restyle checked checkboxes: removing strikethrough #1439
|
2025-09-30 08:45:09 +02:00
|
|
|
|
- ♿ add h1 for SR on 40X pages and remove alt texts #1438
|
2025-10-01 11:33:02 +02:00
|
|
|
|
- ♿ update labels and shared document icon accessibility #1442
|
2025-10-06 14:54:25 +02:00
|
|
|
|
- 🍱(frontend) Fonts GDPR compliants #1453
|
2025-10-09 15:41:11 +02:00
|
|
|
|
- ♻️(service-worker) improve SW registration and update handling #1473
|
2025-10-01 11:33:02 +02:00
|
|
|
|
|
2025-09-15 22:44:58 +02:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
2025-10-14 09:30:35 +02:00
|
|
|
|
- 🐛(backend) duplicate sub docs as root for reader users #1385
|
2025-09-17 10:29:45 +02:00
|
|
|
|
- ⚗️(service-worker) remove index from cache first strategy #1395
|
2025-09-17 14:48:10 +02:00
|
|
|
|
- 🐛(frontend) fix 404 page when reload 403 page #1402
|
2025-09-17 10:29:45 +02:00
|
|
|
|
- 🐛(frontend) fix legacy role computation #1376
|
2025-09-19 16:45:40 +02:00
|
|
|
|
- 🛂(frontend) block editing title when not allowed #1412
|
2025-09-18 17:40:47 +02:00
|
|
|
|
- 🐛(frontend) scroll back to top when navigate to a document #1406
|
2025-10-06 14:54:25 +02:00
|
|
|
|
- 🐛(frontend) fix export pdf emoji problem #1453
|
2025-10-02 11:27:09 +02:00
|
|
|
|
- 🐛(frontend) fix attachment download filename #1447
|
2025-10-01 09:18:29 +02:00
|
|
|
|
- 🐛(frontend) exclude h4-h6 headings from table of contents #1441
|
2025-10-02 14:59:25 +02:00
|
|
|
|
- 🔒(frontend) prevent readers from changing callout emoji #1449
|
2025-10-06 17:00:50 +02:00
|
|
|
|
- 🐛(frontend) fix overlapping placeholders in multi-column layout #1455
|
2025-10-14 09:30:35 +02:00
|
|
|
|
- 🐛(backend) filter invitation with case insensitive email #1457
|
2025-10-08 09:11:16 +02:00
|
|
|
|
- 🐛(frontend) reduce no access image size from 450 to 300 #1463
|
2025-10-07 14:41:18 +02:00
|
|
|
|
- 🐛(frontend) preserve interlink style on drag-and-drop in editor #1460
|
2025-10-08 08:33:07 +02:00
|
|
|
|
- ✨(frontend) load docs logo from public folder via url #1462
|
2025-10-14 09:30:35 +02:00
|
|
|
|
- 🔧(keycloak) Fix https required issue in dev mode #1286
|
2025-09-11 12:52:41 +02:00
|
|
|
|
|
2025-10-15 17:13:44 +02:00
|
|
|
|
## Removed
|
|
|
|
|
|
|
|
|
|
|
|
- 🔥(frontend) remove custom DividerBlock ##1375
|
|
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.7.0] - 2025-09-12
|
2025-09-12 11:48:46 +02:00
|
|
|
|
|
2025-09-05 14:45:42 +02:00
|
|
|
|
### Added
|
2025-07-24 02:31:50 +02:00
|
|
|
|
|
|
|
|
|
|
- ✨(api) add API route to fetch document content #1206
|
2025-09-15 18:55:35 +02:00
|
|
|
|
- ✨(frontend) doc emojis improvements #1381
|
|
|
|
|
|
- add an EmojiPicker in the document tree and document title
|
|
|
|
|
|
- remove emoji buttons in menus
|
2025-07-24 02:31:50 +02:00
|
|
|
|
|
2025-09-05 15:29:08 +02:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- 🔒️(backend) configure throttle on every viewsets #1343
|
2025-08-08 14:43:25 +02:00
|
|
|
|
- ⬆️ Bump eslint to V9 #1071
|
2025-09-05 16:01:15 +02:00
|
|
|
|
- ♿(frontend) improve accessibility:
|
2025-09-12 11:48:46 +02:00
|
|
|
|
- ♿fix major accessibility issues reported by wave and axe #1344
|
|
|
|
|
|
- ✨unify tab focus style for better visual consistency #1341
|
|
|
|
|
|
- ✨improve modal a11y: structure, labels, and title #1349
|
|
|
|
|
|
- ✨improve accessibility of cdoc content with correct aria tags #1271
|
|
|
|
|
|
- ✨unify tab focus style for better visual consistency #1341
|
|
|
|
|
|
- ♿hide decorative icons, label menus, avoid accessible name… #1362
|
2025-09-10 13:43:30 +02:00
|
|
|
|
- ♻️(tilt) use helm dev-backend chart
|
2025-09-15 18:55:35 +02:00
|
|
|
|
- 🩹(frontend) on main pages do not display leading emoji as page icon #1381
|
|
|
|
|
|
- 🩹(frontend) handle properly emojis in interlinking #1381
|
2025-09-05 15:29:08 +02:00
|
|
|
|
|
2025-09-11 16:11:48 +02:00
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
|
|
|
|
- 🔥(frontend) remove multi column drop cursor #1370
|
|
|
|
|
|
|
2025-09-11 11:54:52 +02:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(frontend) fix callout emoji list #1366
|
|
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.6.0] - 2025-09-04
|
2025-09-04 12:16:29 +02:00
|
|
|
|
|
2025-08-05 16:00:34 +02:00
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
|
|
- 👷(CI) add bundle size check job #1268
|
2025-09-04 12:16:29 +02:00
|
|
|
|
- ✨(frontend) use title first emoji as doc icon in tree #1289
|
2025-08-05 16:00:34 +02:00
|
|
|
|
|
2025-07-29 12:00:01 +02:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
2025-08-06 14:35:43 +02:00
|
|
|
|
- ♻️(docs-app) Switch from Jest tests to Vitest #1269
|
2025-09-04 12:16:29 +02:00
|
|
|
|
- ♿(frontend) improve accessibility:
|
|
|
|
|
|
- 🌐(frontend) set html lang attribute dynamically #1248
|
|
|
|
|
|
- ♿(frontend) inject language attribute to pdf export #1235
|
|
|
|
|
|
- ♿(frontend) improve accessibility of search modal #1275
|
|
|
|
|
|
- ♿(frontend) add correct attributes to icons #1255
|
|
|
|
|
|
- 🎨(frontend) improve nav structure #1262
|
|
|
|
|
|
- ♿️(frontend) keyboard interaction with menu #1244
|
|
|
|
|
|
- ♿(frontend) improve header accessibility #1270
|
|
|
|
|
|
- ♿(frontend) improve accessibility for decorative images in editor #1282
|
2025-09-04 14:22:35 +02:00
|
|
|
|
- #1338
|
2025-08-11 11:18:30 +02:00
|
|
|
|
- #1281
|
2025-08-29 09:39:55 +02:00
|
|
|
|
- ♻️(backend) fallback to email identifier when no name #1298
|
2025-09-04 14:22:35 +02:00
|
|
|
|
- 🐛(backend) allow ASCII characters in user sub field #1295
|
2025-09-03 18:11:43 +02:00
|
|
|
|
- ⚡️(frontend) improve fallback width calculation #1333
|
2025-07-29 12:00:01 +02:00
|
|
|
|
|
2025-08-04 13:48:06 +02:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
2025-09-04 12:16:29 +02:00
|
|
|
|
- 🐛(makefile) Windows compatibility fix for Docker volume mounting #1263
|
|
|
|
|
|
- 🐛(minio) fix user permission error with Minio and Windows #1263
|
2025-08-29 18:42:04 +02:00
|
|
|
|
- 🐛(frontend) fix export when quote block and inline code #1319
|
2025-09-01 13:12:23 +02:00
|
|
|
|
- 🐛(frontend) fix base64 font #1324
|
2025-09-04 12:16:29 +02:00
|
|
|
|
- 🐛(backend) allow creator to delete subpages #1297
|
2025-09-02 10:36:37 +02:00
|
|
|
|
- 🐛(frontend) fix dnd conflict with tree and Blocknote #1328
|
2025-09-03 10:49:47 +02:00
|
|
|
|
- 🐛(frontend) fix display bug on homepage #1332
|
2025-08-14 12:57:12 +02:00
|
|
|
|
- 🐛link role update #1287
|
2025-08-04 13:48:06 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.5.0] - 2025-07-31
|
2025-07-31 14:37:33 +02:00
|
|
|
|
|
2025-07-15 13:14:41 +02:00
|
|
|
|
### Added
|
|
|
|
|
|
|
2025-07-31 14:37:33 +02:00
|
|
|
|
- ✨(helm) Service Account support for K8s Resources in Helm Charts #780
|
|
|
|
|
|
- ✨(backend) allow masking documents from the list view #1172
|
2025-07-17 12:33:16 +02:00
|
|
|
|
- ✨(frontend) subdocs can manage link reach #1190
|
2025-07-15 13:14:41 +02:00
|
|
|
|
- ✨(frontend) add duplicate action to doc tree #1175
|
2025-04-23 18:41:11 +02:00
|
|
|
|
- ✨(frontend) Interlinking doc #904
|
2025-07-25 15:27:01 +02:00
|
|
|
|
- ✨(frontend) add multi columns support for editor #1219
|
2025-07-15 13:14:41 +02:00
|
|
|
|
|
2025-07-17 16:48:03 +02:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
2025-07-25 13:26:39 +02:00
|
|
|
|
- ♻️(frontend) search on all docs if no children #1184
|
2025-07-15 12:42:09 +02:00
|
|
|
|
- ♻️(frontend) redirect to doc after duplicate #1175
|
2025-07-17 16:48:03 +02:00
|
|
|
|
- 🔧(project) change env.d system by using local files #1200
|
2025-07-22 17:53:41 +02:00
|
|
|
|
- ⚡️(frontend) improve tree stability #1207
|
2025-08-06 14:20:53 +02:00
|
|
|
|
- ⚡️(frontend) improve accessibility #1232
|
2025-08-07 12:37:00 +02:00
|
|
|
|
- 🛂(frontend) block drag n drop when not desktop #1239
|
2025-04-18 13:41:34 +01:00
|
|
|
|
|
2025-07-17 16:48:03 +02:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(service-worker) Fix useOffline Maximum update depth exceeded #1196
|
2025-07-25 12:55:29 +02:00
|
|
|
|
- 🐛(frontend) fix empty left panel after deleting root doc #1197
|
2025-04-18 13:41:34 +01:00
|
|
|
|
- 🐛(helm) charts generate invalid YAML for collaboration API / WS #890
|
2025-07-24 11:45:09 +02:00
|
|
|
|
- 🐛(frontend) 401 redirection overridden #1214
|
2025-07-30 14:56:30 +02:00
|
|
|
|
- 🐛(frontend) include root parent in search #1243
|
2025-04-18 13:41:34 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.4.2] - 2025-07-18
|
2025-07-18 12:23:29 +02:00
|
|
|
|
|
2025-03-17 21:55:14 +08:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- ⚡️(docker) Optimize Dockerfile to use apk with --no-cache #743
|
|
|
|
|
|
|
2025-07-16 16:24:33 +02:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(backend) improve prompt to not use code blocks delimiter #1188
|
|
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.4.1] - 2025-07-15
|
2025-07-15 16:14:43 +02:00
|
|
|
|
|
2025-07-10 12:38:28 +02:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🌐(frontend) keep simple tag during export #1154
|
2025-07-28 16:45:06 +02:00
|
|
|
|
- 🐛(back) manage can-edit endpoint without created room
|
2025-07-15 16:14:43 +02:00
|
|
|
|
in the ws #1152
|
2025-07-11 08:13:01 +02:00
|
|
|
|
- 🐛(frontend) fix action buttons not clickable #1162
|
2025-07-15 11:36:44 +02:00
|
|
|
|
- 🐛(frontend) fix crash share modal on grid options #1174
|
2025-07-15 17:13:53 +02:00
|
|
|
|
- 🐛(frontend) fix unfold subdocs not clickable at the bottom #1179
|
2025-07-10 12:38:28 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.4.0] - 2025-07-09
|
2025-07-09 09:49:30 +02:00
|
|
|
|
|
2025-04-08 16:42:38 +02:00
|
|
|
|
### Added
|
|
|
|
|
|
|
2025-03-17 15:13:02 +01:00
|
|
|
|
- ✨(frontend) multi-pages #701
|
2025-07-09 09:49:30 +02:00
|
|
|
|
- ✨(frontend) Duplicate a doc #1078
|
|
|
|
|
|
- ✨Ask for access #1081
|
|
|
|
|
|
- ✨(frontend) add customization for translations #857
|
2025-04-06 21:20:04 +02:00
|
|
|
|
- ✨(backend) add ancestors links definitions to document abilities #846
|
2025-07-16 16:24:33 +02:00
|
|
|
|
- ✨(backend) include ancestors accesses on document accesses list view #846
|
2025-04-28 08:03:39 +02:00
|
|
|
|
- ✨(backend) add ancestors links reach and role to document API #846
|
2025-06-11 09:41:16 +02:00
|
|
|
|
- 📝(project) add troubleshoot doc #1066
|
2025-06-11 09:57:16 +02:00
|
|
|
|
- 📝(project) add system-requirement doc #1066
|
2025-07-13 19:56:07 +02:00
|
|
|
|
- 🔧(frontend) configure x-frame-options to DENY in nginx conf #1084
|
2025-07-28 16:45:06 +02:00
|
|
|
|
- ✨(backend) allow to disable checking unsafe mimetype on
|
2025-07-09 09:49:30 +02:00
|
|
|
|
attachment upload #1099
|
2025-06-25 17:30:33 +02:00
|
|
|
|
- ✨(doc) add documentation to install with compose #855
|
2025-07-28 16:45:06 +02:00
|
|
|
|
- ✨ Give priority to users connected to collaboration server
|
|
|
|
|
|
(aka no websocket feature) #1093
|
2025-04-08 16:42:38 +02:00
|
|
|
|
|
2025-06-03 00:21:37 +02:00
|
|
|
|
### Changed
|
|
|
|
|
|
|
2025-05-04 22:16:34 +02:00
|
|
|
|
- ♻️(backend) stop requiring owner for non-root documents #846
|
2025-04-25 08:03:12 +02:00
|
|
|
|
- ♻️(backend) simplify roles by ranking them and return only the max role #846
|
2025-06-17 11:43:05 +02:00
|
|
|
|
- 📌(yjs) stop pinning node to minor version on yjs docker image #1005
|
2025-06-03 09:24:16 +02:00
|
|
|
|
- 🧑💻(docker) add .next to .dockerignore #1055
|
2025-06-13 10:31:08 +02:00
|
|
|
|
- 🧑💻(docker) handle frontend development images with docker compose #1033
|
2025-06-03 09:24:16 +02:00
|
|
|
|
- 🧑💻(docker) add y-provider config to development environment #1057
|
2025-05-22 00:27:42 +02:00
|
|
|
|
- ⚡️(frontend) optimize document fetch error handling #1089
|
2025-06-03 00:21:37 +02:00
|
|
|
|
|
2025-05-19 15:08:20 +02:00
|
|
|
|
### Fixed
|
|
|
|
|
|
|
2025-04-06 21:12:34 +02:00
|
|
|
|
- 🐛(backend) fix link definition select options linked to ancestors #846
|
2025-06-26 11:31:10 +02:00
|
|
|
|
- 🐛(frontend) table of content disappearing #982
|
|
|
|
|
|
- 🐛(frontend) fix multiple EmojiPicker #1012
|
|
|
|
|
|
- 🐛(frontend) fix meta title #1017
|
|
|
|
|
|
- 🔧(git) set LF line endings for all text files #1032
|
|
|
|
|
|
- 📝(docs) minor fixes to docs/env.md
|
2025-07-09 09:49:30 +02:00
|
|
|
|
- ✨support `_FILE` environment variables for secrets #912
|
2025-06-26 11:31:10 +02:00
|
|
|
|
|
2025-06-24 17:42:41 +02:00
|
|
|
|
### Removed
|
2025-06-26 11:31:10 +02:00
|
|
|
|
|
|
|
|
|
|
- 🔥(frontend) remove Beta from logo #1095
|
|
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.3.0] - 2025-05-06
|
2025-05-22 16:56:19 +02:00
|
|
|
|
|
2025-05-21 14:22:31 +02:00
|
|
|
|
### Added
|
2025-04-18 17:09:05 +02:00
|
|
|
|
|
2025-05-22 16:56:19 +02:00
|
|
|
|
- ✨(backend) add endpoint checking media status #984
|
2025-05-16 20:07:16 +02:00
|
|
|
|
- ✨(backend) allow setting session cookie age via env var #977
|
|
|
|
|
|
- ✨(backend) allow theme customnization using a configuration file #948
|
2025-03-25 13:08:36 +01:00
|
|
|
|
- ✨(frontend) Add a custom callout block to the editor #892
|
2025-05-02 16:59:50 +02:00
|
|
|
|
- 🚩(frontend) version MIT only #911
|
2025-05-05 16:01:12 +02:00
|
|
|
|
- ✨(backend) integrate maleware_detection from django-lasuite #936
|
2025-03-25 13:08:36 +01:00
|
|
|
|
- 🏗️(frontend) Footer configurable #959
|
2025-05-09 00:02:25 +02:00
|
|
|
|
- 🩺(CI) add lint spell mistakes #954
|
2025-03-25 13:01:48 +01:00
|
|
|
|
- ✨(frontend) create generic theme #792
|
2025-05-06 14:25:10 +02:00
|
|
|
|
- 🛂(frontend) block edition to not connected users #945
|
2025-05-22 16:56:19 +02:00
|
|
|
|
- 🚸(frontend) Let loader during upload analyze #984
|
2025-05-23 10:17:00 +02:00
|
|
|
|
- 🚩(frontend) feature flag on blocking edition #997
|
2025-04-18 17:09:05 +02:00
|
|
|
|
|
2025-05-21 14:22:31 +02:00
|
|
|
|
### Changed
|
2025-05-07 13:39:56 +02:00
|
|
|
|
|
2025-03-25 13:08:36 +01:00
|
|
|
|
- 📝(frontend) Update documentation #949
|
|
|
|
|
|
- ✅(frontend) Improve tests coverage #949
|
2025-05-16 10:21:33 +02:00
|
|
|
|
- ⬆️(docker) upgrade backend image to python 3.13 #973
|
2025-05-22 16:56:19 +02:00
|
|
|
|
- ⬆️(docker) upgrade node images to alpine 3.21 #973
|
2025-05-16 10:21:33 +02:00
|
|
|
|
|
2025-05-22 16:56:19 +02:00
|
|
|
|
### Fixed
|
2025-07-28 16:45:06 +02:00
|
|
|
|
|
2025-05-22 16:56:19 +02:00
|
|
|
|
- 🐛(y-provider) increase JSON size limits for transcription conversion #989
|
2025-05-07 13:39:56 +02:00
|
|
|
|
|
2025-05-07 12:06:16 +02:00
|
|
|
|
### Removed
|
|
|
|
|
|
|
2025-03-25 13:08:36 +01:00
|
|
|
|
- 🔥(back) remove footer endpoint #948
|
2025-05-07 12:06:16 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.2.1] - 2025-05-06
|
2025-05-06 16:21:24 +02:00
|
|
|
|
|
2025-05-06 16:17:33 +02:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(frontend) fix list copy paste #943
|
2025-05-09 22:40:44 +02:00
|
|
|
|
- 📝(doc) update contributing policy (commit signatures are now mandatory) #895
|
|
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.2.0] - 2025-05-05
|
2025-04-28 14:50:14 +02:00
|
|
|
|
|
2025-04-09 16:00:29 +02:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2025-04-17 18:36:29 +02:00
|
|
|
|
- 🚸(backend) make document search on title accent-insensitive #874
|
2025-04-09 16:00:29 +02:00
|
|
|
|
- 🚩 add homepage feature flag #861
|
2025-05-09 22:40:44 +02:00
|
|
|
|
- 📝(doc) update contributing policy (commit signatures are now mandatory) #895
|
2025-04-28 12:54:30 +02:00
|
|
|
|
- ✨(settings) Allow configuring PKCE for the SSO #886
|
2025-04-28 14:36:34 +02:00
|
|
|
|
- 🌐(i18n) activate chinese and spanish languages #884
|
2025-04-28 17:41:28 +02:00
|
|
|
|
- 🔧(backend) allow overwriting the data directory #893
|
2025-07-28 16:45:06 +02:00
|
|
|
|
- ➕(backend) add `django-lasuite` dependency #839
|
2025-05-05 15:32:01 +02:00
|
|
|
|
- ✨(frontend) advanced table features #908
|
2025-04-09 16:00:29 +02:00
|
|
|
|
|
2025-04-22 11:23:55 +02:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
2025-04-23 09:49:09 +02:00
|
|
|
|
- ⚡️(frontend) reduce unblocking time for config #867
|
|
|
|
|
|
- ♻️(frontend) bind UI with ability access #900
|
2025-05-05 15:32:01 +02:00
|
|
|
|
- ♻️(frontend) use built-in Quote block #908
|
2025-04-09 16:00:29 +02:00
|
|
|
|
|
2025-04-10 22:54:59 +02:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(nginx) fix 404 when accessing a doc #866
|
2025-04-30 16:23:26 +02:00
|
|
|
|
- 🔒️(drf) disable browsable HTML API renderer #919
|
2025-05-05 15:32:01 +02:00
|
|
|
|
- 🔒(frontend) enhance file download security #889
|
|
|
|
|
|
- 🐛(backend) race condition create doc #633
|
|
|
|
|
|
- 🐛(frontend) fix breaklines in custom blocks #908
|
2025-04-10 22:54:59 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.1.0] - 2025-04-07
|
2025-04-07 15:54:39 +02:00
|
|
|
|
|
2025-04-04 10:04:30 +02:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2025-04-04 15:31:57 +02:00
|
|
|
|
- 🚩(backend) add feature flag for the footer #841
|
2025-04-04 10:04:30 +02:00
|
|
|
|
- 🔧(backend) add view to manage footer json #841
|
2025-04-07 15:54:39 +02:00
|
|
|
|
- ✨(frontend) add custom css style #771
|
|
|
|
|
|
- 🚩(frontend) conditionally render AI button only when feature is enabled #814
|
2025-04-04 10:04:30 +02:00
|
|
|
|
|
2025-03-17 17:17:18 +01:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- 🚨(frontend) block button when creating doc #749
|
|
|
|
|
|
|
2025-03-28 18:15:20 +01:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(back) validate document content in serializer #822
|
2025-04-03 23:56:29 +02:00
|
|
|
|
- 🐛(frontend) fix selection click past end of content #840
|
2025-03-28 18:15:20 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v3.0.0] - 2025-03-28
|
2025-03-28 12:11:16 +01:00
|
|
|
|
|
2025-03-20 10:47:01 +01:00
|
|
|
|
## Added
|
|
|
|
|
|
|
|
|
|
|
|
- 📄(legal) Require contributors to sign a DCO #779
|
|
|
|
|
|
|
2025-03-20 17:18:22 +01:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- ♻️(frontend) Integrate UI kit #783
|
2025-03-28 12:11:16 +01:00
|
|
|
|
- 🏗️(y-provider) manage auth in y-provider app #804
|
2025-03-20 17:18:22 +01:00
|
|
|
|
|
2025-03-24 10:46:40 +01:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(backend) compute ancestor_links in get_abilities if needed #725
|
2025-03-24 23:36:24 +01:00
|
|
|
|
- 🔒️(back) restrict access to document accesses #801
|
2025-03-24 10:46:40 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v2.6.0] - 2025-03-21
|
2025-03-21 15:50:19 +01:00
|
|
|
|
|
2025-03-20 11:04:02 +01:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2025-03-21 15:50:19 +01:00
|
|
|
|
- 📝(doc) add publiccode.yml #770
|
2025-03-19 21:28:32 +01:00
|
|
|
|
|
2025-03-13 14:54:49 +01:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- 🚸(frontend) ctrl+k modal not when editor is focused #712
|
|
|
|
|
|
|
2025-03-20 11:04:02 +01:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(back) allow only images to be used with the cors-proxy #781
|
2025-02-12 23:48:01 +01:00
|
|
|
|
- 🐛(backend) stop returning inactive users on the list endpoint #636
|
|
|
|
|
|
- 🔒️(backend) require at least 5 characters to search for users #636
|
2025-03-21 09:55:19 +01:00
|
|
|
|
- 🔒️(back) throttle user list endpoint #636
|
|
|
|
|
|
- 🔒️(back) remove pagination and limit to 5 for user list endpoint #636
|
2025-03-20 11:04:02 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v2.5.0] - 2025-03-18
|
2025-03-19 09:29:50 +01:00
|
|
|
|
|
2025-03-11 12:24:22 +01:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2025-03-17 13:31:50 -03:00
|
|
|
|
- 📝(doc) Added GNU Make link to README #750
|
2025-03-13 14:14:17 +01:00
|
|
|
|
- ✨(frontend) add pinning on doc detail #711
|
2025-03-14 16:13:45 +01:00
|
|
|
|
- 🚩(frontend) feature flag analytic on copy as html #649
|
2025-03-11 12:24:22 +01:00
|
|
|
|
- ✨(frontend) Custom block divider with export #698
|
2025-03-17 15:02:49 +01:00
|
|
|
|
- 🌐(i18n) activate dutch language #742
|
2025-03-19 09:29:50 +01:00
|
|
|
|
- ✨(frontend) add Beautify action to AI transform #478
|
|
|
|
|
|
- ✨(frontend) add Emojify action to AI transform #478
|
2025-03-11 12:24:22 +01:00
|
|
|
|
|
2025-03-11 16:42:33 +01:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- 🧑💻(frontend) change literal section open source #702
|
2025-03-13 11:52:11 +01:00
|
|
|
|
- ♻️(frontend) replace cors proxy for export #695
|
2025-03-18 09:24:31 +01:00
|
|
|
|
- 🚨(gitlint) Allow uppercase in commit messages #756
|
2025-03-19 09:29:50 +01:00
|
|
|
|
- ♻️(frontend) Improve AI translations #478
|
2025-03-11 16:42:33 +01:00
|
|
|
|
|
2025-03-10 09:29:33 +01:00
|
|
|
|
## Fixed
|
2025-03-13 11:52:11 +01:00
|
|
|
|
|
2025-03-13 13:21:28 +01:00
|
|
|
|
- 🐛(frontend) SVG export #706
|
2025-07-28 16:45:06 +02:00
|
|
|
|
- 🐛(frontend) remove scroll listener table content #688
|
2025-03-10 09:29:33 +01:00
|
|
|
|
- 🔒️(back) restrict access to favorite_list endpoint #690
|
2025-07-28 16:45:06 +02:00
|
|
|
|
- 🐛(backend) refactor to fix filtering on children
|
|
|
|
|
|
and descendants views #695
|
2025-03-13 15:19:58 +01:00
|
|
|
|
- 🐛(action) fix notify-argocd workflow #713
|
2025-03-17 11:38:41 +01:00
|
|
|
|
- 🚨(helm) fix helmfile lint #736
|
2025-03-18 11:28:35 +01:00
|
|
|
|
- 🚚(frontend) redirect to 401 page when 401 error #759
|
2025-03-10 09:29:33 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v2.4.0] - 2025-03-06
|
2025-03-06 09:47:58 +01:00
|
|
|
|
|
|
|
|
|
|
## Added
|
|
|
|
|
|
|
|
|
|
|
|
- ✨(frontend) synchronize language-choice #401
|
|
|
|
|
|
|
2025-03-04 17:19:53 +01:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- Use sentry tags instead of extra scope
|
|
|
|
|
|
|
2025-03-06 14:45:00 +01:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(frontend) fix collaboration error #684
|
2025-03-10 09:29:33 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v2.3.0] - 2025-03-03
|
2025-03-03 13:21:11 +01:00
|
|
|
|
|
2025-02-17 13:05:20 +01:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2025-02-18 08:32:49 +01:00
|
|
|
|
- ✨(backend) limit link reach/role select options depending on ancestors #645
|
2025-02-17 10:25:07 +01:00
|
|
|
|
- ✨(backend) add new "descendants" action to document API endpoint #645
|
2025-02-16 17:26:51 +01:00
|
|
|
|
- ✨(backend) new "tree" action on document detail endpoint #645
|
|
|
|
|
|
- ✨(backend) allow forcing page size within limits #645
|
2025-02-17 13:05:20 +01:00
|
|
|
|
- 💄(frontend) add error pages #643
|
2025-02-28 11:38:12 +01:00
|
|
|
|
- 🔒️ Manage unsafe attachments #663
|
2025-02-20 10:03:11 +01:00
|
|
|
|
- ✨(frontend) Custom block quote with export #646
|
2025-02-26 14:53:07 +01:00
|
|
|
|
- ✨(frontend) add open source section homepage #666
|
2025-02-25 15:41:03 +01:00
|
|
|
|
- ✨(frontend) synchronize language-choice #401
|
2025-02-17 13:05:20 +01:00
|
|
|
|
|
2025-02-14 17:25:13 +01:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
2025-02-11 15:53:28 +01:00
|
|
|
|
- 🛂(frontend) Restore version visibility #629
|
2025-02-14 17:25:13 +01:00
|
|
|
|
- 📝(doc) minor README.md formatting and wording enhancements
|
2025-02-12 12:19:07 +01:00
|
|
|
|
- ♻️Stop setting a default title on doc creation #634
|
2025-02-24 10:24:06 +01:00
|
|
|
|
- ♻️(frontend) misc ui improvements #644
|
2025-02-12 12:19:07 +01:00
|
|
|
|
|
2025-02-14 15:28:33 +01:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
2025-03-01 11:49:40 +01:00
|
|
|
|
- 🐛(backend) allow any type of extensions for media download #671
|
2025-02-14 15:28:33 +01:00
|
|
|
|
- ♻️(frontend) improve table pdf rendering
|
2025-03-04 13:47:15 +01:00
|
|
|
|
- 🐛(email) invitation emails in receivers language
|
2025-02-14 17:25:13 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v2.2.0] - 2025-02-10
|
2025-02-11 11:48:01 +01:00
|
|
|
|
|
2025-01-30 16:24:54 +01:00
|
|
|
|
## Added
|
2025-02-03 10:07:13 +01:00
|
|
|
|
|
2025-01-30 16:24:54 +01:00
|
|
|
|
- 📝(doc) Add security.md and codeofconduct.md #604
|
2025-02-11 11:48:01 +01:00
|
|
|
|
- ✨(frontend) add home page #608
|
2025-02-09 01:38:33 +01:00
|
|
|
|
- ✨(frontend) cursor display on activity #609
|
2025-02-10 12:05:21 +01:00
|
|
|
|
- ✨(frontend) Add export page break #623
|
2025-01-29 16:12:21 +01:00
|
|
|
|
|
2025-02-11 08:45:21 +01:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
2025-02-11 11:48:01 +01:00
|
|
|
|
- 🔧(backend) make AI feature reach configurable #628
|
2025-02-11 08:45:21 +01:00
|
|
|
|
|
2025-02-06 16:34:16 +01:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
2025-02-11 11:48:01 +01:00
|
|
|
|
- 🌐(CI) Fix email partially translated #616
|
2025-02-09 01:38:33 +01:00
|
|
|
|
- 🐛(frontend) fix cursor breakline #609
|
|
|
|
|
|
- 🐛(frontend) fix style pdf export #609
|
|
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v2.1.0] - 2025-01-29
|
2025-01-29 16:12:21 +01:00
|
|
|
|
|
2025-01-15 21:25:08 +01:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2025-01-20 10:23:18 +01:00
|
|
|
|
- ✨(backend) add duplicate action to the document API endpoint
|
2024-12-27 10:19:16 +01:00
|
|
|
|
- ⚗️(backend) add util to extract text from base64 yjs document
|
2025-01-05 14:43:15 +01:00
|
|
|
|
- ✨(backend) add soft delete and restore API endpoints to documents #516
|
2024-12-16 16:58:14 +01:00
|
|
|
|
- ✨(backend) allow organizing documents in a tree structure #516
|
2024-12-18 11:37:01 +01:00
|
|
|
|
- ✨(backend) add "excerpt" field to document list serializer #516
|
2024-12-16 16:58:14 +01:00
|
|
|
|
- ✨(backend) add github actions to manage Crowdin workflow #559 & #563
|
2025-01-27 15:41:39 +01:00
|
|
|
|
- 📈Integrate Posthog #540
|
2025-01-15 15:58:46 +01:00
|
|
|
|
- 🏷️(backend) add content-type to uploaded files #552
|
2025-01-06 16:15:45 +01:00
|
|
|
|
- ✨(frontend) export pdf docx front side #537
|
2025-01-15 21:25:08 +01:00
|
|
|
|
|
2025-01-27 11:38:59 +01:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- 💄(frontend) add abilities on doc row #581
|
2025-02-14 15:28:33 +01:00
|
|
|
|
- 💄(frontend) improve DocsGridItem responsive padding #582
|
2025-01-29 16:12:21 +01:00
|
|
|
|
- 🔧(backend) Bump maximum page size to 200 #516
|
|
|
|
|
|
- 📝(doc) Improve Read me #558
|
2025-01-27 11:38:59 +01:00
|
|
|
|
|
2025-01-29 16:12:21 +01:00
|
|
|
|
## Fixed
|
2025-01-17 17:15:17 +01:00
|
|
|
|
|
2025-01-29 16:12:21 +01:00
|
|
|
|
- 🐛Fix invitations #575
|
2025-01-17 17:15:17 +01:00
|
|
|
|
|
2024-12-18 11:37:01 +01:00
|
|
|
|
## Removed
|
|
|
|
|
|
|
|
|
|
|
|
- 🔥(backend) remove "content" field from list serializer # 516
|
|
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v2.0.1] - 2025-01-17
|
2025-01-17 10:58:45 +01:00
|
|
|
|
|
2025-01-15 16:03:34 +01:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
2025-01-17 11:14:28 +01:00
|
|
|
|
-🐛(frontend) share modal is shown when you don't have the abilities #557
|
|
|
|
|
|
-🐛(frontend) title copy break app #564
|
|
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v2.0.0] - 2025-01-13
|
2025-01-15 12:16:14 +01:00
|
|
|
|
|
2024-12-04 21:56:11 +01:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2024-12-27 20:49:55 +01:00
|
|
|
|
- 🔧(backend) add option to configure list of essential OIDC claims #525 & #531
|
|
|
|
|
|
- 🔧(helm) add option to disable default tls setting by @dominikkaminski #519
|
2024-11-13 15:10:02 +01:00
|
|
|
|
- 💄(frontend) Add left panel #420
|
2024-12-04 14:55:01 +01:00
|
|
|
|
- 💄(frontend) add filtering to left panel #475
|
2024-12-16 10:19:53 +01:00
|
|
|
|
- ✨(frontend) new share modal ui #489
|
2024-12-17 22:11:40 +01:00
|
|
|
|
- ✨(frontend) add favorite feature #515
|
2025-01-06 16:31:29 +01:00
|
|
|
|
- 📝(documentation) Documentation about self-hosted installation #530
|
|
|
|
|
|
- ✨(helm) helm versioning #530
|
2024-12-04 21:56:11 +01:00
|
|
|
|
|
2024-12-15 00:03:13 +01:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- 🏗️(yjs-server) organize yjs server #528
|
2024-12-23 11:07:55 +01:00
|
|
|
|
- ♻️(frontend) better separation collaboration process #528
|
2024-11-18 09:46:15 +01:00
|
|
|
|
- 💄(frontend) updating the header and leftpanel for responsive #421
|
2024-11-19 16:10:48 +01:00
|
|
|
|
- 💄(frontend) update DocsGrid component #431
|
2024-12-03 10:02:45 +01:00
|
|
|
|
- 💄(frontend) update DocsGridOptions component #432
|
2025-01-15 12:16:14 +01:00
|
|
|
|
- 💄(frontend) update DocHeader ui #448
|
2024-12-03 10:02:45 +01:00
|
|
|
|
- 💄(frontend) update doc versioning ui #463
|
2024-12-03 16:22:59 +01:00
|
|
|
|
- 💄(frontend) update doc summary ui #473
|
2025-01-28 19:41:33 +01:00
|
|
|
|
- 📝(doc) update readme.md to match V2 changes #558 & #572
|
2024-12-15 00:03:13 +01:00
|
|
|
|
|
2025-01-10 09:50:48 +01:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(backend) fix create document via s2s if sub unknown but email found #543
|
2025-01-15 10:53:43 +01:00
|
|
|
|
- 🐛(frontend) hide search and create doc button if not authenticated #555
|
2025-01-15 11:57:22 +01:00
|
|
|
|
- 🐛(backend) race condition creation issue #556
|
2024-12-17 14:32:23 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.10.0] - 2024-12-17
|
2024-12-17 14:32:23 +01:00
|
|
|
|
|
2024-12-01 11:25:01 +01:00
|
|
|
|
## Added
|
|
|
|
|
|
|
|
|
|
|
|
- ✨(backend) add server-to-server API endpoint to create documents #467
|
2024-12-13 17:48:08 +01:00
|
|
|
|
- ✨(email) white brand email #412
|
2024-12-17 14:32:23 +01:00
|
|
|
|
- ✨(y-provider) create a markdown converter endpoint #488
|
2024-12-01 11:25:01 +01:00
|
|
|
|
|
2024-12-13 12:35:39 +01:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- ⚡️(docker) improve y-provider image #422
|
|
|
|
|
|
|
2024-12-17 10:32:12 +01:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- ⚡️(e2e) reduce flakiness on e2e tests #511
|
|
|
|
|
|
|
2024-12-06 12:45:55 +01:00
|
|
|
|
## Fixed
|
2025-02-14 15:28:33 +01:00
|
|
|
|
|
2024-12-06 12:45:55 +01:00
|
|
|
|
- 🐛(frontend) update doc editor height #481
|
2024-12-09 18:00:53 +01:00
|
|
|
|
- 💄(frontend) add doc search #485
|
2024-12-06 12:45:55 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.9.0] - 2024-12-11
|
2024-12-11 16:38:56 +01:00
|
|
|
|
|
2024-12-06 09:17:09 +01:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2024-12-11 16:38:56 +01:00
|
|
|
|
- ✨(backend) annotate number of accesses on documents in list view #429
|
|
|
|
|
|
- ✨(backend) allow users to mark/unmark documents as favorite #429
|
2024-12-06 09:17:09 +01:00
|
|
|
|
|
2024-12-02 16:54:30 +01:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
2024-11-18 08:05:54 +01:00
|
|
|
|
- 🔒️(collaboration) increase collaboration access security #472
|
2024-12-02 16:54:30 +01:00
|
|
|
|
- 🔨(frontend) encapsulated title to its own component #474
|
2024-12-11 16:38:56 +01:00
|
|
|
|
- ⚡️(backend) optimize number of queries on document list view #429
|
2024-12-03 15:24:38 +01:00
|
|
|
|
- ♻️(frontend) stop to use provider with version #480
|
2024-12-03 15:07:21 +01:00
|
|
|
|
- 🚚(collaboration) change the websocket key name #480
|
2024-12-02 16:54:30 +01:00
|
|
|
|
|
2024-12-11 13:57:05 +01:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
2024-12-09 08:13:13 +01:00
|
|
|
|
- 🐛(frontend) fix initial content with collaboration #484
|
2024-12-11 13:57:05 +01:00
|
|
|
|
- 🐛(frontend) Fix hidden menu on Firefox #468
|
|
|
|
|
|
- 🐛(backend) fix sanitize problem IA #490
|
|
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.8.2] - 2024-11-28
|
2024-11-28 09:44:07 +01:00
|
|
|
|
|
2024-11-28 09:03:35 +01:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
2024-11-28 09:44:07 +01:00
|
|
|
|
- ♻️(SW) change strategy html caching #460
|
2024-11-28 09:03:35 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.8.1] - 2024-11-27
|
2024-11-27 16:37:01 +01:00
|
|
|
|
|
2024-11-27 15:44:42 +01:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
2024-11-28 09:44:07 +01:00
|
|
|
|
- 🐛(frontend) link not clickable and flickering firefox #457
|
2024-11-27 15:44:42 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.8.0] - 2024-11-25
|
2024-11-26 18:17:02 +01:00
|
|
|
|
|
2024-11-07 12:47:13 +01:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2024-11-09 10:45:38 +01:00
|
|
|
|
- 🌐(backend) add German translation #259
|
|
|
|
|
|
- 🌐(frontend) add German translation #255
|
|
|
|
|
|
- ✨(frontend) add a broadcast store #387
|
2024-11-22 11:55:30 +01:00
|
|
|
|
- ✨(backend) whitelist pod's IP address #443
|
2024-11-15 09:33:08 +01:00
|
|
|
|
- ✨(backend) config endpoint #425
|
|
|
|
|
|
- ✨(frontend) config endpoint #424
|
2024-11-15 14:34:45 +01:00
|
|
|
|
- ✨(frontend) add sentry #424
|
2024-11-25 16:50:12 +01:00
|
|
|
|
- ✨(frontend) add crisp chatbot #450
|
2024-11-07 12:47:13 +01:00
|
|
|
|
|
2024-11-06 08:09:05 +01:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- 🚸(backend) improve users similarity search and sort results #391
|
2024-11-09 10:39:44 +01:00
|
|
|
|
- ♻️(frontend) simplify stores #402
|
2024-11-14 15:09:34 +01:00
|
|
|
|
- ✨(frontend) update $css Box props type to add styled components RuleSet #423
|
2024-11-26 11:21:26 +01:00
|
|
|
|
- ✅(CI) trivy continue on error #453
|
2024-11-06 08:09:05 +01:00
|
|
|
|
|
2024-11-08 10:27:09 +01:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
2024-11-12 09:12:19 +01:00
|
|
|
|
- 🔧(backend) fix logging for docker and make it configurable by envar #427
|
2024-11-08 10:27:09 +01:00
|
|
|
|
- 🦺(backend) add comma to sub regex #408
|
2024-11-07 20:47:50 +01:00
|
|
|
|
- 🐛(editor) collaborative user tag hidden when read only #385
|
2024-11-12 09:12:19 +01:00
|
|
|
|
- 🐛(frontend) users have view access when revoked #387
|
2024-11-26 14:04:00 +01:00
|
|
|
|
- 🐛(frontend) fix placeholder editable when double clicks #454
|
2024-11-08 10:27:09 +01:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.7.0] - 2024-10-24
|
2024-10-25 13:51:38 +02:00
|
|
|
|
|
2024-10-18 09:24:47 +02:00
|
|
|
|
## Added
|
|
|
|
|
|
|
|
|
|
|
|
- 📝Contributing.md #352
|
2024-10-25 13:51:38 +02:00
|
|
|
|
- 🌐(frontend) add localization to editor #368
|
2024-10-23 11:11:29 +02:00
|
|
|
|
- ✨Public and restricted doc editable #357
|
2024-10-24 10:04:39 +02:00
|
|
|
|
- ✨(frontend) Add full name if available #380
|
2024-10-23 08:26:40 +02:00
|
|
|
|
- ✨(backend) Add view accesses ability #376
|
2024-10-21 09:35:43 +02:00
|
|
|
|
|
2024-10-24 17:21:33 +02:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- ♻️(frontend) list accesses if user has abilities #376
|
2024-10-25 13:51:38 +02:00
|
|
|
|
- ♻️(frontend) avoid documents indexing in search engine #372
|
2024-10-25 14:16:29 +02:00
|
|
|
|
- 👔(backend) doc restricted by default #388
|
2024-10-24 17:21:33 +02:00
|
|
|
|
|
2024-10-21 09:35:43 +02:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
2024-10-22 00:28:16 +02:00
|
|
|
|
- 🐛(backend) require right to manage document accesses to see invitations #369
|
2024-10-22 18:17:53 +02:00
|
|
|
|
- 🐛(i18n) same frontend and backend language using shared cookies #365
|
2024-10-21 09:35:43 +02:00
|
|
|
|
- 🐛(frontend) add default toolbar buttons #355
|
2024-10-23 14:28:44 +02:00
|
|
|
|
- 🐛(frontend) throttle error correctly display #378
|
2024-10-23 16:01:17 +02:00
|
|
|
|
|
|
|
|
|
|
## Removed
|
|
|
|
|
|
|
|
|
|
|
|
- 🔥(helm) remove infra related codes #366
|
2024-08-29 16:36:06 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.6.0] - 2024-10-17
|
2024-10-17 17:36:50 +02:00
|
|
|
|
|
2024-10-16 15:56:09 +02:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2024-09-20 22:45:06 +02:00
|
|
|
|
- ✨AI to doc editor #250
|
|
|
|
|
|
- ✨(backend) allow uploading more types of attachments #309
|
2024-10-22 18:17:53 +02:00
|
|
|
|
- ✨(frontend) add buttons to copy document to clipboard as HTML/Markdown #318
|
2024-10-16 15:56:09 +02:00
|
|
|
|
|
2024-10-11 13:29:07 +02:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
2024-10-22 00:28:16 +02:00
|
|
|
|
- ♻️(frontend) more multi theme friendly #325
|
2024-09-16 14:25:42 +02:00
|
|
|
|
- ♻️ Bootstrap frontend #257
|
2024-10-15 15:53:18 +02:00
|
|
|
|
- ♻️ Add username in email #314
|
2024-10-11 13:29:07 +02:00
|
|
|
|
|
2024-10-14 17:57:22 +02:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
2024-10-16 18:19:54 +02:00
|
|
|
|
- 🛂(backend) do not duplicate user when disabled
|
2024-10-16 15:56:09 +02:00
|
|
|
|
- 🐛(frontend) invalidate queries after removing user #336
|
2024-10-11 20:42:16 +02:00
|
|
|
|
- 🐛(backend) Fix dysfunctional permissions on document create #329
|
2024-10-15 11:53:02 +02:00
|
|
|
|
- 🐛(backend) fix nginx docker container #340
|
2024-10-17 17:04:55 +02:00
|
|
|
|
- 🐛(frontend) fix copy paste firefox #353
|
2024-10-11 13:29:07 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.5.1] - 2024-10-10
|
2024-10-10 16:33:19 +02:00
|
|
|
|
|
2024-10-10 13:57:36 +02:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(db) fix users duplicate #316
|
|
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.5.0] - 2024-10-09
|
2024-10-09 16:09:18 +02:00
|
|
|
|
|
2024-09-30 10:37:09 +02:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2024-09-30 15:13:42 +02:00
|
|
|
|
- ✨(backend) add name fields to the user synchronized with OIDC #301
|
2024-09-30 10:37:09 +02:00
|
|
|
|
- ✨(ci) add security scan #291
|
2024-10-09 16:09:18 +02:00
|
|
|
|
- ♻️(frontend) Add versions #277
|
2024-10-01 15:55:02 +02:00
|
|
|
|
- ✨(frontend) one-click document creation #275
|
2024-10-01 15:55:19 +02:00
|
|
|
|
- ✨(frontend) edit title inline #275
|
2024-10-08 17:03:42 +02:00
|
|
|
|
- 📱(frontend) mobile responsive #304
|
2024-10-07 15:42:10 +02:00
|
|
|
|
- 🌐(frontend) Update translation #308
|
2024-09-30 10:37:09 +02:00
|
|
|
|
|
2024-09-24 16:22:57 +02:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- 💄(frontend) error alert closeable on editor #284
|
2024-09-25 12:43:02 +02:00
|
|
|
|
- ♻️(backend) Change email content #283
|
2024-10-03 17:21:04 +02:00
|
|
|
|
- 🛂(frontend) viewers and editors can access share modal #302
|
2024-10-09 13:07:07 +02:00
|
|
|
|
- ♻️(frontend) remove footer on doc editor #313
|
2024-09-24 16:22:57 +02:00
|
|
|
|
|
2024-09-23 10:40:46 +02:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
2024-10-03 23:47:20 +02:00
|
|
|
|
- 🛂(frontend) match email if no existing user matches the sub
|
2024-09-27 15:52:43 +02:00
|
|
|
|
- 🐛(backend) gitlab oicd userinfo endpoint #232
|
|
|
|
|
|
- 🛂(frontend) redirect to the OIDC when private doc and unauthentified #292
|
|
|
|
|
|
- ♻️(backend) getting list of document versions available for a user #258
|
2024-09-30 09:29:35 +02:00
|
|
|
|
- 🔧(backend) fix configuration to avoid different ssl warning #297
|
2024-10-04 10:29:22 +02:00
|
|
|
|
- 🐛(frontend) fix editor break line not working #302
|
2024-09-30 09:29:35 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.4.0] - 2024-09-17
|
2024-09-17 15:09:42 +02:00
|
|
|
|
|
2024-09-06 14:23:22 +02:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2024-09-08 23:37:49 +02:00
|
|
|
|
- ✨Add link public/authenticated/restricted access with read/editor roles #234
|
2024-09-06 18:03:30 +02:00
|
|
|
|
- ✨(frontend) add copy link button #235
|
2024-09-06 14:23:22 +02:00
|
|
|
|
- 🛂(frontend) access public docs without being logged #235
|
|
|
|
|
|
|
2024-09-06 18:03:19 +02:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
2024-09-17 15:09:42 +02:00
|
|
|
|
- ♻️(backend) Allow null titles on documents for easier creation #234
|
2024-09-06 16:12:02 +02:00
|
|
|
|
- 🛂(backend) stop to list public doc to everyone #234
|
2024-09-06 18:03:19 +02:00
|
|
|
|
- 🚚(frontend) change visibility in share modal #235
|
2024-09-17 11:58:03 +02:00
|
|
|
|
- ⚡️(frontend) Improve summary #244
|
2024-09-06 18:03:19 +02:00
|
|
|
|
|
2024-09-09 19:31:26 +02:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
2024-09-17 15:09:42 +02:00
|
|
|
|
- 🐛(backend) Fix forcing ID when creating a document via API endpoint #234
|
2024-09-12 07:42:42 +02:00
|
|
|
|
- 🐛 Rebuild frontend dev container from makefile #248
|
2024-09-09 19:31:26 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.3.0] - 2024-09-05
|
2024-09-09 16:20:27 +02:00
|
|
|
|
|
2024-08-30 15:06:49 +02:00
|
|
|
|
## Added
|
2024-08-19 22:38:41 +02:00
|
|
|
|
|
|
|
|
|
|
- ✨Add image attachments with access control
|
2024-08-30 15:06:49 +02:00
|
|
|
|
- ✨(frontend) Upload image to a document #211
|
2024-09-03 15:46:07 +02:00
|
|
|
|
- ✨(frontend) Summary #223
|
2024-09-05 12:45:02 +02:00
|
|
|
|
- ✨(frontend) update meta title for docs page #231
|
2024-08-30 15:06:49 +02:00
|
|
|
|
|
|
|
|
|
|
## Changed
|
|
|
|
|
|
|
2024-08-30 15:45:41 +02:00
|
|
|
|
- 💄(frontend) code background darkened on editor #214
|
2024-08-30 15:06:49 +02:00
|
|
|
|
- 🔥(frontend) hide markdown button if not text #213
|
|
|
|
|
|
|
2024-09-03 17:05:10 +02:00
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛 Fix emoticon in pdf export #225
|
2024-09-04 16:56:40 +02:00
|
|
|
|
- 🐛 Fix collaboration on document #226
|
2024-09-05 11:55:19 +02:00
|
|
|
|
- 🐛 (docker) Fix compatibility with mac #230
|
2024-09-03 17:05:10 +02:00
|
|
|
|
|
2024-08-30 15:06:49 +02:00
|
|
|
|
## Removed
|
|
|
|
|
|
|
|
|
|
|
|
- 🔥(frontend) remove saving modal #213
|
2024-05-24 10:09:14 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.2.1] - 2024-08-23
|
2024-08-23 16:02:20 +02:00
|
|
|
|
|
2024-08-23 13:20:19 +02:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- ♻️ Change ordering docs datagrid #195
|
2024-08-23 13:53:10 +02:00
|
|
|
|
- 🔥(helm) use scaleway email #194
|
2024-08-23 13:20:19 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.2.0] - 2024-08-22
|
2024-08-06 16:24:34 +02:00
|
|
|
|
|
2024-08-02 14:25:19 +02:00
|
|
|
|
## Added
|
|
|
|
|
|
|
|
|
|
|
|
- 🎨(frontend) better conversion editor to pdf #151
|
2024-08-07 14:45:02 +02:00
|
|
|
|
- ✨Export docx (word) #161
|
2024-08-15 15:40:56 +02:00
|
|
|
|
- 🌐Internationalize invitation email #167
|
2024-08-14 16:19:23 +02:00
|
|
|
|
- ✨(frontend) White branding #164
|
2024-08-15 15:40:56 +02:00
|
|
|
|
- ✨Email invitation when add user to doc #171
|
2024-08-16 16:57:03 +02:00
|
|
|
|
- ✨Invitation management #174
|
2024-07-17 15:30:52 +02:00
|
|
|
|
|
|
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- 🐛(y-webrtc) fix prob connection #147
|
2024-08-06 12:48:42 +02:00
|
|
|
|
- ⚡️(frontend) improve select share stability #159
|
2024-08-13 14:24:50 +02:00
|
|
|
|
- 🐛(backend) enable SSL when sending email #165
|
2024-08-02 14:25:19 +02:00
|
|
|
|
|
2024-08-06 11:42:13 +02:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- 🎨(frontend) stop limit layout height to screen size #158
|
2024-08-19 15:38:21 +02:00
|
|
|
|
- ⚡️(CI) only e2e chrome mandatory #177
|
2024-08-06 11:42:13 +02:00
|
|
|
|
|
2024-08-21 16:42:15 +02:00
|
|
|
|
## Removed
|
|
|
|
|
|
|
2025-02-14 15:28:33 +01:00
|
|
|
|
- 🔥(helm) remove htaccess #181
|
2024-08-21 16:42:15 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.1.0] - 2024-07-15
|
2024-07-15 16:06:20 +02:00
|
|
|
|
|
2024-07-04 16:40:32 +02:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2025-02-14 15:28:33 +01:00
|
|
|
|
- 🤡(demo) generate dummy documents on dev users #120
|
2024-07-08 16:37:55 +02:00
|
|
|
|
- ✨(frontend) create side modal component #134
|
2024-07-09 11:48:38 +02:00
|
|
|
|
- ✨(frontend) Doc grid actions (update / delete) #136
|
2024-07-10 13:03:42 +02:00
|
|
|
|
- ✨(frontend) Doc editor header information #137
|
2024-07-04 16:40:32 +02:00
|
|
|
|
|
2024-07-04 12:02:05 +02:00
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
|
|
|
|
- ♻️(frontend) replace docs panel with docs grid #120
|
2024-07-08 13:35:23 +02:00
|
|
|
|
- ♻️(frontend) create a doc from a modal #132
|
2024-07-12 15:00:33 +02:00
|
|
|
|
- ♻️(frontend) manage members from the share modal #140
|
2024-07-04 12:02:05 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v1.0.0] - 2024-07-02
|
2024-07-03 13:53:42 +02:00
|
|
|
|
|
2024-05-23 17:22:09 +02:00
|
|
|
|
## Added
|
|
|
|
|
|
|
2025-02-14 15:28:33 +01:00
|
|
|
|
- 🛂(frontend) Manage the document's right (#75)
|
2024-07-03 13:53:42 +02:00
|
|
|
|
- ✨(frontend) Update document (#68)
|
|
|
|
|
|
- ✨(frontend) Remove document (#68)
|
|
|
|
|
|
- 🐳(docker) dockerize dev frontend (#63)
|
|
|
|
|
|
- 👔(backend) list users with email filtering (#79)
|
|
|
|
|
|
- ✨(frontend) add user to a document (#52)
|
|
|
|
|
|
- ✨(frontend) invite user to a document (#52)
|
|
|
|
|
|
- 🛂(frontend) manage members (update role / list / remove) (#81)
|
2024-06-11 14:23:15 +02:00
|
|
|
|
- ✨(frontend) offline mode (#88)
|
2024-07-03 13:53:42 +02:00
|
|
|
|
- 🌐(frontend) translate cgu (#83)
|
2024-06-17 11:01:56 +02:00
|
|
|
|
- ✨(service-worker) offline doc management (#94)
|
2024-07-03 13:53:42 +02:00
|
|
|
|
- ⚗️(frontend) Add beta tag on logo (#121)
|
2024-05-23 17:22:09 +02:00
|
|
|
|
|
|
|
|
|
|
## Changed
|
|
|
|
|
|
|
2024-07-03 13:53:42 +02:00
|
|
|
|
- ♻️(frontend) Change site from Impress to Docs (#76)
|
|
|
|
|
|
- ✨(frontend) Generate PDF from a modal (#68)
|
|
|
|
|
|
- 🔧(helm) sticky session by request_uri for signaling server (#78)
|
|
|
|
|
|
- ♻️(frontend) change logo (#84)
|
|
|
|
|
|
- ♻️(frontend) pdf has title doc (#84)
|
2024-06-06 22:13:18 +02:00
|
|
|
|
- ⚡️(e2e) unique login between tests (#80)
|
2024-06-07 14:23:16 +02:00
|
|
|
|
- ⚡️(CI) improve e2e job (#86)
|
2024-06-14 11:39:57 +02:00
|
|
|
|
- ♻️(frontend) improve the error and message info ui (#93)
|
2025-05-13 16:00:12 +02:00
|
|
|
|
- ✏️(frontend) change all occurrences of pad to doc (#99)
|
2024-06-06 15:16:29 +02:00
|
|
|
|
|
|
|
|
|
|
## Fixed
|
|
|
|
|
|
|
2024-07-03 13:53:42 +02:00
|
|
|
|
- 🐛(frontend) Fix the break line when generate PDF (#84)
|
2024-05-28 22:31:32 +02:00
|
|
|
|
|
|
|
|
|
|
## Delete
|
|
|
|
|
|
|
2024-07-03 13:53:42 +02:00
|
|
|
|
- 💚(CI) Remove trigger workflow on push tags on CI (#68)
|
|
|
|
|
|
- 🔥(frontend) Remove coming soon page (#121)
|
2024-05-23 17:22:09 +02:00
|
|
|
|
|
2026-01-29 10:21:40 +01:00
|
|
|
|
## [v0.1.0] - 2024-05-24
|
2024-05-24 10:09:14 +02:00
|
|
|
|
|
|
|
|
|
|
## Added
|
|
|
|
|
|
|
2024-07-03 13:53:42 +02:00
|
|
|
|
- ✨(frontend) Coming Soon page (#67)
|
|
|
|
|
|
- 🚀 Impress, project to manage your documents easily and collaboratively.
|
2024-05-24 10:09:14 +02:00
|
|
|
|
|
2026-01-29 10:26:35 +01:00
|
|
|
|
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.5.0...main
|
|
|
|
|
|
[v4.5.0]: https://github.com/suitenumerique/docs/releases/v4.5.0
|
2026-01-13 14:15:40 +01:00
|
|
|
|
[v4.4.0]: https://github.com/suitenumerique/docs/releases/v4.4.0
|
2026-01-05 14:44:07 +01:00
|
|
|
|
[v4.3.0]: https://github.com/suitenumerique/docs/releases/v4.3.0
|
2025-12-17 10:15:22 +01:00
|
|
|
|
[v4.2.0]: https://github.com/suitenumerique/docs/releases/v4.2.0
|
2025-12-09 12:12:21 +01:00
|
|
|
|
[v4.1.0]: https://github.com/suitenumerique/docs/releases/v4.1.0
|
2025-12-01 22:49:44 +01:00
|
|
|
|
[v4.0.0]: https://github.com/suitenumerique/docs/releases/v4.0.0
|
2025-11-19 11:15:05 +01:00
|
|
|
|
[v3.10.0]: https://github.com/suitenumerique/docs/releases/v3.10.0
|
2025-11-10 11:16:59 +01:00
|
|
|
|
[v3.9.0]: https://github.com/suitenumerique/docs/releases/v3.9.0
|
2025-10-17 15:54:56 +02:00
|
|
|
|
[v3.8.2]: https://github.com/suitenumerique/docs/releases/v3.8.2
|
2025-10-17 10:41:38 +02:00
|
|
|
|
[v3.8.1]: https://github.com/suitenumerique/docs/releases/v3.8.1
|
2025-10-14 09:30:35 +02:00
|
|
|
|
[v3.8.0]: https://github.com/suitenumerique/docs/releases/v3.8.0
|
2025-09-12 11:48:46 +02:00
|
|
|
|
[v3.7.0]: https://github.com/suitenumerique/docs/releases/v3.7.0
|
2025-09-04 12:16:29 +02:00
|
|
|
|
[v3.6.0]: https://github.com/suitenumerique/docs/releases/v3.6.0
|
2025-07-31 14:37:33 +02:00
|
|
|
|
[v3.5.0]: https://github.com/suitenumerique/docs/releases/v3.5.0
|
2025-07-25 14:15:17 +02:00
|
|
|
|
[v3.4.2]: https://github.com/suitenumerique/docs/releases/v3.4.2
|
|
|
|
|
|
[v3.4.1]: https://github.com/suitenumerique/docs/releases/v3.4.1
|
|
|
|
|
|
[v3.4.0]: https://github.com/suitenumerique/docs/releases/v3.4.0
|
|
|
|
|
|
[v3.3.0]: https://github.com/suitenumerique/docs/releases/v3.3.0
|
|
|
|
|
|
[v3.2.1]: https://github.com/suitenumerique/docs/releases/v3.2.1
|
|
|
|
|
|
[v3.2.0]: https://github.com/suitenumerique/docs/releases/v3.2.0
|
|
|
|
|
|
[v3.1.0]: https://github.com/suitenumerique/docs/releases/v3.1.0
|
|
|
|
|
|
[v3.0.0]: https://github.com/suitenumerique/docs/releases/v3.0.0
|
|
|
|
|
|
[v2.6.0]: https://github.com/suitenumerique/docs/releases/v2.6.0
|
|
|
|
|
|
[v2.5.0]: https://github.com/suitenumerique/docs/releases/v2.5.0
|
|
|
|
|
|
[v2.4.0]: https://github.com/suitenumerique/docs/releases/v2.4.0
|
|
|
|
|
|
[v2.3.0]: https://github.com/suitenumerique/docs/releases/v2.3.0
|
|
|
|
|
|
[v2.2.0]: https://github.com/suitenumerique/docs/releases/v2.2.0
|
|
|
|
|
|
[v2.1.0]: https://github.com/suitenumerique/docs/releases/v2.1.0
|
|
|
|
|
|
[v2.0.1]: https://github.com/suitenumerique/docs/releases/v2.0.1
|
|
|
|
|
|
[v2.0.0]: https://github.com/suitenumerique/docs/releases/v2.0.0
|
|
|
|
|
|
[v1.10.0]: https://github.com/suitenumerique/docs/releases/v1.10.0
|
|
|
|
|
|
[v1.9.0]: https://github.com/suitenumerique/docs/releases/v1.9.0
|
|
|
|
|
|
[v1.8.2]: https://github.com/suitenumerique/docs/releases/v1.8.2
|
|
|
|
|
|
[v1.8.1]: https://github.com/suitenumerique/docs/releases/v1.8.1
|
|
|
|
|
|
[v1.8.0]: https://github.com/suitenumerique/docs/releases/v1.8.0
|
|
|
|
|
|
[v1.7.0]: https://github.com/suitenumerique/docs/releases/v1.7.0
|
|
|
|
|
|
[v1.6.0]: https://github.com/suitenumerique/docs/releases/v1.6.0
|
2026-01-29 10:21:40 +01:00
|
|
|
|
[v1.5.1]: https://github.com/suitenumerique/docs/releases/v1.5.1
|
|
|
|
|
|
[v1.5.0]: https://github.com/suitenumerique/docs/releases/v1.5.0
|
|
|
|
|
|
[v1.4.0]: https://github.com/suitenumerique/docs/releases/v1.4.0
|
|
|
|
|
|
[v1.3.0]: https://github.com/suitenumerique/docs/releases/v1.3.0
|
|
|
|
|
|
[v1.2.1]: https://github.com/suitenumerique/docs/releases/v1.2.1
|
|
|
|
|
|
[v1.2.0]: https://github.com/suitenumerique/docs/releases/v1.2.0
|
|
|
|
|
|
[v1.1.0]: https://github.com/suitenumerique/docs/releases/v1.1.0
|
|
|
|
|
|
[v1.0.0]: https://github.com/suitenumerique/docs/releases/v1.0.0
|
|
|
|
|
|
[v0.1.0]: https://github.com/suitenumerique/docs/releases/v0.1.0
|