1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
2014-05-24, v0.2.0
* Changes to API:
- Chinese references now (only) require language == {chinese}.
- `userf' becomes an internal entry field (backward compatible for now).
* Changes to package code:
- Avoid potential name clashes, using `something@' prefixes for commands.
* Changes to documentation:
- No longer recommend the CTeX Suite.
- Remove install hints (already included in TeX Live).
- Use `%' for comments in `.bib' files, now supported by biber.
* Misc:
- Minor fixes and improvements.
2013-12-27, v0.1.9
* Misc:
- Remove support for CRLF, as required by CTAN.
2013-04-07, v0.1.8
* Changes to package code:
- Fix previously ignored `setunit' issue.
* Misc:
- Update copyright notices.
- Minor fixes and improvements.
2013-03-30, v0.1.7
* Changes to package code:
- Default to `defernumbers = true' and `sorting = none'.
* Changes to documentation:
- Add hint for split sorting.
* Misc:
- Minor fixes and improvements.
2013-01-10, v0.1.6
* Changes to package code:
- Make (more) proper use of `\setunit'/`\setunit*'.
* Misc:
- Minor fixes and improvements.
2012-11-12, v0.1.5
* Misc:
- Fix incorrect TDS packaging.
2012-10-11. v0.1.4
* Changes to documentation:
- Fix wrong description: s/cenyt/centy/g
- Refine bibliography.
- Update instructions for installation wrt addition of CTAN support.
* Misc:
- Add support for utf8lf/gbkcrlf conversion in doc/Makefile.
- Add CTAN support.
2012-05-13, v0.1.3
* Changes to API:
- Chinese references now require (userf == 'zh' || userf == 'cn').
- Add {ce,ec}nty sorting scheme, default to ecnty.
* Changes to package code:
- Fix and improve spacing and punctuation.
- Unify name formatting as well as sorting.
- Fix \footfullcite errors. Now the commands are defined globally.
* Changes to documentation:
- Fix biber collating/locale problem.
- Unify the `userf' field in `readme.bib'.
- Update FAQs and notices.
* Misc:
- Add QA check for spaces and tabs on blank lines.
- Minor fixes and improvements.
2012-05-12, v0.1.2
* Changes to documentation:
- Add notice for the `bibintoc' heading.
- Conform to the style of pkuthss.
2012-05-12, v0.1.1
* Changes to package code:
- Use `\setunit*' to avoid unexpected punctuations.
- Make better use of `finentry'.
* Changes to documentation:
- Fix incorrect URL of `ctex-faq'.
2012-05-12, v0.1
* First Release.
# vim:ts=4:sw=4
|