Skip to content

Commit 3e9d6d3

Browse files
committed
Update to version 1.6
1 parent 9666d89 commit 3e9d6d3

6 files changed

Lines changed: 6 additions & 9 deletions

File tree

app/Project Tracker/Project Tracker/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public partial class MainWindow : UWPHost.Window {
2020
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)
2121
+ "/Project Tracker";
2222

23-
private readonly string CURRENT_VERSION = "1.5";
23+
private readonly string CURRENT_VERSION = "1.6";
2424
private readonly string DATA_DIRECTORY =
2525
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)
2626
+ "/Project Tracker/data";

app/Project Tracker/Project Tracker/UpdateWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public partial class UpdateWindow : Window {
1818

1919
private readonly string INSTALLER_PATH = @"C:\Program Files\Project Tracker\Project Tracker Installer.exe";
2020
private readonly string VERSION_FILE = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "/Project Tracker/update.txt";
21-
private readonly string CURRENT_VERSION = "1.5";
21+
private readonly string CURRENT_VERSION = "1.6";
2222
private readonly Color sortColor = Color.FromRgb(228, 233, 235);
2323
private readonly FontFamily textFont = new FontFamily("Microsoft Sans Serif");
2424

-9.63 KB
Binary file not shown.
-35.5 KB
Binary file not shown.

install-resources/version.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
2-
"Version": "1.5",
2+
"Version": "1.6",
33
"Updates": [
4-
"Created a new design for the Project Tracker!",
5-
"Removed project duration (coming back soon!).",
6-
"Added project icons."
4+
"Added the ability to resize the window!"
75
],
86
"Fixes": [
97
"Improved overall performance.",
10-
"Fixed project saving issues and other saving bugs.",
11-
"Fixed an issue with the installer not installing properly."
8+
"Fixed installer issues and added download progress bar."
129
]
1310
}

install-resources/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5
1+
1.6

0 commit comments

Comments
 (0)