blob: 4a6efebd0ae891169878c030c427cfe38841d440 (
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
# Changelog
All notable changes to the `l3backend` bundle will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
## [2020-06-03]
### Fixed
- Unneeded `[nobreak]` in `dvips` driver (issue #709)
- `\__pdf_backend_object_write_fstream:nn` with `dvips` backend (issue #710)
- Array writing in `dvips` mode
## [2020-05-05]
### Added
- `\__pdf_backend_pageobject_ref:n`
### Changed
- Extend PDF compression control to `dvips`
## [2020-03-12]
### Fixed
- Creation of PDF annotations with `dvips` backend
## [2020-02-23]
### Fixed
- Mismatch between release tag and CTAN version
## [2020-02-21]
### Added
- Support for suppressing backend headers (see matching change in
`l3kernel`)
## [2020-02-03]
### Fixed
- Corrected release string information
## [2019-11-25]
### Changed
- Move dvips header material to `.pro` file
## [2019-10-11]
### Changed
- Improved functionality in generic mode
## [2019-09-05]
### Added
- Support for EPS and PDF files with `dvisvgm` backend
### Fixed
- Some primitive use in the `dvips` backend
## [2019-08-25]
### Fixed
- Setting for PDF version in `dvipdfmx` route
- Support for PDF objects with XeTeX
## [2019-07-01]
### Added
- Driver support for anonymous objects
### Changed
- Moved backend code to separate release module `l3backend`
- Include `l3backend` in file names
- Moved backend code to internal for each 'parent' module
[Unreleased]: https://github.com/latex3/latex3/compare/2020-06-03...HEAD
[2020-06-03]: https://github.com/latex3/latex3/compare/2020-05-05...2020-06-03
[2020-05-05]: https://github.com/latex3/latex3/compare/2020-03-12...2020-05-05
[2020-03-12]: https://github.com/latex3/latex3/compare/2020-02-23...2020-03-12
[2020-02-23]: https://github.com/latex3/latex3/compare/2020-02-21...2020-02-23
[2020-02-21]: https://github.com/latex3/latex3/compare/2020-02-03...2020-02-21
[2020-02-03]: https://github.com/latex3/latex3/compare/2019-11-25...2020-02-03
[2019-11-25]: https://github.com/latex3/latex3/compare/2019-10-11...2019-11-25
[2019-10-11]: https://github.com/latex3/latex3/compare/2019-09-05...2019-10-11
[2019-09-05]: https://github.com/latex3/latex3/compare/2019-08-25...2019-09-05
[2019-08-25]: https://github.com/latex3/latex3/compare/2019-07-01...2019-08-25
[2019-07-01]: https://github.com/latex3/latex3/compare/2019-05-28...2019-07-01
|