Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlegewie committed Jan 7, 2015
1 parent f637bd6 commit fff26c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/content/zotfile/zotfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Zotero.ZotFile = {

versionChanges: function (currentVersion) {
// open webpage
var open_page = ["4.1", "4.0", "3.3", "3.2", "3.1", "2.0", "2.3"];
var open_page = ["4.1.1", "4.1", "4.0", "3.3", "3.2", "3.1", "2.0", "2.3"];
var i, j;
var searches, conditions;

Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Contributions preferably through pull requests are welcome!

## Changelog

#### Changes in 4.0 and 4.1
#### Changes in 4.x (4.0, 4.1 and 4.1.1)

- **Goto annotation in pdf**

Expand Down Expand Up @@ -71,6 +71,7 @@ Contributions preferably through pull requests are welcome!
- Fix bug with unnecessary suffix after multiple renames of same file
- further improvements for the extraction of annotations in 4.1
- truncate title after '!'
- Add .docx files to the default file types

#### Changes in 3.1

Expand Down

0 comments on commit fff26c6

Please sign in to comment.