summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/bib2gls/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/bib2gls/CHANGES')
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/CHANGES54
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/bib2gls/CHANGES b/Master/texmf-dist/doc/support/bib2gls/CHANGES
index a59744d0601..d90c4cd5e75 100644
--- a/Master/texmf-dist/doc/support/bib2gls/CHANGES
+++ b/Master/texmf-dist/doc/support/bib2gls/CHANGES
@@ -1,3 +1,57 @@
+v1.8 (2018-11-30):
+
+ * new resource options:
+
+ --save-primary-locations
+ --primary-location-formats
+ --long-case-change
+ --dual-long-case-change
+ --word-boundaries
+ --sort-label-list
+ --dependency-fields
+
+ * added support for the new glossaries-extra package option
+ record=nameref (introduced to glossaries-extra v1.37).
+
+ * normal locations are now written to the location field as
+ \glsnoidxdisplayloc{<prefix>}{<counter>}{<format>}{<location>}
+ instead of explicitly using
+ \setentrycounter[<prefix>]{<counter>}\<format>{<location>}
+ This matches the way the record is added to the loclist field
+ and makes it easier to adjust the record formatting.
+
+ * bib2gls now always parses the .log file even if the interpreter
+ setting is off. (It still needs to know version details and
+ whether hyperlinks and Unicode are supported by the document.)
+
+ * Underscores now allowed in bib labels.
+
+ * Hooks added to pick up label prefixes if needed:
+
+ \bibglsprimaryprefixlabel
+ \bibglsdualprefixlabel
+ \bibglstertiaryprefixlabel
+ \bibglsexternalprefixlabel
+
+ * bug fix: corrected default sort=doc
+
+ * bug fix: corrected letternumber-upperlower and
+ letternumber-lowerupper sort methods.
+
+ * bug fix: corrected invalid datetime pattern that threw
+ InvalidArgumentException
+
+ * bug fix: https://github.com/nlct/bib2gls/issues/3
+ Files located in local texmf path are not determined correctly
+ on Windows.
+ (actual bug was in texparserlib.jar rather than bib2gls.jar)
+
+ * \@glsnavhypertarget will now fallback on original definition
+ (which requires an extra LaTeX call) if the type is unknown.
+
+ * Renamed example file sample-languages.tex to
+ sample-markuplanguages.tex
+
v1.7 (2018-08-18):
* added support for multiple supplementary sources