Skip to content

Releases: JM-Lemmi/ical-relay

v2.0.0-beta.6.2

06 Jun 10:43
36ba7a5
Compare
Choose a tag to compare
v2.0.0-beta.6.2 Pre-release
Pre-release

Fix config.go getNotifier(): Starting with existing DB assigned notifiers to nil map

v2.0.0-beta.6.1

06 Jun 10:15
510d075
Compare
Choose a tag to compare
v2.0.0-beta.6.1 Pre-release
Pre-release

Fix Edit view crashing for events without a SUMMARY or LOCATION property

v2.0.0-beta.6

03 May 18:20
v2.0.0-beta.6
a9a8040
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release
  • Database as Configuration Backend
    • Importing config.yml
    • Use external or integrated Database
  • Restructure Repository into multiple packages
  • Frontend: Weekly View
  • Frontend: All Day Events
  • API: Ability to add new Profiles
  • Ability to add new Events (API and Frontend, Files and Single Events)
  • Small Quality of Life fixes in Frontend and Notifier-Mails

v2.0.0-beta.5

19 Apr 17:46
v2.0.0-beta.5
06220cd
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release
  • Replace Modules with Filters and Actions
    • Filters: Regex, Id, Timeframe, Duplicates, All, Duration
    • Actions: Delete, Edit, AddReminder, StripInfo
  • Multiple Sources per Profile
    • base64, profile, file and http/https
  • Configuration upgrade for legacy configurations
  • Module instances are now called "Rules"
  • Frontend:
    • "Today" marker
    • clickable location links
    • Disabled Edit Button for past
    • Copy ICS Link to Clipboard
    • Configurable Name and Favicon
  • Api to add new Calendar Entries

v1.3.1

14 Mar 19:09
v1.3.1
28d9af3
Compare
Choose a tag to compare
  • basic RRULE handling in delete-timeframe Module
    • waiting for upstream RRULE Handling in golang-ical
    • cannot handle COUNT
    • cannot handle when timeframe is inbetween or only in the beginning of the RRULE
  • fix "invalid start time" in delete-timeframe with only "before"-option

v2.0.0-beta.4.1

08 Mar 19:25
v2.0.0-beta.4.1
759285b
Compare
Choose a tag to compare
v2.0.0-beta.4.1 Pre-release
Pre-release
  • Templates are now in /opt/ical-relay/templates by default and can be changed by config setting.
  • Use CDN for javascript
  • Frontend
    • Add Year
    • Show Error if Token is invalid
    • Hide Edit Button for Past, when immutable past is active
    • Automatic Redirection to saved Profile
    • Sort Events
    • User How-To
    • Configurable Dataprivacypolicy and Impressum Links

v2.0.0-beta3.2

14 Dec 08:44
36a52ff
Compare
Choose a tag to compare
v2.0.0-beta3.2 Pre-release
Pre-release
  • fix navbar subscribe link
  • fix html lang
  • add Delete Button functionality

v2.0.0-beta.3.1

07 Dec 21:19
017bd75
Compare
Choose a tag to compare
v2.0.0-beta.3.1 Pre-release
Pre-release
  • Fix: relative path for static assets #89
  • add Selector to Index Page
  • add ICS link to navbar

v2.0.0-beta.3

07 Dec 17:07
247b8ec
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release
  • Frontend
    • Module Hinzufügen oder Entfernen
    • Mail-Benachrichtigungen hinzufügen oder entfernen
  • Fix templates folder in docker & debian package

v2.0.0-beta.1

09 Nov 20:00
49a6ae7
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
  • API
    • add authentication (admin and superadmin roles)
    • Single Calendar Entry: /api/profiles/{profile}/calentry POST and DELETE
    • Modules: /api/profiles/{profile}/modules POST
  • Add Frontend
    • Monthly view
    • Edit view for Single Entries