forked from slub/mets-mods2tei
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
52 lines (42 loc) · 1.68 KB
/
Changelog
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
# 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](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Added tests for TEI API
- Added tests for insertion index identification
- Evaluate texts from all struct types but `binding` and `colour_checker`
- Add `front`, `body` and `back` per default
### Fixed
- https://github.com/slub/mets-mods2tei/issues/43
- https://github.com/slub/mets-mods2tei/issues/47
## [0.1.1] - 2020-05-11
### Added
- Treat nested AMD-type (non-logical) divs in logical struct map (i.e.
newspaper case)
- Make full text file group selectable by user
- Allow for file entries (in addition to URLs) in METS
- Add special treatment for URNs and VD IDs
- Add poor man's namespace versioning handling
### Changed
- Make extraction of subtitles conditional on their presence
- Use "licence" for all types of licences (even unknown ones)
### Fixed
- https://github.com/slub/mets-mods2tei/issues/28
- https://github.com/slub/mets-mods2tei/issues/37
- https://github.com/slub/mets-mods2tei/issues/39
- https://github.com/slub/mets-mods2tei/issues/41
## [0.1.0] - 2019-12-04
### Added
- Correctly place structures which are not on top of a page
- Set `corresp` and `facs` attributes of `pb` elements
- Store links to `DEFAULT` images in METS
- Tests for new functionality
### Changed
- Retrieve ALTO files via a dedicated struct link member of the class Mets
- Move text retrieval to Alto class
### Removed
- Get rid of code artifacts carried over from `tocrify`
### Fixed
- https://github.com/slub/mets-mods2tei/issues/28