Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Dec 17, 2015
1 parent 0f82092 commit a955863
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
4 changes: 2 additions & 2 deletions WakaTime/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit a955863

Please sign in to comment.