diff --git a/components/layout/changelog.vue b/components/layout/changelog.vue index 99daeec..9ce5e44 100644 --- a/components/layout/changelog.vue +++ b/components/layout/changelog.vue @@ -11,7 +11,34 @@
+ New option Cell Background added.
+
+ (Click to change: default
+ / opaque
+ / tinted)
+
+ New theme 'Korail TGIS' added.
+
+ (advices on design is welcome)
+
+ some colors in kagerou palette has been adjusted. +
+Name is alternatively go inside details view (if hidden).
@@ -179,7 +206,8 @@ export default { ...mapStateDynamically('settings', [ 'never_show_changelog_again', 'theme', - 'force_inline_short_values' + 'force_inline_short_values', + 'cell_background' ]) } } diff --git a/components/version.vue b/components/version.vue index f9765d5..728f785 100644 --- a/components/version.vue +++ b/components/version.vue @@ -37,9 +37,8 @@ .line-hibiya { stroke: #b5b5ac; } .line-hanzomon { stroke: #9370db; } .line-ginza { stroke: #ff9500; } - - +