AgenDAV v2.1.0 Release Notes

Release Date: 2017-03-01 // about 7 years ago
  • ๐Ÿ”„ Changed

    • โž• Added some missing Fullcalendar translations. Now the calendar UI matches
      ๐Ÿ”ง user configured language
    • โž• Added tests for PHP 7.1
    • โฌ†๏ธ Upgraded to dustjs 2.7.5 and dustjs-helpers 1.7.3
    • โฌ†๏ธ Upgraded Symfony components to 2.8.17
    • ๐Ÿฑ Moved all assets inside the assets/ root directory
    • โšก๏ธ Updated all translations
    • ๐Ÿ— Switched to npm scripts to build AgenDAV
    • ๐Ÿฑ Switched to Symfony Asset component to generate URLs for assets
    • ๐Ÿ”ง Configuration is now loaded in last place, allowing further customization through settings.php
    • agendav.min.js is now ~100kB smaller

    ๐Ÿ›  Fixed

    • โฌ†๏ธ Database upgrade failed on PostgreSQL (#188)
    • Custom display names and/or colors on shares coming from AgenDAV 1.x could not be modified due
      to old names having precedence over namespaced properties
    • ๐Ÿ“‡ Do not cache ORM metadata on development mode

    โž• Added

    • โž• Added new caldav.connect.timeout and caldav.response.timeout settings
    • โž• Added a new preference to show a marker indicating the current time
    • โž• Added a new log.level setting
    • โž• Added a command to clear ORM metadata cache
    • โž• Added a 'list' (also called agenda) view. Configurable through preferences
    • 0๏ธโƒฃ Users can now choose their default calendar view (#72)
    • Day and week numbers link to their specific views (#39)

    โœ‚ Removed

    • โœ‚ Removed web profiler for development environment