From 4fa6891adbeebe0575aefefe02d42ad664ac4a31 Mon Sep 17 00:00:00 2001 From: Joseph Lyons Date: Sun, 11 Jun 2017 06:11:14 -0400 Subject: [PATCH] Updated release date in changelog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a455c00..7ee955f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A simple audio plugin to hold your session and track notes. * I've only been able to test in GarageBand, Reaper, and Mixbus. I've documented the known issues below in those DAWs. Outside of those DAWs, I can't guarantee Track Notes will work properly. If you encounter an issue, please message email me. I'll try to obtain the DAW and figure the bugs out. ## Changelog: -### June X, 2017 - v1.0.1 +### June 11th, 2017 - v1.0.1 * Fixed formatting issue with timestamps that included times above 60 minutes. * Images now load in the center of the screen, instead of the upper left-hand corner. * Changed the location, in the code, of where the method that calls the timestamping is located to hopefully increase the stability of the plugin and maybe fix some of the timestamping failures in some DAWs, but this comes with an ever-so-slight increase in CPU (Ex. 16 instances causes a 0.1 percent increase in CPU on my Macbook Pro 2.8 gHz i7 quad core).