You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-9Lines changed: 27 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,33 @@ comments, time spent on the project, and percent complete!
6
6
7
7
---
8
8
## Latest version:
9
-
### v0.6:
10
-
Currently this project is still in beta. If you want to try it out,
11
-
you can find it at the [releases](https://github.com/CyanCoding/Project-Tracker/releases/tag/v0.6).
12
-
As this program is still in beta, it does **not** have full functionality.
13
-
If you encounter any issues, please submit an [issue](https://github.com/CyanCoding/Project-Tracker/issues)
14
-
or consider helping to solve the problem. Before you do that, however,
15
-
make sure there isn't already an issue similar to yours. For the most
16
-
part, all of the bugs and lack of features in the pre-release are already
17
-
submitted and will be fixed before the official release.
9
+
### v1.0:
10
+
The Project Tracker is a project management software application tailored to software developers allowing them to easily track each project they might be working on. Quickly add, edit, or delete existing projects and monitor each project's progress, duration, percent completion, and more!
11
+
12
+
### Features available in this release:
13
+
1. Track your projects easily and see them all in a list view.
14
+
2. Quickly see and edit the errors, features, and comments for each project.
15
+
3. View your automatically updated progress report for each project.
16
+
4. Use the stopwatch functionality to monitor the duration of each project.
17
+
5. Much more coming soon!
18
+
19
+
### Upcoming features:
20
+
1. Categorize projects by duration, language, title, progress, and more!
21
+
2. Search functionality.
22
+
3. Cross-platform support beyond Windows.
23
+
4. A dark theme and a settings menu.
24
+
5. Better support for different display resolutions.
25
+
6. A lines of code counter for each project.
26
+
7. A button to link your project to a specific device folder for easy access.
27
+
8. GitHub integration.
28
+
29
+
If those upcoming features interest you, We encourage you to try out the current Project Tracker release. When the new features are released, your software will be updated automatically and you can keep on tracking your projects like a pro!
30
+
31
+
#
32
+
33
+
**If you already have a version of the Project Tracker installed**, when you launch the application you should be notified of the available update.
34
+
35
+
**If you are reinstalling**, please uninstall and relaunch the installer to get this new version. There is currently a bug where the reinstall button does not work. We apologize if this is an inconvenience to you. A fix is already on the way!
18
36
19
37
Head over to the [roadmap](https://github.com/CyanCoding/Project-Tracker/blob/master/ROADMAP.md)
0 commit comments