From efad37add928c6b745aa1115b2c458d01eb7ffc5 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 6 Aug 2020 12:31:10 +0200 Subject: [PATCH] Release preparations --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbb9a9631..8512a43bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ All releases can be found on https://code.vikunja.io/frontend/releases. The releases aim at the api versions which is why there are missing versions. +## [0.14.1 - 2020-08-06] + +### Fixed + +* Prevent html being rendered in tooltips + ## [0.14.0 - 2020-07-01] ### Added diff --git a/README.md b/README.md index 45449922e..058544a50 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://drone.kolaente.de/api/badges/vikunja/frontend/status.svg)](https://drone.kolaente.de/vikunja/frontend) [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](LICENSE) -[![Download](https://img.shields.io/badge/download-v0.14.0-brightgreen.svg)](https://dl.vikunja.io) +[![Download](https://img.shields.io/badge/download-v0.14.1-brightgreen.svg)](https://dl.vikunja.io) This is the web frontend for Vikunja, written in Vue.js.