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

release v4.6.0-beta.1 #5561

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
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
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,35 @@

# Changelog

## 4.5.0 - unreleased
## 4.6.0 - unreleased
### Added
- v2 for widget API
- PHP8.3 support
### Changed
- Appointment UI error handling
- Disable adding attendees on shared calendars
- Appointment rooms are now public
### Fixed
- Recurring events on the dashboard
- Event participation when event is updated
- Timezone overlap (Firefox)
- Recurrence error handling
- Toggle overlap
- Locale fallback
- Leaked internal exceptions

## 4.5.2 - 2023-10-02
### Changed
- Reverted persistent custom categories (for now)
### Fixed
- Sidebar toggle overlay for Firefox
- Reocurring events on the dashboard

## 4.5.1 - 2023-09-21
### Fixed
- Sidebar toggle overlay

## 4.5.0 - 2023-09-14
### Added
- Year grid view
- Talk rooms for appointments are back
Expand All @@ -14,6 +42,11 @@
### Fixed
- Categories for public calendars

## 4.4.5 – 2023–09-07
### Fixed
- Avatars now use placeholders for attendees
- FreeBusy disabled for attendees

## 4.4.4 – 2023–08-03
### Fixed
- Navigation button positioning
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* ☑️ Tasks! See tasks with a due date directly in the calendar
* 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.
]]></description>
<version>4.6.0-alpha.1</version>
<version>4.6.0-beta.1</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "calendar",
"description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
"version": "4.6.0-alpha.1",
"version": "4.6.0-beta.1",
"author": "Georg Ehrke <[email protected]>",
"contributors": [
"Georg Ehrke <[email protected]>",
Expand Down
Loading