Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(major-release): v4.0.0 [skip ci]
# [4.0.0](v3.2.1...v4.0.0) (2023-07-07) ### Bug Fixes * **artifacts:** add arch in win setup artifact ([3d62f35](3d62f35)) * **artifacts:** update win portable artifact name ([2c9d5dd](2c9d5dd)) * **auto-update:** remove auto update check in main during boot ([#1430](#1430)) ([22824db](22824db)) * **auto-update:** remove publish options in builder ([bd6e491](bd6e491)) * **breadcrumb-tooltip:** remove interpolation string ([#1320](#1320)) ([3498b87](3498b87)) * **breadcrumbs:** sliced breadcrumbs fixed ([#1351](#1351)) ([94a3100](94a3100)) * **build:** fix workers build ([91cfa2e](91cfa2e)) * **ci:** lock node version to 14 in build ([b063370](b063370)) * **ci:** update ci and (no)secrets usage ([2d6b702](2d6b702)) * **ci:** update ci node version ([030558a](030558a)) * compute folder hashes in main thread ([#1285](#1285)) ([c508199](c508199)) * **csv-exporter:** add a map as cache ([b157f3b](b157f3b)) * **deps:** lock node version to 14 ([4a27497](4a27497)) * **deps:** lock version for sass and css loaders ([#1346](#1346)) ([72ce220](72ce220)) * **deps:** update all dependencies ([#1280](#1280)) ([1cee0a6](1cee0a6)) * **deps:** update all dependencies ([#1283](#1283)) ([8e898a7](8e898a7)) * **deps:** update all dependencies ([#1295](#1295)) ([6b094dd](6b094dd)) * **deps:** update dependency clean-webpack-plugin to v4 ([#1354](#1354)) ([75e9c74](75e9c74)) * **deps:** update dependency i18next to v20 ([#1311](#1311)) ([d4ac77d](d4ac77d)) * **deps:** update dependency i18next to v21 ([#1355](#1355)) ([44c0c48](44c0c48)) * **deps:** update dependency jszip to v3.7.0 [security] ([#1324](#1324)) ([4b51b1d](4b51b1d)) * **deps:** update dependency react-i18next to ^11.11.0 ([#1281](#1281)) ([e7fd58e](e7fd58e)) * **deps:** update dependency react-icons to v4 ([#1312](#1312)) ([a8a1a74](a8a1a74)) * **deps:** update dependency windows-1252 to ^1.1.0 ([#1316](#1316)) ([e4f25e3](e4f25e3)) * **deps:** update dependency xlsx to ^0.17.0 [security] ([#1299](#1299)) ([d674607](d674607)) * **deps:** update dependency yargs to v17 ([#1338](#1338)) ([e53b096](e53b096)) * **display:** change file count / level font size in audit tab. Fix [#1397](#1397) ([d45c1dd](d45c1dd)) * **display:** fix breadcrumb height. Fix [#1395](#1395) ([7d87344](7d87344)) * **e2e:** shush ubuntu as playwright deps not working for now ([04821b8](04821b8)) * **export:** fix resip export ([1a5c973](1a5c973)) * **exports:** fix csv/excel exports by removing workers ([#1464](#1464)) ([1dafcca](1dafcca)) * fix husky not launching ([#1273](#1273)) ([a9c982c](a9c982c)) * hash compute again ([#1372](#1372)) ([e553362](e553362)) * **hash:** fix windows specific file hash with correct path ([#1394](#1394)) ([de8cf00](de8cf00)) * **hash:** move hash computing to main thread ([#1363](#1363)) ([b2e1fa9](b2e1fa9)) * **i18n:** use good interpolate. Fix [#1396](#1396) ([8e9f45d](8e9f45d)) * improve startup speed and exports crashing on windows ([#1450](#1450)) ([69dddec](69dddec)) * installer id ([9edd3f6](9edd3f6)) * **lint:** reenable eslint ([#1368](#1368)) ([6579533](6579533)) * **load-filesystem.sh:** support paths with spaces ([#1358](#1358)) ([c4a61d8](c4a61d8)) * **modal:** increment display time ([#1301](#1301)) ([a0855ec](a0855ec)) * **release:** adapt windows installer for release channels ([57e4e20](57e4e20)) * **release:** change default windows install path ([#1474](#1474)) ([bf3172f](bf3172f)) * **release:** change installer and uninstaller ico files ([44f322f](44f322f)) * **release:** fix asset replacer script ([ee47fd1](ee47fd1)) * **release:** fix repository url ([2985c19](2985c19)) * **resip-test:** skip test during investigation ([#1496](#1496)) ([b00a075](b00a075)) * **tags:** fix tags library not being displayed ([#1468](#1468)) ([70d7e0d](70d7e0d)) * **tests:** fix tests poorly using i18n ([5eb808f](5eb808f)) * **to-delete:** fix undo after to delete. Fix [#1398](#1398) ([c79c539](c79c539)) ### Features * **exporters:** add is loaded label ([#1302](#1302)) ([260f7dc](260f7dc)) * **icicle:** add folder's count on ruler ([#1265](#1265)) ([083b041](083b041)) * **import:** add additionnal metadata import feature ([#1462](#1462)) ([c4291aa](c4291aa)) * Prepare beta ([#1422](#1422)) ([89a296f](89a296f)) * **ruler:** add total folder count ([#1339](#1339)) ([e55d6a4](e55d6a4)) * **search-filter:** add to delete tag to search filter ([#1272](#1272)) ([a163221](a163221)) * **version:** add app version in main views ([#1540](#1540)) ([c97fec9](c97fec9)) ### BREAKING CHANGES * go for v4
- Loading branch information