summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--data/global.pl1
-rw-r--r--util/updates/update_2.21.sql4
3 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 329d1d96..38f9ed1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
2.21 - ?
+ - New resolution: 1280x960
- Multi::Feed: Show full summary and refresh more often
- Switched back to Algorithm::Diff::XS
- Added secondary ordering on title on releases listing on VN page
diff --git a/data/global.pl b/data/global.pl
index 2453ed6b..e68986c5 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -84,6 +84,7 @@ our %S = (%S,
[ '640x480', '4:3' ],
[ '800x600', '4:3' ],
[ '1024x768', '4:3' ],
+ [ '1280x960', '4:3' ],
[ '1600x1200', '4:3' ],
[ '640x400', '_scrres_ws' ],
[ '1024x576', '_scrres_ws' ],
diff --git a/util/updates/update_2.21.sql b/util/updates/update_2.21.sql
new file mode 100644
index 00000000..b99a4ba6
--- /dev/null
+++ b/util/updates/update_2.21.sql
@@ -0,0 +1,4 @@
+
+-- New resolution added on index 5
+UPDATE releases_rev SET resolution = resolution + 1 WHERE resolution >= 5;
+