Commit Graph

1532 Commits

Author SHA1 Message Date
dependabot[bot]
daefcf623b build(deps): bump phonenumbers from 8.13.50 to 8.13.51 (#244)
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.50 to 8.13.51.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.50...v8.13.51)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-08 20:02:18 -05:00
Sina Atalay
063941e93e tests: revert Windows fix 2024-12-08 20:01:11 -05:00
Sina Atalay
df80e06854 docs: remove unanswered faq and update sidebar 2024-12-08 19:57:29 -05:00
Sina Atalay
109370c2a4 tests: fix Windows 2024-12-08 19:52:43 -05:00
Sina Atalay
4ef286d042 workflows: test with Python 3.13 too 2024-12-08 19:47:26 -05:00
Sina Atalay
8cb4850d35 tests: fix coverage issues 2024-12-08 19:43:19 -05:00
Sina Atalay
0e735baf19 cli: fix windows watcher 2024-12-08 16:03:38 -05:00
Sina Atalay
ffa2060425 fix linting issue 2024-12-08 15:58:49 -05:00
Sina Atalay
a5da4bfe7e fix typing issues 2024-12-08 15:58:11 -05:00
Sina Atalay
1c82847307 cli: fix windows watcher 2024-12-08 15:58:07 -05:00
Sina Atalay
2496948d3b update precommit script 2024-12-08 15:47:10 -05:00
Sina Atalay
d8947049fa fix linting issues 2024-12-08 15:46:24 -05:00
Sina Atalay
350c959eda tests: increase coverage 2024-12-08 15:45:20 -05:00
anschmieg
31d1fab882 add support for LaTeX math expressions in HTML (#200)
* add mathjax via CDN to HTML template

* adjust tests for added script tag

* Replace Mathjax with KaTeX

* Add math expression tests

put back in place from branch main (?)

* Revert "Add math expression tests"

This reverts commit 5d7e98f621cfb184dcc316763cb342d34f630ca8.

* minor fixes

* tests: update `testdata`

---------

Co-authored-by: schmiega <6830368+schmiega@users.noreply.github.com>
Co-authored-by: Sina Atalay <dev@atalay.biz>
2024-12-08 15:23:37 -05:00
Sina Atalay
c9940a74ee add pre-commit 2024-12-08 15:07:58 -05:00
Sina Atalay
686c8e1a15 refactor and clean the code 2024-12-08 15:07:38 -05:00
Sina Atalay
329b961b63 remove tests environment and use the default environment for tests 2024-12-08 05:34:23 -05:00
Sina Atalay
7312d72e77 docs: fix 2024-12-08 05:28:04 -05:00
dependabot[bot]
34009ce466 build(deps): bump typer from 0.13.1 to 0.15.1
Bumps [typer](https://github.com/fastapi/typer) from 0.13.1 to 0.15.1.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.13.1...0.15.1)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-08 05:26:46 -05:00
Sina Atalay
d93bc5fb12 simplify --watch option 2024-12-08 05:24:32 -05:00
Criyl
f3f8704eff chore: missed a spot 2024-12-08 05:24:32 -05:00
Criyl
c071740df5 chore: linting, formatting, and typing 2024-12-08 05:24:32 -05:00
Criyl
8887aca7de chore: skip initial welcome message if the user has watch enabled. 2024-12-08 05:24:32 -05:00
Criyl
4b4bc25c03 chore: better describe utilities 2024-12-08 05:24:32 -05:00
Criyl
f16f79afaa chore: address linting,typing, and documentation concerns 2024-12-08 05:24:32 -05:00
Criyl
3858b27de4 chore: move watch block to below render_command_settings_dict 2024-12-08 05:24:32 -05:00
Criyl
f33979a882 chore: rename utility for triggering write events in tests 2024-12-08 05:24:32 -05:00
Criyl
f772b181ed chore: use sys instead of os for platform identification, fix flaky test, add command argument test 2024-12-08 05:24:32 -05:00
Criyl
0142e51dd5 chore: reset cwd on rerun 2024-12-08 05:24:32 -05:00
Criyl
d87680c84d chore: add tests for watcher, address naming issues with watcher file 2024-12-08 05:24:32 -05:00
Chris Carroll
fa3f165d0e cli: implement --watch option 2024-12-08 05:24:32 -05:00
Govind Singh
f7e24bb24c Update faq.md
Mentioned jsonresume-to-rendercv for JSON Resume schema users.
2024-12-01 22:56:19 -05:00
dependabot[bot]
e1f96e0012 build(deps): bump typer from 0.13.0 to 0.13.1
Bumps [typer](https://github.com/fastapi/typer) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.13.0...0.13.1)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-29 00:59:36 -05:00
dependabot[bot]
e6ec6691f5 build(deps): bump pydantic from 2.9.2 to 2.10.2
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.9.2...v2.10.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-29 00:59:28 -05:00
dependabot[bot]
b3c818080b build(deps): bump pymupdf from 1.24.13 to 1.24.14
Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.24.13 to 1.24.14.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](https://github.com/pymupdf/pymupdf/compare/1.24.13...1.24.14)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-29 00:59:20 -05:00
dependabot[bot]
cd1056a148 build(deps): bump hatchling from 1.26.1 to 1.26.3
Bumps [hatchling](https://github.com/pypa/hatch) from 1.26.1 to 1.26.3.
- [Release notes](https://github.com/pypa/hatch/releases)
- [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.26.1...hatchling-v1.26.3)

---
updated-dependencies:
- dependency-name: hatchling
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 00:18:12 -05:00
dependabot[bot]
46d97cf31b build(deps): bump phonenumbers from 8.13.49 to 8.13.50
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.49 to 8.13.50.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.49...v8.13.50)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 00:18:06 -05:00
Sina Atalay
31e6695473 Merge branch 'main' of https://github.com/sinaatalay/rendercv 2024-11-17 18:49:00 -05:00
Sina Atalay
b6d951576a don't escape backslashes 2024-11-17 18:48:58 -05:00
Sina Atalay
9c2e5caac5 fix minor issues and add more tests 2024-11-17 18:35:28 -05:00
Eddie Hart
2f22d8c7e8 Fix LOCALE_CATALOG naming 2024-11-17 18:35:28 -05:00
Eddie Hart
f57b83ebc9 Improve timespan calculation to prevent rounding to 1 year 12 months etc 2024-11-17 18:35:28 -05:00
dependabot[bot]
408739e4bd build(deps): bump pymupdf from 1.24.12 to 1.24.13 (#197)
Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.24.12 to 1.24.13.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](https://github.com/pymupdf/pymupdf/compare/1.24.12...1.24.13)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-17 18:23:29 -05:00
dependabot[bot]
42e4381a27 build(deps): bump hatchling from 1.25.0 to 1.26.1 (#201)
Bumps [hatchling](https://github.com/pypa/hatch) from 1.25.0 to 1.26.1.
- [Release notes](https://github.com/pypa/hatch/releases)
- [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.25.0...hatchling-v1.26.1)

---
updated-dependencies:
- dependency-name: hatchling
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-17 18:19:40 -05:00
dependabot[bot]
fdac17813d build(deps): bump pydantic-extra-types from 2.9.0 to 2.10.0 (#202)
Bumps [pydantic-extra-types](https://github.com/pydantic/pydantic-extra-types) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/pydantic/pydantic-extra-types/releases)
- [Changelog](https://github.com/pydantic/pydantic-extra-types/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic-extra-types/compare/v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: pydantic-extra-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-17 18:19:31 -05:00
dependabot[bot]
894a536333 build(deps): bump phonenumbers from 8.13.48 to 8.13.49 (#203)
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.48 to 8.13.49.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.48...v8.13.49)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-17 18:19:22 -05:00
dependabot[bot]
fd60103d2e build(deps): bump typer from 0.12.5 to 0.13.0 (#204)
Bumps [typer](https://github.com/fastapi/typer) from 0.12.5 to 0.13.0.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.12.5...0.13.0)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-17 18:19:10 -05:00
Shawn Zivontsis
ba241072b3 Replace placeholders in output_folder_name 2024-11-17 18:18:37 -05:00
Shawn Zivontsis
3ee6ea6ebe Refactor placeholder replacement into separate function 2024-11-17 18:18:37 -05:00
Shawn Zivontsis
c9e453d8d0 Improve placeholder tests to check more fields 2024-11-17 18:18:37 -05:00