Skip to content

Releases: RedyAu/record_on_calendar

4.3.1

21 Jan 00:50
Compare
Choose a tag to compare

Additional displayed info on status page

Full Changelog: 4.3.0...4.3.1

4.3.0

20 Jan 20:36
Compare
Choose a tag to compare

Multiple multitrack configs

Full Changelog: 4.2.0...4.3.0

4.2.0

20 Jan 14:16
Compare
Choose a tag to compare

Web status page

Now comes with a web status page. Edit the port or disable in config.yaml if desired.

Full Changelog: 4.1.0...4.2.0

4.1.0

17 Jan 23:21
Compare
Choose a tag to compare

Google Calendar

  • Now using Google Calendar - if updated, don't forget to supply a Calendar ID and an API Key with access to the Google Calendar API.
  • ffmpeg downloader now supports any ffmpeg version

Full Changelog: 4.0.3...4.1.0

4.0.3

24 Sep 11:24
Compare
Choose a tag to compare

Logic overhaul

  • New logic
  • Bugfixes in multitrack
  • Handle recurring events

4.0.3

  • Redundant Calendar update emails fixed

3.0.0

25 Jul 20:11
Compare
Choose a tag to compare
  • ffmpeg instead of SoX
    • No longer multiplatform, only supports DirectShow (open to PRs)
  • Configurable multitrack recording
  • FTP functionality removed

2.0.0

20 Jun 19:52
Compare
Choose a tag to compare

Major overhaul:

  • Config file now parsed as a proper YAML
  • Send emails on calendar change
  • More stable recording starts (i hope)
  • Filter out recurring events (not supported, previous versions only recorded first instance)
    • PRs welcome if you want to help support recurring events
  • More frequent console writes
  • Cleaner console output
  • Cleaner log
  • Save previous config file on migrate
  • Probably other stuff I forgot

First release after overhaul, bugfix release likely in the near future.

1.2.1

16 Apr 12:24
Compare
Choose a tag to compare

Changes:

  • Remove infinite loop, that could happen while updating calendar

First "stable-ish" release!

1.2.0

12 Apr 21:15
e4b4cea
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release

Changes:

  • Cleaner console output
  • Catch errors in main loop
  • Main loop runs only in one instance
    • Only one email gets sent
  • Error handling in calendar update
  • Error handling in upload
  • Added logging to file (experimental; depends on deprecated dart:cli)
  • Renamed log -> history to avoid confusion
  • Removed exitWithPromtp - errors should be checked in log file, program should be restarted immediately.
  • Fixed email sending when no future events scheduled.
  • Deleting files over keep limit no longer blocks recording start.

Version still experimental!
Soon: Multitrack recording from ASIO

1.1.0

02 Apr 23:48
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

New features:

  • Email summary
  • Others