Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
* (bluefox) Allowed adding own logo to the welcome screen
  • Loading branch information
GermanBluefox committed Nov 30, 2023
1 parent c5cbedd commit 2c91309
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In this case, by opening of http://IP it will be immediately redirected to a spe
-->

## Changelog
### **WORK IN PROGRESS**
### 0.3.0 (2023-11-30)
* (bluefox) Allowed adding own logo to the welcome screen

### 0.2.0 (2023-11-28)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "welcome",
"version": "0.2.0",
"version": "0.3.0",
"title": "Welcome page",
"titleLang": {
"en": "Welcome page",
Expand All @@ -17,6 +17,19 @@
"zh-cn": "欢迎页面"
},
"news": {
"0.3.0": {
"en": "Allowed adding own logo to the welcome screen",
"de": "Erlaubt, das eigene Logo auf dem Willkommensbildschirm hinzuzufügen",
"ru": "Разрешено добавление собственного логотипа на приветственный экран",
"pt": "Permite adicionar o próprio logotipo à tela de boas-vindas",
"nl": "Staat toe dat je eigen logo toevoegt aan het welkome scherm",
"fr": "Permet d'ajouter son propre logo à l'écran de bienvenue",
"it": "Consentito aggiungere il proprio logo alla schermata di benvenuto",
"es": "Permitido añadir su propio logotipo a la pantalla de bienvenida",
"pl": "Wszystko dodaje własne logo do ekranu powitalnego",
"uk": "Додайте власний логотип на екран",
"zh-cn": "允许在受欢迎的屏幕上增加自己的标志"
},
"0.2.0": {
"en": "Added custom redirect URL",
"de": "Hinzugefügt benutzerdefinierte redirect URL",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.welcome",
"version": "0.2.0",
"version": "0.3.0",
"description": "ioBroker simple web Adapter",
"author": {
"name": "bluefox",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker-admin-component-welcome",
"private": true,
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "welcome",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit 2c91309

Please sign in to comment.