Commit Graph

1847 Commits

Author SHA1 Message Date
Sina Atalay
b1db1bb31f Remove llms.txt and add more sample generators 2026-02-19 14:53:15 +03:00
Sina Atalay
49a95fd9f1 Fix tests 2026-02-18 17:51:47 +03:00
Sina Atalay
01eab150e5 Add Hebrew and Persian locales 2026-02-18 17:24:42 +03:00
Sina Atalay
f24fb4931c Don't allow extra keys in cv 2026-02-18 17:15:42 +03:00
Sina Atalay
87c7640322 Fix settings.current_date issues 2026-02-18 15:46:06 +03:00
Sina Atalay
fd5409c142 Support "today" in settings.current_date 2026-02-18 02:38:41 +03:00
Sina Atalay
30a771f64a Docs new design 2026-02-17 22:12:27 +03:00
Sina Atalay
f974b6d9e9 Better YAML error handling 2026-02-17 18:42:08 +03:00
Sina Atalay
2b080300db Add pyodide tests 2026-02-17 17:04:12 +03:00
Diorcet Yann
d0b2e12b3b Add settings.pdf_title field in order to customize the title of produced documents (#624)
* cv section: add title field in order to customize the title of produced documents

* Sync branch with origin/main

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Implement

* Use NAME - CV as pdf_title

---------

Co-authored-by: Sina Atalay <79940989+sinaatalay@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 14:48:40 +03:00
husam515
4a9083c117 Add Arabic locale support (#591)
* feat: Add Arabic locale support and update Typst preamble template.

* feat: add rtl support for the Full.html template

* fix: change  "'s CV" hardcoded word in the html/md outputs and make it changeable to support different languages.

* test: add tests for RTL support

* test: add tests for RTL support

* Improve implementation

* Update testdata

* Fix merge issues

* Simplify

* Add test and use type hints with type adapters

* Fix `just check` errors

---------

Co-authored-by: Khalid <khalid.pro.968@gmail.com>
Co-authored-by: Sina Atalay <79940989+sinaatalay@users.noreply.github.com>
2026-02-17 14:19:11 +03:00
Sina Atalay
9611320502 Add degree_width field to design.entries (#671)
* Add `design.entries.degree_width` field #649

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Bump rendercv typst version to 0.2.0

* Update testdata

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 14:03:07 +03:00
Sina Atalay
06a678692c Create llms.txt 2026-02-17 00:46:11 +03:00
lif
abfe1e1733 feat: add --output-folder option to specify output directory (#578)
* feat: add --output-folder option to specify base output directory

This addresses issue #551 by adding support for customizing the output
folder for all generated files.

Changes:
- Add `output_folder` field to RenderCommand model
- Add `--output-folder` / `-o` CLI option
- When output_folder is set, it replaces the default `rendercv_output`
  folder in all output paths
- Support OUTPUT_FOLDER placeholder for advanced path customization
- Add comprehensive test coverage

Usage examples:
  # Simple: output all files to build/en/
  rendercv render cv.yaml --output-folder build/en/

  # Advanced: use OUTPUT_FOLDER placeholder for custom paths
  rendercv render cv.yaml --output-folder dist/ \
    --pdf-path OUTPUT_FOLDER/final/resume.pdf

Closes #551

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix: address linting errors and Windows compatibility

- Fix PIE810: use tuple in startswith() call
- Fix ruff format issues
- Make tests cross-platform compatible for Windows

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix: split compound assertions per PT018 rule

* Improve and update examples and schema

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Sina Atalay <79940989+sinaatalay@users.noreply.github.com>
2026-02-17 00:01:19 +03:00
Sina Atalay
5446f38e47 Update clean_url docstring #614 2026-02-16 21:44:33 +03:00
pramanandasarkar02
cfdaf9cb0f Fix render --quiet option issue #608 (#610)
* fix render --quiet option issue #608

* format fixed

* Improve solution

---------

Co-authored-by: Sina Atalay <79940989+sinaatalay@users.noreply.github.com>
2026-02-16 21:34:51 +03:00
lif
18485d7185 feat: watch mode now monitors included config files (#579)
* feat: watch mode now monitors included config files

Watch mode (--watch/-w) now monitors changes to included configuration
files specified via --design, --locale-catalog, and --settings options.

Previously, watch mode only monitored the main input file. Now when
using separate config files for design/locale/settings, changes to
any of these files will trigger a re-render.

Fixes #552

* Improve implementation

* Update testdata

* Fix pre-commit errors

* Update testdata

---------

Co-authored-by: Sina Atalay <79940989+sinaatalay@users.noreply.github.com>
2026-02-16 21:22:13 +03:00
Daniel Rafailov
3685da2b31 Automatically delete obsolete PNG files (#590)
* #588

* formatting issue fix

* Add tests

* Update uv.lock and testdata

---------

Co-authored-by: Sina Atalay <79940989+sinaatalay@users.noreply.github.com>
2026-02-16 20:18:49 +03:00
Sina Atalay
bb4349ac57 Implement locale.phrases (#618) 2026-02-16 19:24:39 +03:00
dependabot[bot]
808ab9e746 build(deps): bump actions/upload-artifact from 5 to 6 (#623)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-16 18:38:58 +03:00
dependabot[bot]
c18fcbf44c build(deps): bump actions/download-artifact from 6 to 7 (#622)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-16 18:38:46 +03:00
Kevin Lau
cf1195232f fix(locale): correct Mandarin Chinese spelling and schema validation (#617)
* fix(locale): correct Mandarin Chinese spelling and schema validation

- Rename locale identifier from "mandarin_chineese" to "mandarin_chinese"
- Update schema.json to reflect corrected spelling in all references
- Rename locale file from mandarin_chineese.yaml to mandarin_chinese.yaml
- Update language mapping in english_locale.py to use correct spelling
- Change CV schema additionalProperties from false to true for flexibility
- Fix typo in locale class name from MandarinChineeseLocale to MandarinChineseLocale

* Update schema

---------

Co-authored-by: sawyerlau <lkhmds@outlook.com>
Co-authored-by: Sina Atalay <79940989+sinaatalay@users.noreply.github.com>
2026-02-16 18:28:37 +03:00
Sina Atalay
65d7028485 Bump versions 2026-02-16 18:07:07 +03:00
shraddha khetmalis
9b26e3b4a1 Feature/add day placeholder to single date formatting (fixes #548) (#571) (#571)
- Add DAY placeholders to single date formatting
- Add tests for DAY placeholders
- Apply ruff formatting
- fix: expose DAY placeholders in top note and footer templates
- fix: apply ruff formatting for DAY placeholders
- refactor: extract build_date_placeholders, add DAY/DAY_IN_TWO_DIGITS support

Co-authored-by: Sina Atalay <79940989+sinaatalay@users.noreply.github.com>
2026-02-16 15:42:12 +03:00
Christian Clauss
4215659084 pre-commit autoupdate (#607)
Co-authored-by: Sina Atalay <79940989+sinaatalay@users.noreply.github.com>
2026-02-16 15:29:46 +03:00
Anders Gaustad
710d4a1825 feat(locale): Added Norwegian (Bokmål and Nynorsk) locale (#652)
* feat(locale): Added Norwegian (Bokmål and Nynorsk) locale

Added the two official writing standards for Norwegian:
Norwegian Bokmål and Norwegian Nynorsk.

Updated `english_locale-py` with the ISO 639-1 codes of 'nb' and 'nn'.

* Fix Nynorsk typo, regenerate schema, and add trailing newlines

- Fix Nynorsk "present" translation: "noverande" → "nåverande"
- Regenerate schema.json via update_schema.py instead of manual edits
- Add missing trailing newlines to both YAML files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Sina Atalay <79940989+sinaatalay@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 15:08:08 +03:00
Sina Atalay
e9db78b127 Make PyPI version check non-blocking (thanks for the idea #615) 2026-02-16 14:52:17 +03:00
lucafrance
0adb674464 Remove duplicate font from available_font_families (#643) 2026-02-16 14:39:36 +03:00
Jordan Bradford
a7b6e9a2d5 feat: Add Reddit social network (#658)
* Add Reddit social network

* Run `pre-commit`
2026-02-16 14:33:21 +03:00
Sina Atalay
2f9e8ad476 Improve Pydantic error handling for multiple YAML sources 2026-02-16 04:32:34 +03:00
Sina Atalay
04bd9197cd Improve schema model builder 2026-02-16 03:57:54 +03:00
Sina Atalay
0d7070a20a Update README.md 2026-02-16 03:14:15 +03:00
Tanmay Pathak
d6fcf1d390 fix: 🐛 design file not applying with settings file (#642)
* test: 🧪 design file applies with settings file

* fix: preserve design/locale paths when using --settings flag

* test: 🧪 skipping render commands works

* fix: ensure render_command settings are initialized in build_rendercv_dictionary

* fix: prefix unused variable with underscore to satisfy ruff RUF059
2026-02-16 02:23:26 +03:00
Sina Atalay
ca177d4888 Fix Windows test 2026-02-06 03:14:49 +03:00
Sina Atalay
414cbba6d4 Ignore some ty errors 2026-02-06 01:03:56 +03:00
Sina Atalay
489043d76f Format pyproject.toml and bump dev dependencies 2026-02-06 00:51:34 +03:00
Sina Atalay
f1ae13c95d Make path serialization more robust 2026-02-06 00:47:25 +03:00
Hoàng Trọng Trà
5afb8bf8cd Fix typo: 'wory' -> 'worry' in README and docs (#616) 2025-12-31 17:44:00 +03:00
Sina Atalay
24b89bec90 Don't allow extra keys in top schema model 2025-12-26 23:18:17 +03:00
Sina Atalay
68ea7c35e0 Fix YAML composer 2025-12-26 16:37:12 +03:00
Sina Atalay
0208abe000 Update optional and required dependencies 2025-12-26 15:37:49 +03:00
Sina Atalay
21543131f3 Raise error for not provided url in links 2025-12-26 15:37:49 +03:00
Sina Atalay
1168d0288d Monkey-patch the YAML composer to treat aliases as literal strings 2025-12-26 15:37:49 +03:00
Mattia
c9cefc167a feat(locale): add Dutch (NL) locale (#585)
* feat(locale): add Dutch (NL) locale

* Fix locale Dutch requested by maintainer
2025-12-25 14:33:00 +03:00
AbId KhAn
2276102233 fix the filename in pdf header rendercv/rendercv#557 (#575) 2025-12-25 12:57:54 +03:00
Alvin De Cruz
71298ca060 Replace asserts with explicit error handling (#589) 2025-12-25 12:42:03 +03:00
Sina Atalay
8cac0e9984 Update changelog for v2.6 v2.6 2025-12-23 20:03:49 +03:00
Sina Atalay
32d67b0d13 Improve markdown templates 2025-12-23 20:03:33 +03:00
Matías Zapata Contreras
1d9deda101 Fix Unicode corruption in sample YAML name generation (#570)
* fix(sample-generator): remove unnecessary unicode-escape decoding for name

* test(sample-generator): add test for creating model with unicode name
2025-12-23 19:36:50 +03:00
Sina Atalay
7aa105a3b5 Add web app to docs navbar 2025-12-23 16:31:08 +03:00