diff --git a/app.py b/app.py
index 67deab4..810e1eb 100644
--- a/app.py
+++ b/app.py
@@ -43,7 +43,7 @@ def accept():
@app.route('/changelog')
def changelog():
- game_names = ["stroll", "feast", "gorge", "satiate"]
+ game_names = ["stroll", "feast", "gorge", "satiate", "macrovision"]
games = []
for game in game_names:
data = json.load(open("{0}/changelog.json".format(game)))
@@ -57,7 +57,7 @@ def changelog():
@app.route('/commits')
def commits():
- game_names = ["stroll", "feast", "gorge", "satiate"]
+ game_names = ["stroll", "feast", "gorge", "satiate", "macrovision"]
games = []
for game in game_names:
data = json.load(open("nightly/{0}/nightly.json".format(game)))
diff --git a/static/images/macrovision-transparent.png b/static/images/macrovision-transparent.png
new file mode 100644
index 0000000..58fffe1
Binary files /dev/null and b/static/images/macrovision-transparent.png differ
diff --git a/static/images/macrovision.ico b/static/images/macrovision.ico
new file mode 100644
index 0000000..0e884a1
Binary files /dev/null and b/static/images/macrovision.ico differ
diff --git a/static/images/macrovision.png b/static/images/macrovision.png
new file mode 100644
index 0000000..6b94f52
Binary files /dev/null and b/static/images/macrovision.png differ
diff --git a/templates/changelog.html b/templates/changelog.html
index f49d856..5f0d00b 100644
--- a/templates/changelog.html
+++ b/templates/changelog.html
@@ -40,6 +40,9 @@
+
+
+
+
+
+
+
+