Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
<b>[locale(s)]</b>
- Portuguese (pt-BR) translation updated (thanks to igorruckert)
- Polish (pl-PL) translation updated (thanks to Mrere)
- Chinese (zh-CN) translation updated (thanks to Cye3s)
- Ukrainian (uk) translation updated (thanks to Sacredwheels)
- Spanish (es) translation updated (thanks to strel)
- French (fr) translation updated (thanks to BlackJack)
- Italian (it) translation updated (thanks to Styb)

<b>[fix(es)]</b>
- Fx54+ & 'location bar > page 3 > hide i-icon' option
- Fx54+ & 'location bar > Autocomplete popup > alternative appearance'
option

<b>[general change(s)]</b>
- added movable mask indicator to palette (only visible on toolbars in
private mode and in customizing mode)
- duplicated 'Search bar > page 1 > middle clicks...' option to control
middle clicks on search glass
- code tweaks for 'Tabs > Page 2 > custom private new tab page' option

<b>[add-on compatibility]</b>
- 'Private tab' add-on & CTRs 'custom private new tab page' option
  • Loading branch information
Aris-t2 committed Mar 8, 2017
1 parent bde70fd commit 7b4e96d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions xpi/content/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@ classicthemerestorerjso.ctr = {
document.getElementById('ctraddon_pw_osearch_dm').disabled = which;
document.getElementById('ctraddon_pw_osearch_iwidth').disabled = which;
document.getElementById('ctraddon_pw_osearch_meoit').disabled = which;
document.getElementById('ctraddon_pw_osearch_meoit2').disabled = which;
document.getElementById('ctraddon_pw_osearch_cwidth').disabled = which;
document.getElementById('ctraddon_pw_search_ant').disabled = which;
document.getElementById('ctraddon_pw_search_abl').disabled = which;
Expand Down
2 changes: 1 addition & 1 deletion xpi/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description rdf:about="urn:mozilla:install-manifest">
<em:id>ClassicThemeRestorer@ArisT2Noia4dev</em:id>
<em:name>Classic Theme Restorer</em:name>
<em:version>1.6.3beta3</em:version>
<em:version>1.6.3</em:version>
<em:type>2</em:type>
<em:multiprocessCompatible>true</em:multiprocessCompatible>

Expand Down
2 changes: 1 addition & 1 deletion xpi/locale/pl/options.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<!ENTITY Ctr_ctroldsearchr "Przywracaj pierwszą wyszukiwarkę na liście po wyszukaniu">
<!ENTITY Ctr_ctrosearchdel "opóźnienia">
<!ENTITY Ctr_search_oit "Otwórz wyszukiwanie w nowej karcie">
<!ENTITY Ctr_osearch_meoit "Kliknięcia środkowym przyciskiem: wyszukaj w nowej 'karcie pierwszoplanowej'">
<!ENTITY Ctr_osearch_meoit "Kliknięcie środkowym przyciskiem: otwórz wyszukiwanie w nowej 'karcie pierwszoplanowej'">
<!ENTITY Ctr_osearch_iwidth "Automatycznie dostosuj szerokość menu podręcznego">
<!ENTITY Ctr_osearch_cwidth "Niestandardowa szerokość menu podręcznego wyszukiwania">
<!ENTITY Ctr_osearch_dm "Mały przycisk podręczny">
Expand Down

0 comments on commit 7b4e96d

Please sign in to comment.