Skip to content

Commit 9ead458

Browse files
committed
chore: Bump version to 1.4.0
1 parent ab286c9 commit 9ead458

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
![GitHub issues](https://img.shields.io/github/issues/CrawlerCode/redmine-time-tracking)
55

66
![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/ldcanhhkffokndenejhafhlkapflgcjg?logo=google-chrome)
7+
![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/ldcanhhkffokndenejhafhlkapflgcjg)
78
![Chrome Web Store Rating](https://img.shields.io/chrome-web-store/stars/ldcanhhkffokndenejhafhlkapflgcjg)
89

910
# Redmine Time Tracking (Chrome Extensions)
@@ -21,8 +22,10 @@
2122
- Start and stop the timer for your current tasks
2223
- Edit timer by double-click on timer
2324
- Create entry for time spent in Redmine issue
25+
- Update done ratio
2426
- Round timer to nearest 15 min
2527
- Search for issue (press `CTRL` + `K` or `CTRL` + `F`)
28+
- Remember and forgot issue (not assigned to you)
2629
- Dark & light mode (system default)
2730

2831
# Screenshots

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "redmine-time-tracking",
33
"description": "Redmine Time Tracking",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"author": {
66
"name": "CrawlerCode",
77
"email": "[email protected]"

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Redmine Time Tracking",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"description": "Start-stop timer for Redmine",
66
"icons": {
77
"16": "logo16.png",

0 commit comments

Comments
 (0)