Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps rendercv[full] from 2.2 to 2.6.

Release notes

Sourced from rendercv[full]'s releases.

v2.6

Full Changelog: rendercv/rendercv@v2.5...v2.6

Added

  • Bluesky has been added as a social network type (#560).
  • Built-in locale defaults for 2 additional languages have been added: Danish and Indonesian (#556, #567).

Fixed

  • Unicode corruption in sample YAML name generation has been fixed (#570).
  • Typst syntax is no longer included in Markdown and HTML outputs (#563, #564).

New Contributors

v2.5

Full Changelog: rendercv/rendercv@v2.4...v2.5

Changed

  • Top note and footer now have more placeholder options available.

Fixed

  • The --design, --locale, and --settings options of the rendercv render command now work correctly (#543).
  • Multiline summary rendering issues in entries have been fixed.

v2.4

RenderCV is back on track!

This is a major release that closes 24 issues and includes a full refactor of the codebase. A large amount of technical debt has been eliminated, resulting in a cleaner, more predictable system. Many parts of RenderCV now behave more consistently and are easier to extend.

The README and full documentation have been fully rewritten. Make sure to explore them. There’s a lot of new guidance, clearer explanations, and updated examples.

If you use VS Code, check this out: Set Up VS Code for RenderCV.

Typst templates have been greatly simplified, and RenderCV now ships with its own official Typst package. When upgrading to v2.4, review your updated Typst files to see the improved structure.

If you're interested in learning how a project like RenderCV is designed, managed, and built, the Developer Guide now serves as an educational resource that explains the architecture, technologies, and workflows behind it.

Full Changelog: rendercv/rendercv@v2.3...v2.4

Added

  • A new optional cv.headline field has been added to display a position title at the top of the CV (#442).
  • Built-in locale defaults for 11 languages have been added: French, German, Hindi, Italian, Japanese, Korean, Mandarin Chinese, Portuguese, Russian, Spanish, and Turkish. Users can now use these locales without writing all the translations themselves.
  • Nested bullet points are now supported in highlights (#177).

... (truncated)

Changelog

Sourced from rendercv[full]'s changelog.

[2.6] - December 23, 2025

Full Changelog: [v2.5...v2.6]

Added

  • Bluesky has been added as a social network type (#560).
  • Built-in locale defaults for 2 additional languages have been added: Danish and Indonesian (#556, #567).

Fixed

  • Unicode corruption in sample YAML name generation has been fixed (#570).
  • Typst syntax is no longer included in Markdown and HTML outputs (#563, #564).

[2.5] - December 13, 2025

Full Changelog: [v2.4...v2.5]

Changed

  • Top note and footer now have more placeholder options available.

Fixed

  • The --design, --locale, and --settings options of the rendercv render command now work correctly (#543).
  • Multiline summary rendering issues in entries have been fixed.

[2.4] - December 10, 2025

Full Changelog: [v2.3...v2.4]

Added

  • A new optional cv.headline field has been added to display a position title at the top of the CV (#442).
  • Built-in locale defaults for 11 languages have been added: French, German, Hindi, Italian, Japanese, Korean, Mandarin Chinese, Portuguese, Russian, Spanish, and Turkish. Users can now use these locales without writing all the translations themselves.
  • Nested bullet points are now supported in highlights (#177).
  • WhatsApp has been added as a social network type (#319).
  • The cv.custom_connections field has been added to allow users to define custom header connections with a placeholder (displayed text), optional URL, and Font Awesome icon name (#408).
  • Support for multiple email addresses, websites, and phone numbers has been added (#541).
  • --quiet option has been added rendercv render command to suppress all messages (#394).

Changed

  • RenderCV now uses its own Typst package, making Typst templates much clearer and simpler. The package is maintained at rendercv/rendercv-typst.
  • The documentation has been completely rewritten, including the user guide and developer guide.
  • The design field structure has been completely redesigned for better clarity and organization.
  • The rendercv_settings field has been renamed to settings.
  • The rendercv_settings.date field has been renamed to settings.current_date.

Fixed

... (truncated)

Commits
  • 8cac0e9 Update changelog for v2.6
  • 32d67b0 Improve markdown templates
  • 1d9deda Fix Unicode corruption in sample YAML name generation (#570)
  • 7aa105a Add web app to docs navbar
  • c61bba3 docs: remove pyright and pre-commit from developer guide and mention ty and p...
  • 3360db3 feat(locale): add Danish locale (#556)
  • 83114b0 feat(locale): add indonesian locale (#567)
  • 43312b9 Fix tests
  • bfda704 Update examples and schema
  • 12f7aaf Improve Pydantic error handling
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rendercv[full]](https://github.com/rendercv/rendercv) from 2.2 to 2.6.
- [Release notes](https://github.com/rendercv/rendercv/releases)
- [Changelog](https://github.com/rendercv/rendercv/blob/main/docs/changelog.md)
- [Commits](rendercv/rendercv@v2.2...v2.6)

---
updated-dependencies:
- dependency-name: rendercv[full]
  dependency-version: '2.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant