Skip to content

Commit

Permalink
Merge pull request #5561 from nextcloud/release/v.4.6.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala authored Nov 2, 2023
2 parents 4315fbf + 094478f commit b442bb2
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 5 deletions.
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

0 comments on commit b442bb2

Please sign in to comment.