Changelog
New Features and Improvements
Introducing to Schedule Job Screen: Now you can schedule or automate tasks with deferred jobs (At jobs) and recurring job (Crontab jobs) management. You can see the list of jobs, edit, create or delete them.
🚀 New Job Scheduling Screen:
- Contains 2 tabs for easy navigation.
📋 Job List:
- View the list of jobs with their count.
📅 At Job Screen:
- View a list of all the jobs.
- Edit any job you need.
- Delete any job.
- Create new at jobs.
⏰ Cron Job Screen:
- View a list of all the cron jobs.
- Click on a job to see a new bottom sheet with detailed job information.
- Edit jobs on the go.
- Delete jobs with a confirmation dialog.
- New and improved UI for adding jobs, which is user-friendly and easy to understand.
- New human-readable format for cron expressions, making it easy for users to understand exactly when the job will run.
- View the next 5 dates when your crontab job will be executed in the bottom sheet.