ソースを参照

Update release name and background image ⛰️

Hello Säntis!
Danilo Bargen 5 年 前
コミット
12a4ddd13f
4 ファイル変更8 行追加8 行削除
  1. 3 3
      CHANGELOG.md
  2. BIN
      public/img/bg.jpg
  3. BIN
      public/img/bg.original.jpg
  4. 5 5
      src/config.ts

+ 3 - 3
CHANGELOG.md

@@ -4,7 +4,7 @@ This changelog lists the most important changes for each released version. For
 the full log, please refer to the git commit history.
 
 
-### [v2.3.0][v2.3.0] (2019-12-17)
+### [v2.3.0][v2.3.0] Säntis (2019-12-17)
 
 Changes:
 
@@ -41,7 +41,7 @@ Changes:
 * [change] Invert order of messages in notifications ([#888][i888])
 
 
-### [v2.2.0][v2.2.0] (2019-08-08)
+### [v2.2.0][v2.2.0] Fluebrig (2019-08-08)
 
 This is quite a big release. It contains improvements to device wakeup
 functionality, adds support for five new languages, provides a new log
@@ -188,7 +188,7 @@ Contributors:
 - [@MarcoZehe][@MarcoZehe]
 
 
-### [v2.1.0][v2.1.0] (2018-10-23)
+### [v2.1.0][v2.1.0] Glärnisch (2018-10-23)
 
 Changes:
 

BIN
public/img/bg.jpg


BIN
public/img/bg.original.jpg


+ 5 - 5
src/config.ts

@@ -10,11 +10,11 @@ export default {
 
     // General
     SELF_HOSTED: false,
-    VERSION_MOUNTAIN: 'Fluebrig',
-    VERSION_MOUNTAIN_URL: 'https://en.wikipedia.org/wiki/Fluebrig',
-    VERSION_MOUNTAIN_IMAGE_URL: 'img/bg.original.jpg',
-    VERSION_MOUNTAIN_IMAGE_COPYRIGHT: '',  // Own work
-    VERSION_MOUNTAIN_HEIGHT: 2098,
+    VERSION_MOUNTAIN: 'Säntis',
+    VERSION_MOUNTAIN_URL: 'https://en.wikipedia.org/wiki/Säntis',
+    VERSION_MOUNTAIN_IMAGE_URL: 'https://en.wikipedia.org/wiki/S%C3%A4ntis#/media/File:S%C3%A4ntis_mountain_by_sunset..JPG',
+    VERSION_MOUNTAIN_IMAGE_COPYRIGHT: 'CC BY-SA 3.0 B0rder',
+    VERSION_MOUNTAIN_HEIGHT: 2502,
     PREV_PROTOCOL_LAST_VERSION: '1.8.2',
     GIT_BRANCH: 'master',