Skip to content

Commit e204b04

Browse files
committed
Update to version 2.4
1 parent c59cb58 commit e204b04

15 files changed

Lines changed: 28457 additions & 15 deletions

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ With the Project Tracker, easily **create**, **manage**, **track**, and **develo
33
programming projects. At the heart of the Project Tracker is a *simple* to-do list.
44
Create tasks for each project, categorized by three simple criteria (error, feature,
55
or comment). You'll be able to manage all of your development tasks and to-do's better
6-
with Project Tracker's *blazingly* fast features and intuitive design created for developers. Coming soon
7-
are more features designed to help you develop faster and more efficiently like
8-
automatic lines of code counting, offline GitHub project integration, easy access
9-
to your project's folders and files with the click of a button, and more!
6+
with Project Tracker's *blazingly* fast features and intuitive design created for developers.
7+
8+
9+
Some of these features include **automatic code counting** and **folder integration**. Code counting
10+
means you can keep track of the length of your project and how much coding you've done on it.
11+
Folder integration means never again will you have to navigate endlessly through File Explorer
12+
looking for your project! With the click of a button, navigate to your project's folder.
13+
14+
Coming soon are more features designed to help you develop faster and more efficiently like
15+
offline GitHub project integration, project searching, and more!
1016

1117
![Project Tracker](https://i.imgur.com/iWFPgGg.png)

ROADMAP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ date will be posted allowing you to stay up to date with when new updates will b
3737

3838
### v3.0:
3939
**Estimated release date:** `July 10th, 2020`
40+
- [x] A way to see the release date of the next project and what new features it's bringing.
41+
- [x] Lines of code counting and display.
42+
- [x] Allow linking of a folder to each project to easily see files from Project Tracker.
4043
- [ ] Bring back project duration.
41-
- [ ] Allow linking of a folder to each project to easily see files from Project Tracker.
4244
- [ ] GitHub integration!
43-
- [ ] Lines of code counting and display.
44-
- [ ] A way to see the release date of the next project and what new features it's bringing.
4545
- [ ] Search bar functionality.
4646
- [ ] Themes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public partial class MainWindow : UWPHost.Window {
2424
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)
2525
+ "/Project Tracker";
2626
// IF YOU CHANGE THIS, ALSO CHANGE IT IN UpdateWindow.xaml.cs
27-
private readonly string CURRENT_VERSION = "2.2";
27+
private readonly string CURRENT_VERSION = "2.4";
2828

2929
private readonly string DATA_DIRECTORY =
3030
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)

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 = "2.2";
21+
private readonly string CURRENT_VERSION = "2.4";
2222
private readonly Color sortColor = Color.FromRgb(228, 233, 235);
2323
private readonly FontFamily textFont = new FontFamily("Microsoft Sans Serif");
2424

390 KB
Binary file not shown.
Binary file not shown.

install-resources/Project Tracker/Microsoft.WindowsAPICodePack.Shell.xml

Lines changed: 25496 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.

install-resources/Project Tracker/Microsoft.WindowsAPICodePack.xml

Lines changed: 2934 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
7.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)