Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.68 KB

NEWS.md

File metadata and controls

34 lines (22 loc) · 1.68 KB

citr 0.3.3

  • Prevented from duplicated file names which resulted in duplicated bibliography entries in the add-in (@GegznaV, #67, #68)
  • Argument encoding = getOption("citr.encoding") is passed to readLines() in insert_citation() (@GegznaV, #68)

citr 0.3.2

  • Fixed bug related to use of absolute file paths that caused errors finding the bibliography files (reported by @bblodfon and @neurotroph, #52)

citr 0.3.1

  • Improves tidy_bib_file()-search for reference handles (reported by @Robinlovelace, #48, and @heinonmatti, #49)
  • Addin now correctly uses absolute rather than relative paths to update reference files

citr 0.3.0

  • New function tidy_bib_file() removes duplicate and unneeded entries from a Bib(La)Tex-file.
  • Added encoding option to functions that read Bib(La)TeX-files and a corresponding global option. (reported by @sammo3182 #11)
  • Error message in insert_citation() are printed to the dialog instead of the console (reported by @sammo3182 #11)
  • RStudio addin
    • Access to Zotero group libraries (#9)
    • New settings tab

citr 0.2.0

  • Zotero/Juris-M library can now be accessed directly via the Better BibTeX extension (https://github.com/retorquere/zotero-better-bibtex). The document's bibliography file is updated accordingly. See ?insert_citation.
  • bibliography entries are no longer checked for missing fields (suggested by @awmercer, #8)
  • If the current document is a child (i.e., included in a larger R Markdown document) the parent file is searched for bibliography paths (suggested and contributed to by @yihui, #7, #10)
  • References in addin selection and inserted markdown citations are ordered alphabetically

citr 0.1.0

Initial release.