Skip to content

Commit 0aaf6bb

Browse files
committed
docs: update CHANGELOG
1 parent ee42492 commit 0aaf6bb

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

CHANGELOG.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- Add `--tex-only` option to run.sh command to optionally allow users to only generate a tex file
12-
- Bold the author name in publications if it matches with heading name
13-
- Add `title` field to talks section (breaking change, old version users need to add this field to show the title for this section)
14-
- Add decoding of 'quoted text' to LaTeX-style quotes ``quoted text''
11+
- Two new entries in `publications` section type
12+
- `title` for specifying custom section name for publications
13+
- `bibfile` for specifying a path to BibTex file
1514

1615
### Changed
17-
- Update README to support `--tex-only` option
18-
- Update README to include quotes subsection under special characters
16+
- Update readme to support new way of specifying a bibtex file
17+
- Section type `publications` is now part of sections list in jinja template
18+
- Modify publications handling logic in `generate_latex.py`
19+
- now support one or more publication sections
20+
- add support for `title` and `bibfile` fields
1921

2022
### Deprecated
2123

2224
### Removed
25+
- No longer supports specifying bibtex file through the script options
2326

2427
### Fixed
28+
29+
<br>
30+
31+
## Released
32+
33+
### [1.0.0] - 2025-06-20
34+
35+
#### Added
36+
- Add `--tex-only` option to run.sh command to optionally allow users to only generate a tex file
37+
- Bold the author name in publications if it matches with heading name
38+
- Add `title` field to talks section (breaking change, old version users need to add this field to show the title for this section)
39+
- Add decoding of 'quoted text' to LaTeX-style quotes ``quoted text''
40+
41+
#### Changed
42+
- Update README to support `--tex-only` option
43+
- Update README to include quotes subsection under special characters
44+
45+
#### Fixed
2546
- Run shell as default if no arguments are given upon docker run (https://github.com/mlsdpk/cv-tools/pull/1)

0 commit comments

Comments
 (0)