Releases: cozy/cozy-home
Releases · cozy/cozy-home
1.85.0-beta.1
✨ Features
- App initialization is faster thanks to code and query optimizations
- Make dataproxy search working on mobile
- Handle offline mode in Flagship app
🔧 Tech
- The search and assistant code is now mutualized through the dataproxy-lib
- Libraries upgrades
- Code cleanup
1.84.0
What's Changed
- fix(Assistant): Now exclude realtime message if not relevant by @JF-Cozy in #2240
- feat(search): Change search attribute names by @Ldoppea in #2241
- feat: Bump version to 1.83.0 by @Ldoppea in #2242
- feat(Assistant): Use new getByIds methods to fetch sources by @JF-Cozy in #2243
- feat(Assistant): Force "normal" variant for searchbar and dialogs by @JF-Cozy in #2244
- fix(Assistant): We wasn't scrolling to the end of the instant message by @JF-Cozy in #2245
- [PRD-610] feat: Allow click on searched file's path by @paultranvan in #2246
- [VO-1194] feat: Hide shortcut badge when for some context by @cballevre in #2247
- [PRD-538] feat: Hide apps by flag by @paultranvan in #2248
- [VO-1194] fix(ShortcutLink): Using a flag instead of a context by @cballevre in #2251
- fix: Disable DataProxy's iframe when running inside of Flagship app by @Ldoppea in #2250
Full Changelog: 1.82.0...1.84.0-beta.1
1.84.0-beta.1
What's Changed
- fix(Assistant): Now exclude realtime message if not relevant by @JF-Cozy in #2240
- feat(search): Change search attribute names by @Ldoppea in #2241
- feat: Bump version to 1.83.0 by @Ldoppea in #2242
- feat(Assistant): Use new getByIds methods to fetch sources by @JF-Cozy in #2243
- feat(Assistant): Force "normal" variant for searchbar and dialogs by @JF-Cozy in #2244
- fix(Assistant): We wasn't scrolling to the end of the instant message by @JF-Cozy in #2245
- [PRD-610] feat: Allow click on searched file's path by @paultranvan in #2246
- [VO-1194] feat: Hide shortcut badge when for some context by @cballevre in #2247
- [PRD-538] feat: Hide apps by flag by @paultranvan in #2248
- [VO-1194] fix(ShortcutLink): Using a flag instead of a context by @cballevre in #2251
- fix: Disable DataProxy's iframe when running inside of Flagship app by @Ldoppea in #2250
Full Changelog: 1.82.0...1.84.0-beta.1
1.83.0-beta.2
What's Changed
- fix(Assistant): Now exclude realtime message if not relevant by @JF-Cozy in #2240
- feat(search): Change search attribute names by @Ldoppea in #2241
- feat(Assistant): Use new getByIds methods to fetch sources by @JF-Cozy in #2243
- feat(Assistant): Force "normal" variant for searchbar and dialogs by @JF-Cozy in #2244
- fix(Assistant): We wasn't scrolling to the end of the instant message by @JF-Cozy in #2245
- [PRD-610] feat: Allow click on searched file's path by @paultranvan in #2246
Full Changelog: 1.82.0...1.83.0-beta.2
1.83.0-beta.1
1.82.0
What's Changed
- feat: Replace animated wallpaper by static one by @JF-Cozy in #2182
- [VO-1046] fix(Announcements): Add extra spacing to dialog content by @cballevre in #2183
- [VO-1064 & VO-1067] feat: Take into account feedback on announcements by @cballevre in #2184
- [VO-1068] feat: Add production remote doctype for announcements by @cballevre in #2187
- feat: Bump version to 1.82.0 by @cballevre in #2188
- feat: Upgrade packages by @JF-Cozy in #2190
- feat: Change help link according to context data by @JF-Cozy in #2191
- [VO-1073] fix: Adapts the data format for shortcuts by @cballevre in #2189
- [VO-1074] fix(Announcements): Second round of feedback by @cballevre in #2192
- fix: Don't show announcements already seen by @cballevre in #2193
- Revert "fix: Change shortcut metadata format" by @paultranvan in #2194
- [VO-1117 & VO-1118] fix(Announcements): Third round of feedback by @cballevre in #2195
- Add first version of Cozy Assistant by @JF-Cozy in #2196
- Cozy Assistant - adjust Ui from some elements by @JF-Cozy in #2199
- Assistant: Adjust suggestion and add translations by @JF-Cozy in #2200
- fix: Default background wasn't full width on safari by @JF-Cozy in #2201
- feat(Assistant): Replace search result bottomsheet in mobile by modal by @JF-Cozy in #2202
- feat(Assistant): Add an empty title bar in dialog to keep the space blank by @JF-Cozy in #2203
- feat(Assistant): Add secondary text to assistant result by @JF-Cozy in #2204
- feat(Assistant): Adjust search result height in flagshipApp by @JF-Cozy in #2205
- feat(Assistant): Replace cross icon by stop icon to stop assistant by @JF-Cozy in #2206
- feat(Assistant): Replace
enter
search default behavior only on desktop by @JF-Cozy in #2207 - feat(Assistant): Replace assistant icon by @JF-Cozy in #2208
- feat(Assistant): Replace search bar button for better integration by @JF-Cozy in #2209
- Adjust Assistant modale margins by @JF-Cozy in #2210
- Assistant : Simplify Dialog style and fix dark mode by @JF-Cozy in #2211
- Assistant : Extract Search from Chat by @JF-Cozy in #2212
- chore: Replace Travis by Github Actions by @JF-Cozy in #2213
- feat: Implement search feature through Dataproxy by @Ldoppea in #2198
- Assistant: adjust resultmenu zindex and mobile searchbar position by @JF-Cozy in #2214
- feat(Assistant): Adjust Search margin for mobile by @JF-Cozy in #2215
- Refactor Assistant code to move files and delete useless ones by @JF-Cozy in #2216
- fix(Assistant): SearchProvider wasn't emptied when emptying search input by @JF-Cozy in #2217
- fix(Assistant): ConversationBar wasn't resize when emptying it by @JF-Cozy in #2218
- fix(Assistant): Search margin wasn't correct on flagship app by @JF-Cozy in #2219
- fix: Replace default wallpaper by @JF-Cozy in #2221
- fix(Assistant): SearchBar wasn't resize when emptying it by @JF-Cozy in #2220
- feat(Assistant): Ignore instant messages if not for the actual conversation by @JF-Cozy in #2222
- feat(Assistant): Add FAB on search page for mobile by @JF-Cozy in #2224
- feat(Assistant): Move AssistantWrapperMobile for better rendering with FAB by @JF-Cozy in #2223
- feat(Assistant): Add shift+enter support on desktop conversation bar by @JF-Cozy in #2226
- Assistant: Add sources by @JF-Cozy in #2225
- fix: Make the search work for cozy-apps again by @Ldoppea in #2227
- Assistant: Better management of providers, routes and browser back button by @JF-Cozy in #2228
- Assistant: Clear search when clicking outside on the input on desktop by @JF-Cozy in #2229
- Assistant: Change flags name by @JF-Cozy in #2230
- fix: Devtools was imported twice by @JF-Cozy in #2231
- [VO-1171] fix: Align announcements' bullet points on left side by @Ldoppea in #2232
- [VO-1171] fix: Change wording for announcements "don't show again" button by @Ldoppea in #2233
- feat(Assistant): Adjust result menu height to cut the last element by @JF-Cozy in #2234
- [VO-1171] fix: Change wording for announcements "don't show again" button by @Ldoppea in #2235
- feat(Assistant): Show instant message sorted by position by @JF-Cozy in #2236
- feat(Assistant): Add possiblity to navigate with arrow keys in SearchResult by @JF-Cozy in #2237
- fix(Assistant): Rework realtime usage for instant messages by @JF-Cozy in #2238
Full Changelog: 1.81.0...1.82.0-beta.1
1.82.0-beta.1
What's Changed
- feat: Replace animated wallpaper by static one by @JF-Cozy in #2182
- [VO-1046] fix(Announcements): Add extra spacing to dialog content by @cballevre in #2183
- [VO-1064 & VO-1067] feat: Take into account feedback on announcements by @cballevre in #2184
- [VO-1068] feat: Add production remote doctype for announcements by @cballevre in #2187
- feat: Bump version to 1.82.0 by @cballevre in #2188
- feat: Upgrade packages by @JF-Cozy in #2190
- feat: Change help link according to context data by @JF-Cozy in #2191
- [VO-1073] fix: Adapts the data format for shortcuts by @cballevre in #2189
- [VO-1074] fix(Announcements): Second round of feedback by @cballevre in #2192
- fix: Don't show announcements already seen by @cballevre in #2193
- Revert "fix: Change shortcut metadata format" by @paultranvan in #2194
- [VO-1117 & VO-1118] fix(Announcements): Third round of feedback by @cballevre in #2195
- Add first version of Cozy Assistant by @JF-Cozy in #2196
- Cozy Assistant - adjust Ui from some elements by @JF-Cozy in #2199
- Assistant: Adjust suggestion and add translations by @JF-Cozy in #2200
- fix: Default background wasn't full width on safari by @JF-Cozy in #2201
- feat(Assistant): Replace search result bottomsheet in mobile by modal by @JF-Cozy in #2202
- feat(Assistant): Add an empty title bar in dialog to keep the space blank by @JF-Cozy in #2203
- feat(Assistant): Add secondary text to assistant result by @JF-Cozy in #2204
- feat(Assistant): Adjust search result height in flagshipApp by @JF-Cozy in #2205
- feat(Assistant): Replace cross icon by stop icon to stop assistant by @JF-Cozy in #2206
- feat(Assistant): Replace
enter
search default behavior only on desktop by @JF-Cozy in #2207 - feat(Assistant): Replace assistant icon by @JF-Cozy in #2208
- feat(Assistant): Replace search bar button for better integration by @JF-Cozy in #2209
- Adjust Assistant modale margins by @JF-Cozy in #2210
- Assistant : Simplify Dialog style and fix dark mode by @JF-Cozy in #2211
- Assistant : Extract Search from Chat by @JF-Cozy in #2212
- chore: Replace Travis by Github Actions by @JF-Cozy in #2213
- feat: Implement search feature through Dataproxy by @Ldoppea in #2198
- Assistant: adjust resultmenu zindex and mobile searchbar position by @JF-Cozy in #2214
- feat(Assistant): Adjust Search margin for mobile by @JF-Cozy in #2215
- Refactor Assistant code to move files and delete useless ones by @JF-Cozy in #2216
- fix(Assistant): SearchProvider wasn't emptied when emptying search input by @JF-Cozy in #2217
- fix(Assistant): ConversationBar wasn't resize when emptying it by @JF-Cozy in #2218
- fix(Assistant): Search margin wasn't correct on flagship app by @JF-Cozy in #2219
- fix: Replace default wallpaper by @JF-Cozy in #2221
- fix(Assistant): SearchBar wasn't resize when emptying it by @JF-Cozy in #2220
- feat(Assistant): Ignore instant messages if not for the actual conversation by @JF-Cozy in #2222
- feat(Assistant): Add FAB on search page for mobile by @JF-Cozy in #2224
- feat(Assistant): Move AssistantWrapperMobile for better rendering with FAB by @JF-Cozy in #2223
- feat(Assistant): Add shift+enter support on desktop conversation bar by @JF-Cozy in #2226
- Assistant: Add sources by @JF-Cozy in #2225
- fix: Make the search work for cozy-apps again by @Ldoppea in #2227
- Assistant: Better management of providers, routes and browser back button by @JF-Cozy in #2228
- Assistant: Clear search when clicking outside on the input on desktop by @JF-Cozy in #2229
- Assistant: Change flags name by @JF-Cozy in #2230
- fix: Devtools was imported twice by @JF-Cozy in #2231
- [VO-1171] fix: Align announcements' bullet points on left side by @Ldoppea in #2232
- [VO-1171] fix: Change wording for announcements "don't show again" button by @Ldoppea in #2233
- feat(Assistant): Adjust result menu height to cut the last element by @JF-Cozy in #2234
- [VO-1171] fix: Change wording for announcements "don't show again" button by @Ldoppea in #2235
- feat(Assistant): Show instant message sorted by position by @JF-Cozy in #2236
- feat(Assistant): Add possiblity to navigate with arrow keys in SearchResult by @JF-Cozy in #2237
- fix(Assistant): Rework realtime usage for instant messages by @JF-Cozy in #2238
Full Changelog: 1.81.0...1.82.0-beta.1
1.81.0
✨ Features
- Show announcements
🔧 Tech
- Add Sentry
- Update @sentry/react from 7.118.0 to 7.119.0
- Update cozy-client from 48.8.0 to 48.25.0
- Update cozy-harvest-lib from 27.0.1 to 30.0.0
- Update cozy-ui from 111.0.0 to 111.12.0
- Update cozy-flags from 3.2.2 to 4.0.0
- Update cozy-sharing from 15.0.0 to 16.0.0
1.81.0-beta.5
✨ Features
- Show announcements
🔧 Tech
- Add Sentry
- Update @sentry/react from 7.118.0 to 7.119.0
- Update cozy-client from 48.8.0 to 48.25.0
- Update cozy-harvest-lib from 27.0.1 to 30.0.0
- Update cozy-ui from 111.0.0 to 111.12.0
- Update cozy-flags from 3.2.2 to 4.0.0
- Update cozy-sharing from 15.0.0 to 16.0.0
1.81.0-beta.4
✨ Features
- Show announcements
🔧 Tech
- Add Sentry
- Update @sentry/react from 7.118.0 to 7.119.0
- Update cozy-client from 48.8.0 to 48.25.0
- Update cozy-harvest-lib from 27.0.1 to 30.0.0
- Update cozy-ui from 111.0.0 to 111.12.0
- Update cozy-flags from 3.2.2 to 4.0.0
- Update cozy-sharing from 15.0.0 to 16.0.0