forked from vikunja/frontend
Compare commits
3 Commits
main
...
release/0.
Author | SHA1 | Date | |
---|---|---|---|
39a2774d57 | |||
efad37add9 | |||
eb1b021d72 |
12
.drone.yml
12
.drone.yml
@ -60,12 +60,13 @@ steps:
|
||||
image: plugins/s3:1
|
||||
pull: true
|
||||
settings:
|
||||
bucket: vikunja
|
||||
bucket: vikunja-releases
|
||||
access_key:
|
||||
from_secret: aws_access_key_id
|
||||
secret_key:
|
||||
from_secret: aws_secret_access_key
|
||||
endpoint: https://storage.kolaente.de
|
||||
endpoint: https://s3.fr-par.scw.cloud
|
||||
region: fr-par
|
||||
path_style: true
|
||||
source: vikunja-frontend-master.zip
|
||||
target: /frontend/
|
||||
@ -109,12 +110,13 @@ steps:
|
||||
image: plugins/s3:1
|
||||
pull: true
|
||||
settings:
|
||||
bucket: vikunja
|
||||
bucket: vikunja-releases
|
||||
access_key:
|
||||
from_secret: aws_access_key_id
|
||||
secret_key:
|
||||
from_secret: aws_secret_access_key
|
||||
endpoint: https://storage.kolaente.de
|
||||
endpoint: https://s3.fr-par.scw.cloud
|
||||
region: fr-par
|
||||
path_style: true
|
||||
source: vikunja-frontend-${DRONE_TAG##v}.zip
|
||||
target: /frontend/
|
||||
@ -228,7 +230,7 @@ depends_on:
|
||||
|
||||
steps:
|
||||
- name: telegram
|
||||
image: appleboy/drone-telegram
|
||||
image: appleboy/drone-telegram:1-linux-amd64
|
||||
settings:
|
||||
token:
|
||||
from_secret: TELEGRAM_TOKEN
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -120,7 +120,7 @@ Vue.component('icon', FontAwesomeIcon)
|
||||
|
||||
// Tooltip
|
||||
import VTooltip from 'v-tooltip'
|
||||
Vue.use(VTooltip)
|
||||
Vue.use(VTooltip, {defaultHtml: false})
|
||||
|
||||
// PWA
|
||||
import './registerServiceWorker'
|
||||
|
Loading…
x
Reference in New Issue
Block a user