Skip to content

Commit 11b6a88

Browse files
committed
pushed version to 1.0.0. adapted readme a little
1 parent 00a0a3c commit 11b6a88

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ Main view (when you hover over the app):\
1717
**You need to close the application manualy before you shutdown your PC. Otherwise the last running project is not saved to database.**
1818

1919
# Install
20-
Download and execute .jar file (see [releases](https://github.com/doubleSlashde/KeepTime/releases)). You should put the .jar in an extra folder as a *logs* and a *db* folder will be created next to it.\
21-
It is recommended to run the application at windows start.
20+
Download and execute .jar file (see [releases](https://github.com/doubleSlashde/KeepTime/releases)). The start may take up to one minute. You should put the .jar in an extra folder as a *logs* and a *db* folder will be created next to it.\
21+
It is recommended to run the application at windows start so you do not forget to track your time. To do this follow these steps:
2222
* Copy the keeptime.bat file from this repo next to the *.jar*. Adapt the path inside the *keeptime.bat* to the name of the *.jar* file (if needed). Try starting the application by executing the *keeptime.bat* file. Close the app
2323
* Open the autostart folder: Press *Windows+R*, execute *shell:startup*
2424
* Create a shortcut to the *.bat* in the autostart folder
2525

2626
**migrate from old version**
2727
If you used this application before with a *config.xml* you can import your old projects in the settings dialog. Place your config.xml next to the jar and press "parse config.xml". Otherwise no steps are needed.
2828
## Requirements
29-
Only works correct for windows currently. Tested on 7 and 10.
29+
* Windows 7 or 10 (Linux is not yet supported)
30+
* Java 8

keeptime.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
start "" "javaw" -Dprism.order=sw -jar keeptime-1.0.0-SNAPSHOT.jar
1+
start "" "javaw" -Dprism.order=sw -jar keeptime-v1.0.0.jar

src/main/java/de/doubleslash/keeptime/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class Main extends Application {
4646

4747
private static final Logger LOG = LoggerFactory.getLogger(Main.class);
4848

49-
public static final String VERSION = "v0.0.2";
49+
public static final String VERSION = "v1.0.0";
5050

5151
private ConfigurableApplicationContext springContext;
5252

0 commit comments

Comments
 (0)