Update changelog

This commit is contained in:
manubo
2019-10-17 09:47:00 +02:00
parent f11c12f777
commit 1252cc313c
2 changed files with 10 additions and 5 deletions

View File

@@ -5,14 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.3.1] - 2019-10-17
- Add support for starting/stopping a timer ### Fixed
- Show hours as HH:MM or decimal in the Bubble, depending on setting in MOCO
- Set propper focus on timer view
### Removed
- Find projects by identifier without alphanumerical characters
## [1.3.0] - 2019-10-11 ## [1.3.0] - 2019-10-11
### Changed ### Added
- Start a new timer or stop a running timer - Start a new timer or stop a running timer
- Format time as set in time tracking - Format time as set in time tracking

View File

@@ -1,7 +1,7 @@
{ {
"name": "moco-browser-extensions", "name": "moco-browser-extensions",
"description": "Browser plugin for MOCO", "description": "Browser plugin for MOCO",
"version": "1.3.0", "version": "1.3.1",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"start": "yarn start:chrome", "start": "yarn start:chrome",