Skip to content

Commit

Permalink
updates readme and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungstudios committed Aug 2, 2020
1 parent 6d69daa commit b6a8616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
## Features
Changes all the times in the Heroku Scheduler dashboard to your local time.\
Updates the main table on load, after editing an existing job, and after adding new job.\
Supports adding new and editing exisiting jobs for all the options (Every day at..., Every 10 minutes, and Every hour at...).
Updates the side panel on load as well as after adding new or editing existing jobs.\
Supports adding new and editing exisiting jobs for all the options (Every day at..., Every 10 minutes, and Every hour at...).\
Creates the ability to sort the table by each of the columns (including sorting special cases such as Never run and commented jobs as the end) by clicking on the column header. Table sort by column also features reverse sort if clicked on again.

## Screenshot
![Heroku Scheduler Local Time Screenshot](/screenshots/localTimeExample.png)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Heroku Scheduler Local Time",
"version": "1.0.0",
"version": "1.1.0",
"description": "Converts UTC time to Local Time for Heroku Scheduler.",
"author": "Nathaniel Young",
"manifest_version": 2,
Expand Down

0 comments on commit b6a8616

Please sign in to comment.