Releases: bitkarrot/scheduler
v1.0.0-rc1
All props go to @dni for update compatibility to lnbits v1.0
Full Changelog: v0.1.3...v1.0.0-rc1
v0.1.3 dni release
v0.1.2-alpha-2
Lock minimum version to v0.12.10 and above only. All old versions are defunct.
Full Changelog: v0.1.2-alpha...v0.1.2-alpha-2
v0.1.2-alpha
Do Not use this release on versions below 0.12.10
What's Changed
New Contributors
Full Changelog: v0.1.1...v0.1.2-alpha
v0.1.1 Bring it On
- Add test Job run button and logic
- Add test log and test log button
- Add separate test log file for logging
- clean up print statements
- Min Version 0.12.0 lnbits only - releases above this may or may not work
Full Changelog: v0.1.0...v0.1.1
v0.1.0 New Year Release
- min version 0.12.0 LNBits
- improve export csv
- moved control buttons and style to better align with other LNBits ext.
- improved dialog box blanking, show ID on log dialog
- improve docs
Full Changelog: v0.0.9...v0.1.0
v0.0.9 Ready for Initial Use Release
- compatible up to LNBits 0.11.2
- Added basic instructions to README
- replace username with user=True
- tested with sqlite db and with OSX.
- Removes .env file dependency, Fixes Issue: #8 (comment)
Full Changelog: v0.0.8...v0.0.9
v0.0.8 update to LNBits version > 0.11
- Testing release with updates for LNBits 0.11.X
NOTE: this is for testing, it may break.
Full Changelog: v0.0.7...v0.0.8
v0.0.7 first full feature release
- This is for up to LNBits version 0.10.9 ONLY
- First attempt at full feature release - tested on OSX and with sqlite only
CAVEATS:
-
requirements.txt must be installed before this extension is installed.
-
User must set the crontab enabled system username in .env file Post Install
-
Log Files for Individual Jobs are pushed to the DB. Log will be deleted when Job is deleted
-
Complete Log file is written to disk and includes other error messages, deletion of this will delete scheduler.log file from disk
-
New Scheduled jobs Dialog allows for Headers and Body
-
Stop/Start buttons now synchronized with cron job back end
TODO:
- improve required fields validation before submit in Job Dialog
- improve js validation for schedule
- add check in Job Dialog to check if the API call is valid before saving to DB and as cron job
Full Changelog: v0.0.6...v0.0.7