Prepare for release

This commit is contained in:
Tamius Han 2019-06-14 23:21:03 +02:00
parent 2eaab6d3a4
commit 746a883e07
2 changed files with 13 additions and 13 deletions

View File

@ -1,25 +1,25 @@
// Set prod to true when releasing // Set prod to true when releasing
// const _prod = true; const _prod = true;
const _prod = false; // const _prod = false;
var Debug = { var Debug = {
// performanceMetrics: true, // should not be affected by debug.debug in order to allow benchmarking of the impact logging in console has // performanceMetrics: true, // should not be affected by debug.debug in order to allow benchmarking of the impact logging in console has
init: true, // init: true,
debug: true, // debug: true,
keyboard: true, // keyboard: true,
resizer: true, // resizer: true,
debugArDetect: true, // debugArDetect: true,
scaler: true, // scaler: true,
// debugStorage: false, // debugStorage: false,
debugStorage: true, // debugStorage: true,
// comms: false, // comms: false,
comms: true, // comms: true,
// showArDetectCanvas: true, // showArDetectCanvas: true,
// flushStoredSettings: true, // flushStoredSettings: true,
// flushStoredSettings: false, // flushStoredSettings: false,
playerDetect: true, // playerDetect: true,
// periodic: true, // periodic: true,
videoRescan: true, // videoRescan: true,
// mousemove: true, // mousemove: true,
// arDetect: { // arDetect: {
// edgeDetect: true // edgeDetect: true

View File

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "Ultrawidify", "name": "Ultrawidify",
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.", "description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
"version": "4.0.2b0", "version": "4.1.0",
"applications": { "applications": {
"gecko": { "gecko": {
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"