Skip to content

Commit

Permalink
Bumped version, updated changelog, ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
carstengehling committed Apr 18, 2016
1 parent 209ad44 commit 036acf6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,29 @@ All icons on buttons were downloaded from [Icons8](https://icons8.com).
## Changelog

<pre>
1.6.1 2016-04-18 Changed filter- and issue-loading from Jira API, to only happen
when comboboxes are opened, instead of every 30 seconds as before.

1.6.0 2016-04-09 New features:
- Allow multiple timers to run at the same time
- Choose if worklog text should be posted on worklog track or comment track
- Choose if worklog text should be posted on worklog track or
comment track
- Display total time in bottom of window

Bugfixes:
- Issue description was not updated when manually typing an issue key or deleting a key
- notifyIcon is not available on Mono, so on non-Windows platforms, disable all minimze-to-tray code
- Issue description was not updated when manually typing an
issue key or deleting a key
- notifyIcon is not available on Mono, so on non-Windows
platforms, disable all minimze-to-tray code
- Fixed thread UI issue

Remade project structure to make crossplatform building easier

Refactoring of internal Jira communication (including NUnit test-coverage)
Refactoring of internal Jira communication (including NUnit
test-coverage)

1.5.0 2016-02-07 Option for pausing timer when locking your PC (eg. for lunch breaks)
1.5.0 2016-02-07 Option for pausing timer when locking your PC
(eg. for lunch breaks)

Application can now be minimized to the system tray

Expand Down
4 changes: 2 additions & 2 deletions source/StopWatch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// 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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]

[assembly:InternalsVisibleTo("StopWatchTest")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
13 changes: 4 additions & 9 deletions source/StopWatchSetup/StopWatchSetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,6 @@
"AssemblyAsmDisplayName" = "8:RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_4456F9FE256FA4FD420275E14F48B8E7"
{
"Name" = "8:RestSharp.DLL"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:RestSharp.DLL"
"TargetName" = "8:"
Expand All @@ -199,7 +194,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:StopWatch, Version=1.6.0.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:StopWatch, Version=1.6.1.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_50F3BB70243F4243B4B1324E58EFC858"
Expand Down Expand Up @@ -313,15 +308,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Jira StopWatch"
"ProductCode" = "8:{2FCE8255-7E18-4716-8573-F28D109BD39E}"
"PackageCode" = "8:{139BA8DD-B0AD-4388-A6EE-B4CF58067511}"
"ProductCode" = "8:{3B0F001B-ECEB-4F57-A662-060ECF11B848}"
"PackageCode" = "8:{35F77BF6-AABD-4454-AB8D-3173FF8DCC45}"
"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.6.0"
"ProductVersion" = "8:1.6.1"
"Manufacturer" = "8:Carsten Gehling"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down

0 comments on commit 036acf6

Please sign in to comment.