Merge remote-tracking branch 'origin/develop' into shigusegubu

* origin/develop:
  Added Traditional Chinese to language swithcer
  Newer chromedriver works on MacOS aarch64
  make with-load-more not use computeds when they don't work for it
  update changelog with latest release
  simplified code, review
  change your log
  theme ui
  Basic no-wallpaper support
This commit is contained in:
Henry Jameson 2021-01-01 20:25:30 +02:00
commit 966ea715b0
19 changed files with 73 additions and 23 deletions

View file

@ -267,6 +267,7 @@
},
"colors": {
"bg": "#c0c0c0",
"wallpaper": "#008080",
"text": "#000000",
"link": "#0000ff",
"accent": "#000080",

View file

@ -258,6 +258,7 @@
},
"colors": {
"bg": "#c0c0c0",
"wallpaper": "#008080",
"text": "#000000",
"link": "#0000ff",
"accent": "#000080",

View file

@ -240,6 +240,7 @@
},
"colors": {
"bg": "#d6d6ce",
"wallpaper": "#396ba5",
"text": "#000000",
"link": "#0000ff",
"accent": "#0a246a",