From 3d2a79f92a27361655e29d5fd4524e21ba1689d1 Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Sun, 31 Oct 2021 22:25:34 +0100 Subject: [PATCH] docs - bump minor version - review issues list --- README.md | 8 ++++++-- server/package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4634d0d1..a502cf57f 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,14 @@ Almost reaching a feature set that we can call v1. Before that: The app is still in pre-release and there are a few issues, mainly concerning style. This will be receiving attention as we near v1 release +### iOS +- [ ] Views do not render in iOS devices. this is being prioritized and will be fixed soon +#### Style - [ ] App appears visually broken: Please ensure that windows settings have no display zoom (it is 125% by default) -- [ ] app is needs improvement on handling zoomed interfaces +- [ ] app needs improvement on handling zoomed interfaces - [ ] Very long titles might cause interface to shift -- [ ] App sometimes hides itself when window is not visible. Ontime is always running in the background, find it in the tray or press Alt+1 to bring it to the foreground +#### Roll +- [ ] Roll feature does not understand difference between public and backstage titles # Help Help is underway! ... and can be viewed [here](https://cpvalente.gitbook.io/ontime/) diff --git a/server/package.json b/server/package.json index 3c16e899f..2ef431708 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "ontime", - "version": "0.1.1", + "version": "0.1.3", "author": "Carlos Valente", "description": "Time keeping for live events", "repository": "https://github.com/cpvalente/ontime",