-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangelog
88 lines (67 loc) · 2.27 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
v0.5.4
FEATURE: added it-IT and en-US localizations
FEATURE: added extension icon
v0.5.3.2
FIX: navbar hide/show behavior with localstore prefs
v0.5.3.1
FIX: bookmarks bar handling on ff3.6
v0.5.3
FIX: tooltips appearance
FIX: replaced textbox with colorpickers in statusbar-replacer options
v0.5.2.1
FIX: default shortcut is Ctrl-Shift+Z
FIX: PersonalBar show/hide policy bug
v0.5.2
FEATURE: hide bookmarks bar
FIX: prefs observer on bars visibility
FIX: regression bug on remembering previous state
FEATURE: add version number on configuration window
v0.5.1
FEATURE: remember last hiding state
FEATURE: aggiunti i messaggi di validazione in grabKey()
v0.5
FEATURE: aggiunte le voci di menu in tools
REFACTORING: riscritta gestione delle preferenze e degli eventi da tastiera
* aggiunto un observer sul prefChange
* aggiunta una libreria di gestione degli eventi da tastiera
* modificate le preferenze per il salvataggio delle shortcut
* fixato lo stato iniziale dell'estensione (postdeploy)
REFACTORING: preferenze gestite con observer
FIX: aggiunto hbox in fondo alla pagina a cui agganciare i tooltips
v0.4.5
REFACTORING: keybinding and keypress handler
FIX: now default keybinding is CTRL-Z
v0.4.4.1
FIX: changelog update
v0.4.4
FEATURE: Color customization in statusbar-replacer
FIX: hiding bars on location change and temporary_show (newtab, ctrl-L..)
v0.4.3.1
FIX: tooltip are now themes-agnostics
FIX: tooltip position now is relative to statusbar
v0.4.3
FEATURE: restyling of statusbar replacer
FIX: persistent tooltip after tryshow or ff-reboot
v0.4.2
FIX: conditional tryhide after openLocation()
FEATURE: restyling of statusbar replacer
v0.4.1
FIX: overlink tooltip broken for too long urls
FIX: tooltip position
FEATURE: added timeout to linkOver tooltip
v0.4
FEATURE: StatusBar replacer (progressbar and linkoverbar tooltips)
v0.3.1
FEATURE: added support to hiding statusbar
v0.3
FEATURE: customizable keybinding
v0.2.1
FIX: better support to OpenURL/TabOpen/TabClose
v0.2
FEATURE: added some configuration options (now you can select what components have to be hidden)
v0.1.1
FIX: tryhide after openurl or opentab works only if last_state was hidden
FIX: eliminato tryhide() alla chiusura di un tab
FEATURE: all'inserimento di un URL viene ri-nascosta la GUI
v0.1
Initial import