Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wowsuchdoge committed Nov 30, 2018
1 parent 80eb698 commit 4acc412
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 38 deletions.
8 changes: 8 additions & 0 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ Doge
- Make sure you set where you want files to go in nut.conf's "paths", by default they will be moved into sub-folders)

# Changelog
## v2.1.1 [Doge]
- Support for Bob's VersionDB, now part of doge.conf.default.json (go update your doge.config.json!)
- Only Admin users can set games as Wanted (you have to re-login to be seen as an Admin!)
- Blacklist.txt support is back (read only, just add title IDs to the file in the nut folder)
- /api/keyless.txt export
- Fixed bug where game details wouldn't popup if you navigated directly to History page
- Updated Nut

## v2.1.0 [Doge]
- Full game details screen
- Like/Dislike games, per user
Expand Down
1 change: 1 addition & 0 deletions doge.config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"SCAN_FILES_EVERY_MINUTES": 60,
"UPDATE_DBS_EVERY_MINUTES": 480,
"URL_NOTIFY_NEW_FILES": "",
"BOB_VERSION_DB_URL": "https://raw.githubusercontent.com/Bob123a1/CDNSP-GUI-Files/master/Config/Version_info.json",
"API_KEY": null,
"SWITCH_ALIASES": {
"XAJ70002712345": "My Fake Switch"
Expand Down
74 changes: 37 additions & 37 deletions server/server.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions server/www/css/app.ad7ccd8e.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions server/www/css/history.6708b31b.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/www/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>Doge v2.1.0</title><link href=/css/history.52babcfb.css rel=prefetch><link href=/css/showcase.644e20eb.css rel=prefetch><link href=/js/about.5bdcb7d8.js rel=prefetch><link href=/js/history.0852fcd3.js rel=prefetch><link href=/js/showcase.009448c2.js rel=prefetch><link href=/css/app.d8f8032b.css rel=preload as=style><link href=/css/chunk-vendors.a49e7649.css rel=preload as=style><link href=/js/app.452b5f3e.js rel=preload as=script><link href=/js/chunk-vendors.cae3d2ba.js rel=preload as=script><link href=/css/chunk-vendors.a49e7649.css rel=stylesheet><link href=/css/app.d8f8032b.css rel=stylesheet></head><body><noscript><strong>We're sorry but this doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.cae3d2ba.js></script><script src=/js/app.452b5f3e.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>Doge v2.1.1</title><link href=/css/history.6708b31b.css rel=prefetch><link href=/css/showcase.644e20eb.css rel=prefetch><link href=/js/about.5bdcb7d8.js rel=prefetch><link href=/js/history.a4ebbe62.js rel=prefetch><link href=/js/showcase.009448c2.js rel=prefetch><link href=/css/app.ad7ccd8e.css rel=preload as=style><link href=/css/chunk-vendors.a49e7649.css rel=preload as=style><link href=/js/app.7260f80d.js rel=preload as=script><link href=/js/chunk-vendors.cae3d2ba.js rel=preload as=script><link href=/css/chunk-vendors.a49e7649.css rel=stylesheet><link href=/css/app.ad7ccd8e.css rel=stylesheet></head><body><noscript><strong>We're sorry but this doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.cae3d2ba.js></script><script src=/js/app.7260f80d.js></script></body></html>
2 changes: 2 additions & 0 deletions server/www/js/app.7260f80d.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions server/www/js/app.7260f80d.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions server/www/js/history.a4ebbe62.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions server/www/js/history.a4ebbe62.js.map

Large diffs are not rendered by default.

0 comments on commit 4acc412

Please sign in to comment.