Skip to content

Commit 8157a25

Browse files
committed
update for v0.3.0
1 parent 2ab66ec commit 8157a25

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# React Pomodoro
22

3-
[![release](https://img.shields.io/badge/release-v0.2.1-green.svg)](https://github.com/afonsopacifer/react-pomodoro/archive/0.2.1.zip)
3+
[![release](https://img.shields.io/badge/release-v0.3.0-green.svg)](https://github.com/afonsopacifer/react-pomodoro/archive/0.3.0.zip)
44

55
> Pomodoro timer for developers.
66
77
## Features
88

9+
- **Offline support**
910
- **Times available:**
1011
- Timer for code - 25min
1112
- Timer for social - 5min
@@ -22,6 +23,10 @@
2223
- **Basic controls:**
2324
- Play button
2425
- Pause button
26+
- **Keyboard Shortcuts**
27+
- Space: Play
28+
- Ctrl + Left: Toggle mode
29+
- Ctrl + Right: Toggle mode
2530

2631
## Versioning
2732

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-pomodoro",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Pomodoro timer for developers.",
55
"license": "MIT",
66
"main": "webpack.config.js",

src/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pomodoro.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# 2016-05-31:v2
2+
# 2016-05-31:v3
33

44
CACHE:
55
/

0 commit comments

Comments
 (0)