Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0780e617 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

update to 3.5.2

parents 0ca7e4a3 01bee3a8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.{js,php,vue}]
[*.{js,php,vue,scss}]
indent_style = tab
insert_final_newline = true

+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ CVS/*
RCS/*

/.project
.php_cs.cache
.php-cs-fixer.cache
.phpunit.result.cache

coverage/
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@
.gitlab-ci.yml
.idea
.nextcloudignore
.php_cs.dist
.php-cs-fixer.dist.php
.php-cs-fixer.cache
.scrutinizer.yml
.stylelintignore
.stylelintrc
+0 −0

File moved.

+22 −0
Original line number Diff line number Diff line

# Changelog

## 3.5.2 - 2022-10-27
### Fixed
- Event calendar picker out of sync after moving event

## 3.5.1 - 2022-10-19
### Fixed
- Timezone overlapping time suggestions for appointments
- Mobile design for appointments
- Event title sort order
- Category selection

## 3.5.0 - 2022-08-30
### Added
- Option to duplicate calendar events
- Config setting to disable appointments
### Changed
- Moved icons to material design
- Settings name
### Fixed
- White space on calendar title
- Trashbin layout

## 3.4.3 - 2022-08-23
### Fixed
- Missing events in week view
Loading