From 1252cc313cb4da4388e2ec14cd817512bbba4c9a Mon Sep 17 00:00:00 2001 From: manubo Date: Thu, 17 Oct 2019 09:47:00 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a7c415..ae2c56d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), 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 -- Show hours as HH:MM or decimal in the Bubble, depending on setting in MOCO +### Fixed + +- Set propper focus on timer view + +### Removed + +- Find projects by identifier without alphanumerical characters ## [1.3.0] - 2019-10-11 -### Changed +### Added - Start a new timer or stop a running timer - Format time as set in time tracking diff --git a/package.json b/package.json index 4ef107f..2c61d1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "moco-browser-extensions", "description": "Browser plugin for MOCO", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "scripts": { "start": "yarn start:chrome",