Skip to content

Latest commit

 

History

History
508 lines (374 loc) · 63.4 KB

CHANGELOG.md

File metadata and controls

508 lines (374 loc) · 63.4 KB

4.2.0 (2024-09-25)

Bug Fixes

  • add “Content.” prefix to specific CSV fields for ReSIP import (#1642) (e71e8b4)
  • added codegouv badge to the readme (#1650) (b62caf8)
  • event posthog (cbdcf2a)
  • posthog (9f2d373)
  • resolve off-by-one error for 100% hash computation progress (#1652) (41d5605)

Features

  • Add a new CSV export option for elements marked for deletion (be5b0b0)
  • Add code of conduct (#1648) (6274eb2)
  • add PostHog tracking for hash completion and search modal events (53df4c2)
  • Create publiccode.yml file (#1649) (737474e)
  • Display folder name in LoadingBlock component (8606ea8)
  • Display folder size in a human-readable format (96d0367)
  • on search modal, export sizes in bytes in CSV and file name based on date (66436e9)

4.1.2 (2024-06-04)

Bug Fixes

4.1.1 (2024-05-15)

Bug Fixes

  • add deb extension to electron build (a510810)
  • ARCHIFILTRE_CONTACT_EMAIL (0fe8d92)
  • ARCHIFILTRE_SITE_URL (b5e7881)
  • avoid crash when filesAndFolders is undefined (4fb635a)
  • change ARCHIFILTRE_CONTACT_EMAIL (b3c44f4)
  • change archive to compressed (6d7e781)
  • improve laoding message (c66fb5e)
  • improve waiting hash message (0eeb478)
  • lint (32bde1f)
  • lint (29a4fa4)
  • minor improvment (1d86a20)
  • notarize (1e46220)
  • pagination (905a919)
  • remove compressed stats in audit from auditReportTemplate.docx (c31ea85)
  • remove web & data from FileType (21753e9)
  • update fileSystemLoadingStep wording (936a5e0)
  • update github issue template (d92ace0)
  • update sentry lint (6d4c33b)
  • Z_CORRUPTED typo (f4291b7)
  • zip corrupted error (e2f342e)

4.1.0 (2024-03-08)

Bug Fixes

  • add missing translation (488f324)
  • bad version in package.json (f9b2773)
  • dropzone loadPath optional (11ba3d8)
  • ignore __MACOSX file (79d4bf6)
  • improve header button (d3900de)
  • lint (1f6882b)
  • lint (abcf5d9)
  • lint (435e340)
  • lint: simple-import-sort/imports (f41e0c8)
  • many error (b12aaec)
  • material-ui createMuiTheme rename to createTheme (0aaac73)
  • material-ui createMuiTheme rename to createTheme (7510c1f)
  • metadata translation (bb9cacb)
  • missing de translation & add verify-translation-json (e895df6)
  • missing jszip accepted by electron (b0f497b)
  • onChangePage & onChangeRowsPerPage is rename to onPageChange & onRowsPerPageChange (1eaff35)
  • remove "Metadonnée Resip" column (51bb48a)
  • test: broken unit test (8d4ff89)
  • use justifyContent instead of deprecated justify (a5bd456)
  • use overlap=rectangular to avoid mui error (a4c0346)

Features

  • add co2 to audit & improve code (778913e)
  • add getCO2ByFileSize to calculates the estimated CO2 emissions (934f293)
  • add more FileType & fileTypesByExtensions (1ebb2dd)
  • add window.reload in electron event (522fad7)
  • code improvement (d18852c)
  • code improvement (dd711bd)
  • code improvement (7a8ad74)
  • code improvement (7214ad9)
  • code improvement (5603d0f)
  • code improvement (dc1aa87)
  • display co2 for current element (dcc5725)
  • display co2 for volume (76f992f)
  • improve generateRandomString (53e8403)
  • make zip readble (313763a)
  • massive code improvement (2f86a9d)
  • move toast to bottom right (8288be4)
  • remove useless code (696af8f)
  • rewrite isInArchiveFolder to normalize path (63a404b)
  • rewrite version calculator (73b6414)
  • update bytes usage (6ad063b)
  • use drag or drop in dropZone (d8b9071)

3.2.2 (2021-09-22)

Bug Fixes

3.2.1 (2021-04-19)

Bug Fixes

3.2.1 (2021-04-19)

Bug Fixes

3.2.0 (2021-04-14)

Bug Fixes

  • deletion-script: fix script encoding on windows (#1253) (c4b69e4)
  • fix csv export on windows (#1250) (112466e)
  • fix deletion script when there is a space in the root path (#1252) (8c474c9)
  • fix electron not launching (#1249) (4bf32c7)
  • fix windows deletion script (#1251) (d602a94)
  • background-loading-info: fix z-index (#1139) (b3ebbcd)
  • deps: update all dependencies (#1142) (188b53d)
  • deps: update all dependencies (#1155) (50da2cb)
  • deps: update all dependencies (#1166) (b1cd7e6)
  • deps: update all dependencies (#1174) (c356a70)
  • deps: update all dependencies (#1207) (fae80c5)
  • deps: update all dependencies (#1216) (8f3d4fd)
  • deps: update all non-major dependencies (#1145) (5aaf0cc)
  • deps: update all non-major dependencies (#1175) (ca9c15f)
  • deps: update dependency @sentry/browser to v6 (#1239) (ca8d473)
  • husky: fix husky after dependency update (#1240) (4e1b5ff)
  • pagination: add pagination reset on new search (#1245) (2f8610a)
  • resip: fix browse all being applied on resip export (#1196) (2eabd51)
  • search: fix search modal csv export on to delete column (#1246) (6041cde)
  • search: fix search modal filter menu position (#1244) (b1302d8)
  • tracking: fix matomo tracking (#1225) (ef5ae9b)
  • add translations for loading screen error message (#1152) (fc2b412)
  • fix hash computing errors not being displayed (#1189) (0fc7336)
  • fix loading of older versions of the script file (#1124) (6c2c67b)
  • fix production bug caused by worker refactoring (#1160) (dec7842)
  • fix scroll bars on loading screen (#1128) (e256f2f)
  • invert size and last modified date on linux import script (#1186) (31a85b7)
  • remove javascript rejected promise error in console (#1161) (293d2b8)
  • stream data between child and main process to prevent memory overload(#1157) (b9e5512)
  • github: unify behaviour of release channels (003abbd)
  • run branch builds on pull requests (#1118) (1e0b306)

Features

3.2.0 (2021-01-25)

Bug Fixes

  • add translations for loading screen error message (#1152) (fc2b412)
  • fix production bug caused by worker refactoring (#1160) (dec7842)
  • remove javascript rejected promise error in console (#1161) (293d2b8)
  • stream data between child and main process to prevent memory overload(#1157) (b9e5512)
  • background-loading-info: fix z-index (#1139) (b3ebbcd)
  • deps: update all dependencies (#1142) (188b53d)
  • deps: update all dependencies (#1155) (50da2cb)
  • deps: update all non-major dependencies (#1145) (5aaf0cc)
  • fix loading of older versions of the script file (#1124) (6c2c67b)
  • fix scroll bars on loading screen (#1128) (e256f2f)
  • github: unify behaviour of release channels (003abbd)
  • run branch builds on pull requests (#1118) (1e0b306)

Features

3.2.0 (2021-01-22)

Bug Fixes

  • add translations for loading screen error message (#1152) (fc2b412)
  • fix production bug caused by worker refactoring (#1160) (dec7842)
  • remove javascript rejected promise error in console (#1161) (293d2b8)
  • stream data between child and main process to prevent memory overload(#1157) (b9e5512)
  • background-loading-info: fix z-index (#1139) (b3ebbcd)
  • deps: update all dependencies (#1142) (188b53d)
  • deps: update all dependencies (#1155) (50da2cb)
  • deps: update all non-major dependencies (#1145) (5aaf0cc)
  • fix loading of older versions of the script file (#1124) (6c2c67b)
  • fix scroll bars on loading screen (#1128) (e256f2f)
  • github: unify behaviour of release channels (003abbd)
  • run branch builds on pull requests (#1118) (1e0b306)

Features

3.2.0 (2021-01-20)

Bug Fixes

Features

3.2.0 (2020-11-17)

Bug Fixes

  • github: unify behaviour of release channels (003abbd)
  • run branch builds on pull requests (#1118) (1e0b306)

Features

3.2.0-beta.6 (2020-11-13)

Bug Fixes

  • github: hard code the version name for win32 builds (3) (a137b6c)
  • github: hard code the version name for win32 builds (4) (dc49221)
  • github: hard code the version name for win32 builds (5) (840a73d)
  • github: windows does not have sed :( (730f793)

3.2.0-beta.5 (2020-11-12)

Bug Fixes

  • github: hard code the version name for win32 builds (2) (2bb9e11)

3.2.0-beta.4 (2020-11-12)

Bug Fixes

  • github: add missing prebuild steps (281a336)
  • github: full process test (dd188cd)
  • github: hard code the version name for win32 builds (88b47f2)
  • github: recreate the dist folder from artifacts (7c5ede0)
  • github: share the next version (e217fc0)

3.2.0-beta.4 (2020-11-12)

Bug Fixes

  • github: add missing prebuild steps (281a336)
  • github: full process test (dd188cd)

3.2.0-beta.3 (2020-11-12)

Bug Fixes

  • github: ensure to be allow to push multiple assets (0b9cc73)

3.2.0-beta.2 (2020-11-12)

Bug Fixes

  • github: try building the next release (17) (ca896a0)

3.2.0-beta.1 (2020-11-12)

Bug Fixes

  • github: fast result with mocked files (e9a9fe9)
  • github: fast result with mocked files (2) (2854978)
  • github: fast result with mocked files (3) (7929aa5)
  • github: fast result with mocked files (4) (f9d0032)
  • github: test publishing linux bin (65c8d75)
  • github: try building the next release (10) (e6933e8)
  • github: try building the next release (11) (cab103f)
  • github: try building the next release (12) (35484d3)
  • github: try building the next release (13) (9c3879b)
  • github: try building the next release (14) (520cab3)
  • github: try building the next release (15) (d19bd14)
  • github: try building the next release (16) (7264b12)
  • github: try building the next release (2) (dbb9171)
  • github: try building the next release (3) (e119535)
  • github: try building the next release (4) (229e704)
  • github: try building the next release (5) (626cede)
  • github: try building the next release (6) (aef07c3)
  • github: try building the next release (7) (8bae35f)
  • github: try building the next release (8) (a178938)
  • github: try building the next release (9) (13c00e4)
  • run branch builds on pull requests (#1118) (1e0b306)

Features

  • github: add workflow_dispatch (6c92de4)

3.2.0-beta.1 (2020-11-12)

Bug Fixes

  • github: fast result with mocked files (e9a9fe9)
  • github: fast result with mocked files (2) (2854978)
  • github: fast result with mocked files (3) (7929aa5)
  • github: test publishing linux bin (65c8d75)
  • github: try building the next release (10) (e6933e8)
  • github: try building the next release (11) (cab103f)
  • github: try building the next release (12) (35484d3)
  • github: try building the next release (13) (9c3879b)
  • github: try building the next release (14) (520cab3)
  • github: try building the next release (15) (d19bd14)
  • github: try building the next release (2) (dbb9171)
  • github: try building the next release (3) (e119535)
  • github: try building the next release (4) (229e704)
  • github: try building the next release (5) (626cede)
  • github: try building the next release (6) (aef07c3)
  • github: try building the next release (7) (8bae35f)
  • github: try building the next release (8) (a178938)
  • github: try building the next release (9) (13c00e4)
  • run branch builds on pull requests (#1118) (1e0b306)

Features

  • github: add workflow_dispatch (6c92de4)

3.2.0-beta.1 (2020-11-12)

Bug Fixes

  • github: fast result with mocked files (e9a9fe9)
  • github: fast result with mocked files (2) (2854978)
  • github: fast result with mocked files (3) (7929aa5)
  • github: test publishing linux bin (65c8d75)
  • github: try building the next release (10) (e6933e8)
  • github: try building the next release (11) (cab103f)
  • github: try building the next release (12) (35484d3)
  • github: try building the next release (2) (dbb9171)
  • github: try building the next release (3) (e119535)
  • github: try building the next release (4) (229e704)
  • github: try building the next release (5) (626cede)
  • github: try building the next release (6) (aef07c3)
  • github: try building the next release (7) (8bae35f)
  • github: try building the next release (8) (a178938)
  • github: try building the next release (9) (13c00e4)
  • run branch builds on pull requests (#1118) (1e0b306)

Features

  • github: add workflow_dispatch (6c92de4)

3.2.0-beta.1 (2020-11-12)

Bug Fixes

  • github: fast result with mocked files (e9a9fe9)
  • github: fast result with mocked files (2) (2854978)
  • github: fast result with mocked files (3) (7929aa5)
  • github: test publishing linux bin (65c8d75)
  • github: try building the next release (10) (e6933e8)
  • github: try building the next release (11) (cab103f)
  • github: try building the next release (2) (dbb9171)
  • github: try building the next release (3) (e119535)
  • github: try building the next release (4) (229e704)
  • github: try building the next release (5) (626cede)
  • github: try building the next release (6) (aef07c3)
  • github: try building the next release (7) (8bae35f)
  • github: try building the next release (8) (a178938)
  • github: try building the next release (9) (13c00e4)
  • run branch builds on pull requests (#1118) (1e0b306)

Features

  • github: add workflow_dispatch (6c92de4)

3.2.0-beta.1 (2020-11-12)

Bug Fixes

  • github: fast result with mocked files (e9a9fe9)
  • github: fast result with mocked files (2) (2854978)
  • github: fast result with mocked files (3) (7929aa5)
  • github: test publishing linux bin (65c8d75)
  • github: try building the next release (2) (dbb9171)
  • github: try building the next release (3) (e119535)
  • github: try building the next release (4) (229e704)
  • github: try building the next release (5) (626cede)
  • github: try building the next release (6) (aef07c3)
  • github: try building the next release (7) (8bae35f)
  • run branch builds on pull requests (#1118) (1e0b306)

Features

  • github: add workflow_dispatch (6c92de4)

3.2.0-beta.1 (2020-11-12)

Bug Fixes

Features

  • github: add workflow_dispatch (6c92de4)