Loading .editorconfig +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading .gitignore +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ CVS/* RCS/* /.project .php_cs.cache .php-cs-fixer.cache .phpunit.result.cache coverage/ Loading .nextcloudignore +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading .php_cs.dist→.php-cs-fixer.dist.php +0 −0 File moved. View file CHANGELOG.md +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 Loading
.editorconfig +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
.gitignore +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ CVS/* RCS/* /.project .php_cs.cache .php-cs-fixer.cache .phpunit.result.cache coverage/ Loading
.nextcloudignore +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
CHANGELOG.md +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