Releases: digitalec/deemon
Releases · digitalec/deemon
1.0.1
- Fixes:
FileNotFoundError
exception when parent directory does not exist on Linux while creating deemon config directory - Fixes:
UnicodeEncodeError
when writing to log file with special characters on Windows - Fixes:
UnicodeDecodeError
when importing from text file with special characters on Windows
0.4.2
0.4.1
0.4.0
- Feature: Email notifications on new releases
- Feature: Logging has been added
- Change: Win/Mac users: database will be migrated to new location on first run (see below)
In order to enable email notifications, deemon must be run once after upgrading to 0.4.0 to generate a default config.json. The path of this file is dependent on your OS. For Win/Mac users, upon first run, your existing database will be moved to this new location.
- Windows: %appdata%/deemon
- Mac: /Users/USERNAME/Library/Application Support/deemon
- Linux: /home/USERNAME/.config/deemon