Skip to content

Commit

Permalink
Updated README + version - ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Gehling committed Oct 5, 2016
1 parent 7747b41 commit b50e07e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,24 @@ All icons on buttons were downloaded from [Icons8](https://icons8.com).
## Changelog

<pre>
1.7.0 2016-06-25 New features/improvement
1.8.0 2016-10-05 New features/improvement:
- When submitting worklog, StartTime will also be set. The value
will be equal to "now minus logged work-time".
Kudos to [Lee Houghton](https://github.com/asztal)
for making this PR.
- UI now handles Windows' zoom settings much better.
- Timers and settings are now saved continously instead of only
at program exit. So no data loss if you get power-outs or PC crash.
- Issue dropdown box will now retrieve up to 200 issues, instead of
the API-default of 50.

Bugfixes:
- Fixed random startup crashes.
- If issue keys are very long, they could be cropped in the dropdown
box. This has been fixed, so the key column width adapts to the
widest key.

1.7.0 2016-06-25 New features/improvement:
- Edit timer is now always enabled - you edit by double-clicking
the time field.
- StopWatch now only runs single instance - it detects at startup
Expand Down
3 changes: 1 addition & 2 deletions StopWatch.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StopWatch", "source\StopWatch\StopWatch.csproj", "{B7C11B2A-F064-4BA4-BD87-954197D7FF35}"
EndProject
Expand All @@ -10,7 +10,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
LICENSE.rtf = LICENSE.rtf
LICENSE.txt = LICENSE.txt
README.md = README.md
todo.txt = todo.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StopWatchTest", "source\StopWatchTest\StopWatchTest.csproj", "{7F60E6E6-B488-4A6E-868B-796E3A42F552}"
Expand Down
6 changes: 3 additions & 3 deletions source/StopWatch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ limitations under the License.
// 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("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
[assembly: AssemblyInformationalVersion("1.7.0")]
[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]
[assembly: AssemblyInformationalVersion("1.8.0")]

[assembly: InternalsVisibleTo("StopWatchTest")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
8 changes: 4 additions & 4 deletions source/StopWatchSetup/StopWatchSetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:StopWatch, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:StopWatch, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_50F3BB70243F4243B4B1324E58EFC858"
Expand Down Expand Up @@ -308,15 +308,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Jira StopWatch"
"ProductCode" = "8:{82C3F27D-2776-40D3-A237-22E235D85231}"
"PackageCode" = "8:{818DC636-B638-4D44-ADE9-3E3243D22C21}"
"ProductCode" = "8:{F903F9E1-7F4C-47BE-BEDB-24D5F5A0D9C6}"
"PackageCode" = "8:{EF4F604B-E1B1-415B-89AC-66CFF3913D28}"
"UpgradeCode" = "8:{292249F1-B39F-4CA1-AA94-28FA5DA3CFFB}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.7.0"
"ProductVersion" = "8:1.8.0"
"Manufacturer" = "8:Carsten Gehling"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down

0 comments on commit b50e07e

Please sign in to comment.