1 - Reference list is now stored in a text section called "JR_bib" instead of being delimited
2 by bookmarks. This makes it easier to control location of reference list and makes handling
3 of the list more stable.
5 - Added function for citing with extra information such as page numbers, which is appended
6 at the end of the citation marker (inside the end bracket).
7 - Added citation manager that shows list of the citations in the current document in context,
8 and allows editing of extra information for each.
9 - Formatting of citation markers is changed - it now allows the user to specify a character
10 format (with the citation property 'CitationCharacterFormat') which can be defined in
11 OpenOffice with any formatting. The character format will only be applied if the property
12 'FormatCitations' is true. The old citation formatting properties are obsoleted.
13 - Text used in author-year citations is now run through the formatter that handles LaTeX
15 - Style files can now have either Unix or Dos/Windows line breaks.
17 - Added some explanatory text to style selection dialog.
18 - Added context menu for style list that allows quickly opening a style file in an external
20 - Introduced optional double quotes for style file properties.
21 - Removed extra space between number marker and rest of citation in numbered reference
23 - Fixed bug: update crash caused by reference marks not related to JabRef.
25 - Added optional citation property "AuthorLastSeparatorInText" which, if present,
26 overrides "AuthorLastSeparator" for in-text author-year citations.
27 - Added citation property "MultiCiteChronological". For author-year citations, this
28 property can be set to false instead of true to get alphabetical sorting of entries
29 within the same citation.
30 - Fixed bug: for normal characters, CharEscapementHeight was set to 0 instead of 100.
32 - Changed order of formatting operations in order to fix the problem that formatting
33 of the first part of a reference list entry gets lost.
34 - Added <smallcaps> tag to indicate small caps in reference list.
35 - Modified parsing of style file so boolean properties can be parsed even if extra
36 white space is included, e.g. "true ".
37 - Fixed bug in "MaxAuthorsFirst" handling: if two citations can be grouped, but one of
38 them has appeared earlier, this should prevent grouping if the difference between
39 "MaxAuthorsFirst" and "MaxAuthors" has bearing on the citations in question.
41 - Added option "MaxAuthorsFirst" to control how many authors can be shown the first
42 time a citation appears before "et al" is used. "MaxAuthors" controls the following
45 - The preformatter is now preferentially run after instead of before formatters called
46 from the layout specification. This solves the problems of e.g. organization author
47 names wrapped in braces (e.g. {World Bank}), where the braces have no effect as long
48 as the preprocessor is run first. This feature depends on a change introduced in
49 JabRef 2.6, and if older versions are used, the preprocessor will be run first as before.
50 - Fixed problem with repeated citations in numbered citations.
51 - Fixed problem with paragraph format not affecting the entire bibliography entries.
53 - All BibTeX fields are now run through a formatter that translates LaTeX character
54 sequences and \textit{} and \textbf{} commands before insertion into OO.
56 - Improved behaviour when the document references BibTeX keys not found in the
57 BibTeX database. Citation is now marked as undefined, and the remaining
58 bibliography gets created as normal.
59 - Added settings popup menu, and option for whether to automatically sync
60 bibliography when inserting new citations.
62 - Fixed bug in Merge citations feature - citations would be lost when combined
63 citations have same year.
64 - Fixed problem with connection on Mac.
66 - Added optional citation properties BracketBeforeInList and BracketAfterInList that override
67 BracketBefore and BracketAfter for the numbering of the reference list.
68 - Added support for <sup> and <sub> tags in reference layouts, for superscript and
69 subscript, respectively.
70 - Added "SubscriptCitations" property that gives subscripted citation markers.
72 - Some changes to the interface.
73 - Added property MinimumGroupingCount the determines how many consecutive numbers are
74 required for grouping in a citation marker (e.g. [1-3] or[2;5-8]).
75 - Fixed bug in properties parsing - empty strings are no longer ignored and replaced by
78 - Fixed bug in sorting of reference list.
80 - Citation markers are now set to language [None] to prevent spell checker from underlining
82 - Fixed sorting of citations in table cells and footnotes.
83 - Added option for superscripted citation markers.
85 - Added support for citations in table cells and footnotes. Currently sorting by position
86 fails if there are such citations.
87 - Added properties for setting bold/italic formatting on citation markers.
89 - Added button for inserting invisible citations (without text in the citation marker),
90 which can be used to insert an entry into the reference list without citing it.
91 - When citations are merged, they are now sorted chronologically (oldest first).
93 - It is now possible to connect again after OpenOffice has been shut down and started
95 - Added property ReferenceHeaderParagraphFormat in style file to control the paragraph
96 format of the bibliography header.
97 - Added error message for the case that OpenOffice has been shut down after connection.
98 - Fixed bug in handling of von particles in citation markers.
100 - Added functionality to choose which Writer document to connect to - selector is shown
101 both when connecting, and when using the new "Select Writer document" button.
102 - Improved appearance of the OpenOffice panel.
103 - A space is now inserted after newly inserted citations, in order to alleviate problem
104 with new text becoming part of the citation marker.
105 - Some improvements to cursor placement after inserting citation.
108 - Streamlined connection process by adding button that attempts to find the necessary
110 - Made adaptations to connect to OpenOffice.org 3.x, due to changed library locations.
111 - Fixed bug: plugin tries to connect even if user cancels the connect dialog.
114 - No changes, but packaged with JabRef 2.4.
117 - Added interface for selecting style. You can set up a list of single files and directories
118 that will be scanned to build a list of styles (directories can be scanned recursively).
119 - Fixed problem with layouts starting with a tag such as "<b>" would disable bold/italics
120 formatting for the entire entry.
121 - Added property "ReferenceParagraphFormat" that determines what paragraph format is used
122 for the reference list (default value is "Default").
125 - "Test" button in this version autocombines citations that are separated by spaces only.
126 - Number citation markers now give citations in ascending order (instead of chronologically,
127 as with author-year citations), and group consecutive entries (e.g. [1-3; 6]).
130 - Fixed bug in author-year citations with names like "Van der Waal". Von-particles are
131 now included in the citations.
134 - When synchronizing bibliography, the style file is now automatically reloaded if it has
135 been modified since the last read.
136 - Cleaned out some obsolete code.
139 - Reworked the entire plugin to bypass OpenOffice.org's built-in bibliography functions.
140 This makes it possible to solve the open issues in previous versions, and add support
141 for multiple citations, and uniquefier letters and formatting within fields in the
143 - The bibliography is now formatted using standard JabRef layout, including formatters.
144 - A new formatter FormatChars is added, which translates LaTeX commands for bold and italic
145 into the <b> and <i> markup used by this plugin. This lets the formatting carry into
146 the bibliography in OO where appropriate.
149 - Fixed bug that prevented the "editor" field from being exported.
150 - Missing fields are now populated from crossreferenced entry where available.