Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update changelog.md with 1.79.0 version #2174

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
# 1.80.0

## ✨ Features

* [Describe new features here]
* [Describe new features here]
* [Describe new features here]

## 🐛 Bug Fixes

* [Describe bug fixes here]
* [Describe bug fixes here]
* [Describe bug fixes here]

## 🔧 Tech

* [Describe tech updates here]
* [Describe tech updates here]
* [Describe tech updates here]

# 1.79.0

## ✨ Features

* Improved animations on mobile devices
* Enabled the possibility to use detailed view for Services
* Added new default wallpaper

## 🐛 Bug Fixes

* The color of the message for empty services is now theme-responsive
* Fixed a crash of the viewer inside the harvest modal in some cases
* Submit 2FA on the 2FA submit button click
* Improved CSS grid for responsiveness
* Micro-adjusted CSS for background in some cases:
* Moved custom wallpaper after empty div for overrides
* Background wasn't fullscreen in browsers with small screens
* Scrollbar was over the content
* Added multiple improvements to shortcuts grids

## 🔧 Tech

* Updated `cozy-ui` from `110.8.1` to `110.8.2`
* Updated `cozy-harvest-lib` from `27.0.0` to `27.0.1`
* Replaced deprecated `Alerter` with the latest version

# 1.49.0

## ✨ Features
Expand Down
Loading