Skip to content

Commit 56791c5

Browse files
committed
Updated NEWS file for recent fixes. Also updated maxVersion to 26 as it should work now
1 parent 482aa54 commit 56791c5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

vimperator/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
2013-XX-XX
22
* version 3.8
3+
* Many fixes for Firefox 25 (search and alternate tabs were broken)
4+
* :tabattach works correctly now
5+
* liberator.log() fixes
36
* Add "ssl" field shows SSL connection icon to "status" option (default: off)
47
* Tabs count and it's index in status-line are changed to the current group's tabs count and it's index.
58
* Fixed "TypeError: elem is null" error when scrolling while the page is being loaded
9+
* General bug fixing
10+
* Set maxVersion to Firefox 26 as we fixed many compatibility issues
611

712
2013-05-22:
813
* version 3.7.1

vimperator/install.rdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<em:targetApplication>
1616
<Description>
1717
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
18-
<em:minVersion>17.0</em:minVersion>
19-
<em:maxVersion>24.0</em:maxVersion>
18+
<em:minVersion>20.0</em:minVersion>
19+
<em:maxVersion>26.0</em:maxVersion>
2020
</Description>
2121
</em:targetApplication>
2222
</Description>

0 commit comments

Comments
 (0)