Skip to content

Commit 8c80bf7

Browse files
author
=Navid Mafi
committed
Remove animations, better responsiveness and cleanup
1 parent ec99515 commit 8c80bf7

File tree

10 files changed

+196
-311
lines changed

10 files changed

+196
-311
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
## SimpleTime
2-
**Mainstream support for this project ended on 6 July 2021. I don't have any plans to continue to work on this. only bug fixes until end of life. However SimpleTime has been and always will be open to contributions!**
2+
**Mainstream support for this project ended on 6 July 2021. I don't have any plans to continue to work on this. only bug fixes and performance changes until end of life. However SimpleTime has been and always will be open to contributions!**
33

4-
A simple cross-platform timer and stopwatch app with modern design in mind. Using Neutralino JS. heavily in development, bugs are expected.
4+
A simple cross-platform timer and stopwatch app with modern design in mind. Using Neutralino JS. heavily in development, DO NOT USE IN PRODUCTION.
55

66
## Available for
77
- Windows
88

9-
**Note : You need to have WebView2 or Latest Microsoft Edge Installed for app to function correctly.**
9+
**Note : You need to have WebView2 or Latest Microsoft Edge Installed for app to function correctly. if you are getting a white screen after opening app, You should get WebView2 Engine [HERE](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section) manually**
1010

11-
**Note: if you are getting a white screen after opening app, You should update Microsoft Edge or get WebView2 Engine [HERE](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section) manually**
1211

1312

13+
- Linux (NOT TESTED)
1414

15-
- Linux
16-
17-
- Mac
15+
- Mac (NOT TESTED)
1816

1917
## Note:
2018
Check Known Bugs before opening new ones, this project is in development.
21-
19+
Timer can have ±1 second of error.
2220
## Build
2321
```bash
2422
npm i -g @neutralinojs/neu
25-
git clone https://github.com/meiaihara06/SimpleTime
23+
git clone https://github.com/navidmafi/SimpleTime
2624
cd SimpleTime
25+
neu update
2726
neu build -r
2827
```
2928

@@ -39,8 +38,8 @@ This project was for personal use and I made it public. it may be a part of a bi
3938
to [@SinisterStalker](https://github.com/sinisterstalker) and [@Al1382](https://github.com/Al1382) for Testing and ideas.
4039

4140
## License, Copyright and Attribution
42-
- Neutralinojs core: MIT. Copyright © 2021 Neutralinojs and contributors.
4341
- SimpleTime : GNU GPLv3. Copyright © 2021 Navid Mafi Ranji and contributors.
42+
- Neutralinojs core: MIT. Copyright © 2021 Neutralinojs and contributors.
4443
- DSEG Font Family : OFL-1.1. Copyright © 2021 DSEG Font Family and contributors.
4544
- Sound Effect By [Zapsplat](https://www.zapsplat.com) , [License](https://www.zapsplat.com/license-type/standard-license/).
4645
- App Icon By [Freepik](https://www.freepik.com/) from [Flaticon](https://www.flaticon.com/free-icon/clock_2784399) , [License](https://media.flaticon.com/license/license.pdf).

neutralino.config.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"applicationId": "com.MeiAihara.TimeTool",
2+
"applicationId": "ir.NavidMafi.TimeTool",
33
"port": 0,
44
"defaultMode": "window",
55
"enableHTTPServer": true,
@@ -9,14 +9,14 @@
99
"modes": {
1010
"window": {
1111
"title": "SimpleTime",
12-
"width": 400,
13-
"height": 110,
14-
"minWidth": 400,
12+
"width": 480,
13+
"height": 115,
14+
"minWidth": 480,
1515
"minHeight": 150,
1616
"fullScreen": false,
1717
"alwaysOnTop": true,
1818
"icon": "/resources/icons/clock.png",
19-
"enableInspector": true,
19+
"enableInspector": false,
2020
"borderless": false,
2121
"maximize": false
2222
},
@@ -27,6 +27,7 @@
2727
"binaryName": "SimpleTime",
2828
"resourcesPath": "/resources/",
2929
"clientLibrary": "/resources/js/neutralino.js",
30-
"binaryVersion": "2.3.0"
30+
"binaryVersion": "2.5.0",
31+
"clientVersion": "1.2.0"
3132
}
3233
}

0 commit comments

Comments
 (0)