Skip to content

Commit

Permalink
v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Dec 3, 2015
1 parent 30d908c commit 72a3396
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@ History
-------


7.0.1 (2015-12-03)
++++++++++++++++++

- remove prompt before installing Python because using embeddable Python now


7.0.0 (2015-11-26)
++++++++++++++++++

- use embeddable python to prevent installing failures


6.0.0 (2015-10-10)
++++++++++++++++++

- improve detection of latest wakatime-cli version from GitHub repo
- prevent locking inside background thread
- better looking obfuscated api key


5.0.11 (2015-10-02)
++++++++++++++++++

- ask user to authorize to download Python and other improvements
- fixed issue when downloading Python and wakatime-cli using a proxy
- support simple proxy addresses without authentication


5.0.10 (2015-08-27)
++++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("7.0.0")]
[assembly: AssemblyFileVersion("7.0.0")]
[assembly: AssemblyVersion("7.0.1")]
[assembly: AssemblyFileVersion("7.0.1")]

[assembly: InternalsVisibleTo("WakaTime_IntegrationTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed8f681fc55bde81467704eba07c3f705ca21f8e864179766c6a034588cd9c2262faaa5c377f0f4fac40ed2564049adf003f19bc13b6d420a1c4d17d998d743fe3cf3ea06957841e7a423d98ea28dd45c43ca7ce3d0722cd859b56101fc1b24f48afc420168a636e486da71c00e9e0909083772c528cb7ecc18ba6e358f5f99a")]
[assembly: InternalsVisibleTo("WakaTime_UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed8f681fc55bde81467704eba07c3f705ca21f8e864179766c6a034588cd9c2262faaa5c377f0f4fac40ed2564049adf003f19bc13b6d420a1c4d17d998d743fe3cf3ea06957841e7a423d98ea28dd45c43ca7ce3d0722cd859b56101fc1b24f48afc420168a636e486da71c00e9e0909083772c528cb7ecc18ba6e358f5f99a")]
2 changes: 1 addition & 1 deletion source.extension.vsixmanifest-default
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="52d9c3ff-c893-408e-95e4-d7484ec7fa47" Publisher="WakaTime" Language="en-US" Version="7.0.0" />
<Identity Id="52d9c3ff-c893-408e-95e4-d7484ec7fa47" Publisher="WakaTime" Language="en-US" Version="7.0.1" />
<DisplayName>WakaTime</DisplayName>
<Description xml:space="preserve" >WakaTime is a productivity &amp; time tracking tool for programmers. Once the WakaTime plugin is installed, you get a dashboard with reports about your programming by time, language, project, and branch.</Description>
<MoreInfo>https://github.com/wakatime/visualstudio-wakatime</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion source.extension.vsixmanifest-express
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="52d9c3ff-c893-408e-95e4-d7484ec7fa47" Publisher="WakaTime" Language="en-US" Version="7.0.0" />
<Identity Id="52d9c3ff-c893-408e-95e4-d7484ec7fa47" Publisher="WakaTime" Language="en-US" Version="7.0.1" />
<DisplayName>WakaTime</DisplayName>
<Description xml:space="preserve" >WakaTime is a productivity &amp; time tracking tool for programmers. Once the WakaTime plugin is installed, you get a dashboard with reports about your programming by time, language, project, and branch.</Description>
<MoreInfo>https://github.com/wakatime/visualstudio-wakatime</MoreInfo>
Expand Down

0 comments on commit 72a3396

Please sign in to comment.