blob: c0ef059149d83ae71092cbecebb9dc1831b5b620 (
plain)
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
|
# Changelog
All notable changes to this project will be documented in this file.
The format is based on
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [1.3.0] - 2023-05-15
### Added
- Support for lualatex and xelatex
### Changed
- The style file `sanitize-umlaut.sty` is UTF-8 encoded now and contains umlauts
## [1.2.1] - 2022-06-29
### Fixed
- The implementation of 1.2.0 changed UTF8 characters globally, not locally
inside `\index`. The fix works locally as intended and only affects
characters with UTF8-encoding C3..
## [1.2.0] - 2022-06-29
### Changed
- Changelog moved from CHANGES to CHANGES.md and adapted to
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- From now on version numbers adhere to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html)
### Fixed
- The 2022 June release of LaTeX breaks sanitize-umlaut (issue #1)
A patch to `utf8.def` is added to circumvent `\protected` for
two-octets UTF8 characters (including umlauts) inside `\index`
## [1.10] - 2020-01-01
### Added
- `utf8-2018` is a new supported encoding
### Changed
- implementation changed to adapt for LaTeX/inputenc UTF-8 changes
(see documentation):
version 1.00 is only compatible to older LaTeX/inputenc UTF-8
version 1.10 is only compatible to recent LaTeX/inputenc UTF-8
## [1.00] - 2016-05-27
### Added
- Initial public release
|