Skip to content

Commit 8c23154

Browse files
committed
2.0.3 release
1 parent 858c365 commit 8c23154

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

georgia-theme.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const panelVersion = window.GetProperty('_theme_version (do not hand edit!)', '2.0.2');
1+
const panelVersion = window.GetProperty('_theme_version (do not hand edit!)', '2.0.3');
22
window.DefineScript('Georgia', {author: 'Mordred', version: panelVersion, features: {drag_n_drop: true} });
33

44
const basePath = fb.ProfilePath + 'georgia\\';

js/georgia-main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
//
33
// Description a fullscreen theme for foo_spider_monkey_panel
44
// Author Mordred
5-
// Version 2.0.2
5+
// Version 2.0.3
66
// Dev. Started 2017-12-22
7-
// Last change 2021-03-26
7+
// Last change 2021-05-22
88
// --------------------------------------------------------------------------------------
99

1010
// CONFIGURATION //////////////////////////////////////

js/settings.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let transport = {};
99
/** @type {MetadataGridEntry[]} */
1010
let metadataGrid;
1111

12-
const currentVersion = '2.0.3-dev';
12+
const currentVersion = '2.0.3';
1313
let configVersion = currentVersion; // will be overwritten when loaded from config file
1414
let updateAvailable = false;
1515
let updateHyperlink;
@@ -243,9 +243,9 @@ function migrateCheck(version, storedVersion) {
243243

244244
case '2.0.2':
245245
case '2.0.3-dev':
246-
window.setProperty('ADV.Limit Menu Expand: 10-6000', undefined);
247-
window.setProperty('SYSTEM: Filter By', undefined);
248-
window.setProperty('SYSTEM: View By', undefined);
246+
window.SetProperty('ADV.Limit Menu Expand: 10-6000', undefined);
247+
window.SetProperty('SYSTEM: Filter By', undefined);
248+
window.SetProperty('SYSTEM: View By', undefined);
249249

250250
// this block should appear after all previous versions have fallen through
251251
console.log('> Upgrading Georgia Theme settings from', storedVersion);

0 commit comments

Comments
 (0)