Skip to content

Releases: JM-Lemmi/ical-relay

v1.1.3

04 Sep 15:07
5a6e2a1
Compare
Choose a tag to compare
  • Remove /view path and go.rice dependency

v1.1.2

20 Apr 12:26
Compare
Choose a tag to compare

Hotfix for #39: Empty property will no be filled in "overwrite" mode.

v1.1.0

12 Apr 07:16
Compare
Choose a tag to compare
  • Add save-to-file-Module
  • delete-timeframe-Module now accepts "now" as valid value for before and after
  • empty source is now allowed and create a new empty calendar

v1.0.0

10 Apr 18:27
Compare
Choose a tag to compare

The first full release of ical-relay. Compared to v0.4 it is now modularized. This enables much easier new features and faster processing times for complex edits.

Included Modules:

  • delete-bysummary-regex
  • delete-byid
  • add-url
  • add-file
  • delete-timeframe
  • delete-duplicates

Docker image: ghcr.io/jm-lemmi/ical-relay:v1.0.0
Binary for linux in this release.

v1.0.0-rc2

07 Apr 14:40
Compare
Choose a tag to compare
  • bug fixes in "delete-timeframe"
  • banner message with version number

v1.0.0-rc1

07 Apr 11:36
8c7bf23
Compare
Choose a tag to compare
  • yml config files
  • converting to modules:
    • delete-bysummary-regex
    • delete-byid
    • add-url
      • added configurable HTTP Headers
    • add-file
  • new modules:
    • delete-timeframe
    • delete-duplicates

v1.0.0-beta1

06 Apr 19:02
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

This release brings the new yaml structure with modules and some finished modules

profiles:
    relay:
        source: "https://example.com/calendar.ics"
        public: true
        modules:
        - name: "delete-bysummary-regex"
          regex: "testentry"
          from: "2021-12-02T00:00:00Z"
          until: "2021-12-31T00:00:00Z"
        - name: "add-url"
          url: "https://othersource.com/othercalendar.ics"

v1.0.0-dev1

05 Apr 10:41
Compare
Choose a tag to compare
v1.0.0-dev1 Pre-release
Pre-release

This is the first development release for v1.0

  • yaml replaces toml for config files
  • start moving features into modules
  • fix Google calendar timezones

v0.4.0-jle

25 Feb 09:28
8c85af2
Compare
Choose a tag to compare

This release adds the following features:

  • Different Profiles pull from different URLs
  • Exclude Events by timeframe
  • Exclude Events by ID
  • Enable Passthrough of Event-IDs
  • Add Entries from local storage
  • Add Entries from additional URLs
  • Cleaner Debug Log
  • Performance Improvement by using AddVEvent