From 9c1195bda2c2972f4d6e6c127880f5a76355ef66 Mon Sep 17 00:00:00 2001 From: Dylan Bolger <37427166+FivePixels@users.noreply.github.com> Date: Mon, 7 Jan 2019 18:36:26 -0600 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5e3359..775837f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Currently, I do not have full support for any version below macOS 10.12. I plan I have created a specific version temporarily for 10.10 [here](https://github.com/FivePixels/dwa140shortcut/issues/1#issuecomment-449897887). ## Upcoming Features -- [ ] Toggle to enable application as soon as the user logs in. +- [x] Toggle to enable application as soon as the user logs in. - [ ] Update the menubar correctly, without needing to reload the application. - [ ] Update the menubar accurately according to range. - [ ] Perform a check to make sure the connection isn't captive, and if it is, present the user with an error letting them know. -- cgit v1.2.3 From 3cdb6184cce129eb9b03b7109eaa082c3423d568 Mon Sep 17 00:00:00 2001 From: Dylan Bolger <37427166+FivePixels@users.noreply.github.com> Date: Mon, 7 Jan 2019 18:38:21 -0600 Subject: Create version --- version | 1 + 1 file changed, 1 insertion(+) create mode 100644 version diff --git a/version b/version new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/version @@ -0,0 +1 @@ +1.0 -- cgit v1.2.3 From e372a0466dadaef8a1f226b9369c3394e51d1b66 Mon Sep 17 00:00:00 2001 From: Dylan Bolger <37427166+FivePixels@users.noreply.github.com> Date: Mon, 7 Jan 2019 18:55:57 -0600 Subject: Rename version to version.txt --- version | 1 - version.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 version create mode 100644 version.txt diff --git a/version b/version deleted file mode 100644 index d3827e7..0000000 --- a/version +++ /dev/null @@ -1 +0,0 @@ -1.0 diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +1.0 -- cgit v1.2.3 From a433e9fa6d0ff31f1c19d384d483938fc2c90c2e Mon Sep 17 00:00:00 2001 From: Dylan Bolger <37427166+FivePixels@users.noreply.github.com> Date: Mon, 7 Jan 2019 19:20:53 -0600 Subject: Update version.txt --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index d3827e7..9459d4b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0 +1.1 -- cgit v1.2.3