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

Unverified Commit 3961ccab authored by Georg Ehrke's avatar Georg Ehrke Committed by GitHub
Browse files

Merge pull request #1628 from nextcloud/release/2.0.0-beta2

Release 2.0.0 beta2
parents 53f554b5 284291a7
Loading
Loading
Loading
Loading
+44 −0
Original line number Diff line number Diff line
## 2.0.0 beta2 - 2019-11-04
### Added
- Consider categories for illustrations if title doesn't match any illustration
  [#1509](https://github.com/nextcloud/calendar/issues/1509)
- Update Today in calendar-view on day-change
  [#678](https://github.com/nextcloud/calendar/issues/678)
- Show warning when detected timezone is UTC
  [#711](https://github.com/nextcloud/calendar/issues/711)
- Allow to edit location and description in popover editor, if already set
  [#680](https://github.com/nextcloud/calendar/issues/680)
- Better default times when switching from all-day to timed event
  [#532](https://github.com/nextcloud/calendar/issues/532)
- Nicer integration of week-number into calendar-view
  [#1571](https://github.com/nextcloud/calendar/issues/1571)
- Simpler design for upper part of app navigation
  [#1021](https://github.com/nextcloud/calendar/issues/1021)
- Merged calendar-list and subscription list
- Categories
  [#107](https://github.com/nextcloud/calendar/issues/107)
- Hide property info in read-only mode
  [#1585](https://github.com/nextcloud/calendar/issues/1585)
- Do not show all-day checkbox in read-only mode
  [#1589](https://github.com/nextcloud/calendar/issues/1589)
- Add timezone at creation of calendar
  [#223](https://github.com/nextcloud/calendar/issues/223)
- Allow to link to event
  [#21](https://github.com/nextcloud/calendar/issues/21)

### Fixed
- Respect the user's locale
  [#1569](https://github.com/nextcloud/calendar/issues/1569)
- Mixup of locale and language
  [#920](https://github.com/nextcloud/calendar/issues/920)
- Error when selecting visibility in Editor
  [#1591](https://github.com/nextcloud/calendar/issues/1591)
- Show private calendars by default if no visibility is set
  [#1588](https://github.com/nextcloud/calendar/issues/1588)
- Remove title tag from illustration svg
  [#1593](https://github.com/nextcloud/calendar/issues/1593)
- Show more button in upper right corner in popover for read-only events
  [#1592](https://github.com/nextcloud/calendar/issues/1592)
- Event details are not transferred from popover to sidebar
  [#1590](https://github.com/nextcloud/calendar/issues/1590)

## 2.0.0 beta1 - 2019-10-21

Version 2.0 of the calendar has been fully rewritten with a different technology, switching from the legacy AngularJS framework to Vue.js. Nextcloud is using more and more Vue.js throughout apps and server, which makes it easy to use common components everywhere. This allows faster development and a more coherent experience in all of Nextcloud.
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
* 🙋 **Attendees!** Invite people to your events.
* 🙈 **We’re not reinventing the wheel!** Based on the great [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.
	]]></description>
	<version>2.0.0-beta1</version>
	<version>2.0.0-beta2</version>
	<licence>agpl</licence>
	<author homepage="https://georg.coffee">Georg Ehrke</author>
	<author homepage="http://raghunayyar.com">Raghu Nayyar</author>
+1 −1
Original line number Diff line number Diff line
{
  "name": "calendar",
  "version": "2.0.0-alpha2",
  "version": "2.0.0-beta2",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
+1 −1
Original line number Diff line number Diff line
{
	"name": "calendar",
	"description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
	"version": "2.0.0-alpha2",
	"version": "2.0.0-beta2",
	"author": "Georg Ehrke <oc.list@georgehrke.com>",
	"contributors": [
		"Georg Ehrke <oc.list@georgehrke.com>",