File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1- -- 0.6.3 - 5 Nov 2018
1+ -- 0.6.3 - 13 Jan 2019
2+
3+ - Update Russion translation (@vantu5z)
4+ - Windows fixed (@vanowm):
5+ * Fix window restore
6+ * Fix icon selection
7+
8+ -- 0.6.2 - 5 Nov 2018
29
310One version to rule them all (Linux/Windows)
411
Original file line number Diff line number Diff line change 77 <em : multiprocessCompatible >true</em : multiprocessCompatible >
88 <em : type >2</em : type >
99 <em : name >FireTray</em : name >
10- <em : version >0.6.2 </em : version > <!-- change FIRETRAY_VERSION accordingly ! -->
10+ <em : version >0.6.3 </em : version > <!-- change FIRETRAY_VERSION accordingly ! -->
1111 <em : creator >Hua Luo, Francesco Solero, Foudil BRÉTEL</em : creator >
1212 <em : contributor >Hua Luo, Francesco Solero (Firetray original authors)</em : contributor >
13- <em : homepageURL >https://github.com/foudfou/firetray </em : homepageURL >
13+ <em : homepageURL >https://github.com/Ximi1970/FireTray </em : homepageURL >
1414 <em : description >A system tray extension.</em : description >
1515 <em : optionsURL >chrome://firetray/content/options.xul</em : optionsURL >
1616 <em : iconURL >chrome://firetray/skin/icons/firetray48.png</em : iconURL >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const Cu = Components.utils;
2525Cu . import ( "resource://gre/modules/Services.jsm" ) ;
2626Cu . import ( "resource://firetray/logging.jsm" ) ;
2727
28- const FIRETRAY_VERSION = "0.6.2 " ; // needed for sync call of onVersionChange() :(
28+ const FIRETRAY_VERSION = "0.6.3 " ; // needed for sync call of onVersionChange() :(
2929const FIRETRAY_OS_SUPPORT = [ 'freebsd' , 'linux' , 'winnt' ] ; // install.rdf sync :(
3030const FIRETRAY_ID = "{9533f794-00b4-4354-aa15-c2bbda6989f8}" ;
3131const FIRETRAY_PREF_BRANCH = "extensions.firetray." ;
You can’t perform that action at this time.
0 commit comments