1# Changelog
2
3Manual changelog with some possibly important aspects
4
5For the full history, have a look at the git commit messages.
6
7Note that the changelog started only in May 2023, after the plugin was not developed for several years (but continuously used by its author). Old changes are taken from the (German) plugin homepage of its author.
8
9## 2024-02-24
10
11* Change syntax of format strings for bibliography, see [#6](https://github.com/tillbiskup/dokuwiki-bibtex/pull/6)
12* Perform SQLite updates in a single transaction, see [#8](https://github.com/tillbiskup/dokuwiki-bibtex/pull/8)
13
14## 2023-11-19
15
16* Merged PR from SECtim, closing [#3](https://github.com/tillbiskup/dokuwiki-bibtex/issues/3), [#4](https://github.com/tillbiskup/dokuwiki-bibtex/issues/4), [#5](https://github.com/tillbiskup/dokuwiki-bibtex/issues/5)
17
18## 2023-05-28
19
20* Rename plugin: "bibtex" => "bibtex4dw"
21* Further refactoring
22* Start with sensible messages to users via DokuWiki ``msg()`` function
23
24## 2023-05-27
25
26* Massive speedup of SQL by changing SQL syntax and pooling requests in single transaction
27* Start refactoring the code slightly
28
29
30## 2015-04-25
31
32* Optionally, the plugin can use an SQLite db (using the sqlite plugin). This speeds up things, particulary with large bibliography databases, and reduces latencies when rendering pages with references.
33
34
35## 2013-01-10
36
37* Display of PDF files: If a PDF file with a name identical to the BibTeX key of a reference esists in a configurable namespace, a link to this file will be added to the end of the reference, permitted the user has read access to this namespace
38
39
40## 2013-01-06
41
42* Display of "tooltips" adjusted to work with new standard template of DokuWiki; now realised in JavaScript
43