Changelog¶
V0.2.2¶
Updated documentation
Breaking change for
cliriculum.pdf.chromium_print
V0.2.1¶
Fixed url in
pyproject.toml
’s fielddocumentation
. The URL was set to wrong value for testing purposes and accidentally committed.Changed chromium_print ip adress to loopback (
'127.0.0.1'
rather than''
)
V0.2.0¶
Updated documentation and fixed some of doc build warnings
cliriculum.resume.MainHTML
dates parameter is now optional as well ascliriculum.resume.Resume
same parameter.Breaking change:
cliriculum.resume.Resume
parameters order changed. Passed from..., dates, contact
to..., contact, dates
. Therefore, users who relied on setting parameters implicitly e.gResume("sidebar.md", "main.md", "dates.json", "contact.json")
will have their code break with the update.New test for
cliriculum.utils
moduleUser Guide
V0.1.6¶
Added job metadata feature. cli new argument:
--job-metadata
which points to JSON file with job metadata. This metadata, if provided, is used for naming PDF automaticallyAdded tests for
cliriculum.deserializers
and fixed bad management of null values https://github.com/sondalex/cliriculum/issues/36.Fixed regression which constrained to use a profile picture in resume (related to previous point)
V0.1.5.1¶
Fixed https://github.com/sondalex/cliriculum/issues/16 . I.e. support for Python > 3.9
V0.1.5¶
Added wrapper to chromium headless print. Now resume creation can be 100% automated. Solves https://github.com/sondalex/cliriculum/issues/10
Fixed problem of files not being updated when setting overwrite to True https://github.com/sondalex/cliriculum/issues/13#issue-1558181130
V0.1.4.2¶
Added support for HTML blocks.
V0.1.4.1¶
Added custom stylesheet support
V0.1.4¶
Added profile picture support
V0.1.3¶
Fixed sidebar which would push main content on sidebar overflow.
V0.1.2.2¶
Fixed date icon padding in style.css
V0.1.2.1¶
Changed style.css font size
Fixed main box dimension in style.css
V0.1.2¶
Corrected error in make_resume function
V0.1.1¶
Added cli support
Updated documentation Some info