From b6a8616c2c1990c00a95f18fb8c5e46d30f0b152 Mon Sep 17 00:00:00 2001 From: Nathaniel Young Date: Sun, 2 Aug 2020 12:38:39 -0930 Subject: [PATCH] updates readme and version number --- README.md | 4 +++- manifest.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a51772..3374eb2 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/manifest.json b/manifest.json index 516b236..099485c 100644 --- a/manifest.json +++ b/manifest.json @@ -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,