Skip to content

Commit

Permalink
2.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuffington committed May 22, 2021
1 parent 858c365 commit 8c23154
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion georgia-theme.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const panelVersion = window.GetProperty('_theme_version (do not hand edit!)', '2.0.2');
const panelVersion = window.GetProperty('_theme_version (do not hand edit!)', '2.0.3');
window.DefineScript('Georgia', {author: 'Mordred', version: panelVersion, features: {drag_n_drop: true} });

const basePath = fb.ProfilePath + 'georgia\\';
Expand Down
4 changes: 2 additions & 2 deletions js/georgia-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
//
// Description a fullscreen theme for foo_spider_monkey_panel
// Author Mordred
// Version 2.0.2
// Version 2.0.3
// Dev. Started 2017-12-22
// Last change 2021-03-26
// Last change 2021-05-22
// --------------------------------------------------------------------------------------

// CONFIGURATION //////////////////////////////////////
Expand Down
8 changes: 4 additions & 4 deletions js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let transport = {};
/** @type {MetadataGridEntry[]} */
let metadataGrid;

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

case '2.0.2':
case '2.0.3-dev':
window.setProperty('ADV.Limit Menu Expand: 10-6000', undefined);
window.setProperty('SYSTEM: Filter By', undefined);
window.setProperty('SYSTEM: View By', undefined);
window.SetProperty('ADV.Limit Menu Expand: 10-6000', undefined);
window.SetProperty('SYSTEM: Filter By', undefined);
window.SetProperty('SYSTEM: View By', undefined);

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

0 comments on commit 8c23154

Please sign in to comment.