mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-31 20:09:11 +00:00
v2 beta 4 bump (#367)
* chore: update links to documentation * chore: version bump
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[](https://github.com/cpvalente/ontime/actions/workflows/ontime_cy.yml) [](https://github.com/cpvalente/ontime/actions/workflows/build.yml)
|
[](https://github.com/cpvalente/ontime/actions/workflows/ontime_cy.yml) [](https://github.com/cpvalente/ontime/actions/workflows/build.yml)
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0) [](https://cpvalente.gitbook.io/ontime/)
|
[](https://www.gnu.org/licenses/gpl-3.0) [](https://ontime.gitbook.io)
|
||||||
|
|
||||||
## Download the latest releases here
|
## Download the latest releases here
|
||||||
|
|
||||||
@@ -55,7 +55,7 @@ IP.ADDRESS:4001/editor > the control interface, same as the app
|
|||||||
IP.ADDRESS:4001/cuesheet > realtime cuesheets for collaboration
|
IP.ADDRESS:4001/cuesheet > realtime cuesheets for collaboration
|
||||||
```
|
```
|
||||||
|
|
||||||
More documentation is available [in our docs](https://cpvalente.gitbook.io/ontime/)
|
More documentation is available [in our docs](https://ontime.gitbook.io)
|
||||||
|
|
||||||
## Feature List (in no specific order)
|
## Feature List (in no specific order)
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ More documentation is available [in our docs](https://cpvalente.gitbook.io/ontim
|
|||||||
- WebSockets
|
- WebSockets
|
||||||
- [x] Roll mode: run independently using the system clock
|
- [x] Roll mode: run independently using the system clock
|
||||||
- [x] [Headless run](#headless-run): run server in a separate machine, configure from a browser locally
|
- [x] [Headless run](#headless-run): run server in a separate machine, configure from a browser locally
|
||||||
- [x] [Countdown to anything!](https://cpvalente.gitbook.io/ontime/views/countdown): have
|
- [x] [Countdown to anything!](https://ontime.gitbook.io/v2/views/countdown): have
|
||||||
a countdown to any scheduled event
|
a countdown to any scheduled event
|
||||||
- [x] Multi-platform (available on Windows, MacOS and Linux)
|
- [x] Multi-platform (available on Windows, MacOS and Linux)
|
||||||
- [x] [Companion integration](https://bitfocus.io/connections/getontime-ontime)
|
- [x] [Companion integration](https://bitfocus.io/connections/getontime-ontime)
|
||||||
@@ -116,7 +116,7 @@ Writing a new view for the browser can be done with basic knowledge of HTML + CS
|
|||||||
<br />
|
<br />
|
||||||
See [this repository](https://github.com/cpvalente/ontime-viewer-template-v2) with a small template on
|
See [this repository](https://github.com/cpvalente/ontime-viewer-template-v2) with a small template on
|
||||||
how to get you started and read the docs about
|
how to get you started and read the docs about
|
||||||
the [Websocket API](https://app.gitbook.com/s/-Mc0giSOToAhq0ROd0CR/control-and-feedback/websocket-api)
|
the [Websocket API](https://ontime.gitbook.io/v2/control-and-feedback/websocket-api)
|
||||||
|
|
||||||
### Headless run️
|
### Headless run️
|
||||||
|
|
||||||
@@ -197,7 +197,7 @@ Information about the project setup can be found in the [development documentati
|
|||||||
|
|
||||||
# Help
|
# Help
|
||||||
|
|
||||||
Help is underway! ... and can be found [here](https://cpvalente.gitbook.io/ontime/)
|
Help is underway! ... and can be found [here](https://ontime.gitbook.io)
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ontime-ui",
|
"name": "ontime-ui",
|
||||||
"version": "2.0.0-beta2",
|
"version": "2.0.0-beta5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chakra-ui/react": "^2.5.5",
|
"@chakra-ui/react": "^2.5.5",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ontime",
|
"name": "ontime",
|
||||||
"version": "2.0.0-beta2",
|
"version": "2.0.0-beta5",
|
||||||
"author": "Carlos Valente",
|
"author": "Carlos Valente",
|
||||||
"description": "Time keeping for live events",
|
"description": "Time keeping for live events",
|
||||||
"repository": "https://github.com/cpvalente/ontime",
|
"repository": "https://github.com/cpvalente/ontime",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "ontime-server",
|
"name": "ontime-server",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"version": "2.0.0-beta2",
|
"version": "2.0.0-beta5",
|
||||||
"exports": "./src/index.js",
|
"exports": "./src/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "^1.20.0",
|
"body-parser": "^1.20.0",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ontime",
|
"name": "ontime",
|
||||||
"version": "2.0.0-beta2",
|
"version": "2.0.0-beta5",
|
||||||
"description": "Time keeping for live events",
|
"description": "Time keeping for live events",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lighdev",
|
"lighdev",
|
||||||
|
|||||||
Reference in New Issue
Block a user