From a95586374c216e4d8ce35cda2f96035d8c75a36e Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 17 Dec 2015 13:45:59 -0800 Subject: [PATCH] v3.0.0 --- HISTORY.rst | 9 +++++++++ README.md | 2 +- WakaTime/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index fdc23cb..b275caa 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,15 @@ History ------- +3.0.0 (2015-12-17) +++++++++++++++++++ + +- use embedded python instead of installing +- remove prompt before installing Python because using embeddable Python now +- prevent locking inside background thread +- better looking obfuscated api key + + 2.0.3 (2015-08-27) ++++++++++++++++++ diff --git a/README.md b/README.md index 88f3ef5..31d747f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Notepad++ plugin to quantify your coding. Installation ------------ -1. Download the plugin [WakaTime.dll](https://github.com/wakatime/notepadpp-wakatime/releases/download/2.0.3/WakaTime.dll). +1. Download the plugin [WakaTime.dll](https://github.com/wakatime/notepadpp-wakatime/releases/download/3.0.0/notepadpp-wakatime-3.0.0.zip). 2. Copy WakaTime.dll to your Notepad++ plugins folder at `C:\Program Files\Notepad++\plugins`. diff --git a/WakaTime/Properties/AssemblyInfo.cs b/WakaTime/Properties/AssemblyInfo.cs index a72905d..fca86c3 100644 --- a/WakaTime/Properties/AssemblyInfo.cs +++ b/WakaTime/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.3")] -[assembly: AssemblyFileVersion("2.0.3")] +[assembly: AssemblyVersion("3.0.0")] +[assembly: AssemblyFileVersion("3.0.0")]