Releases: mintyfrankie/brilliant-CV
v2.0.3
What's Changed
- fix(cv): delete trailing comma in header name in non-latin by @mintyfrankie in #53
- feat(template): add font overwrite functionality by @mintyfrankie in #56
- Fix schema logic by @willflet in #61
- Unify the style and content of localization in the template by @lamBOOO in #64
- V2.0.3 by @mintyfrankie in #68
New Contributors
Full Changelog: v2.0.1...v2.0.3
v2.0.2: Fix and Flexibility
What's Changed
- fix(cv): delete trailing comma in header name in non-latin by @mintyfrankie in #53
- feat(template): add font overwrite functionality by @mintyfrankie in #56
Full Changelog: v2.0.1...release/v2.0.2
v2.0.1: Various Fixes
Thanks a lot for all the contributors for your suggestions and your bug catching efforts after the new release of v2
version!
What's Changed
- merge preview-v2 branch to main branch by @mintyfrankie in #26
- replace : with = for homepage in metadata.toml by @ericthomasca in #27
- fix: various minor updates by @mintyfrankie in #33
- fix(GitHub): fix compile and deploy documentation action by @mintyfrankie in #35
- fix custom accent color by @alberto-lazari in #36
- feat(github): add compile test workflow by @mintyfrankie in #37
- fix: make custom headerInfo working again by @mintyfrankie in #34
- feat: add TOML schema by @mintyfrankie in #39
- feat: add documentation on release artifact by @mintyfrankie in #41
- fix!(template): correct profile photo import logic by @mintyfrankie in #43
- build: bump import version to v2.0.1 by @mintyfrankie in #44
New Contributors
- @ericthomasca made their first contribution in #27
- @alberto-lazari made their first contribution in #36
Full Changelog: v1.0.0...v2.0.1
v2.0.0: a new Typst Package!
BREAKING CHANGES
Since v2.0.0
, this project will be complied to Typst Package standard. This can allow the template to:
- To be displayed in the Typst Universe for easier usage on Typst online editor
- To allow local development via a single bootstrap command with Typst CLI.
The migration is huge with a lot of breaking changes (including the use of show
rule, and the use of metadata.toml
, for example). I will be working on a migration guide, but feel free to stick on v1
version later on if you find it less cumbersome.
What counts the most is that my stuff can help you have an easier life with your job applications.
By the way, you can buy me a Coke Zero if you think I deserve it!
v1.0.0
v0.7.0: AI Prompt Injection Functionality
Full Changelog: v0.6.0...v0.7.0
v0.6.0: various updates
Full Changelog: v0.5.0...v0.6.0
v0.5.0: various improvements
New Features
- added tags on cvEntry
- added more headerInfo icons
Improvements
- users can now set their own accent colour for the template
- cvSection highlighting is now optional
- cvPublication adopts now Typst newest engine
- cvHonor has now linkable URL property
Bug fixes
- improved nonLatin fonts rendering
Thanks for all the contributors!
v0.4.0: Non-Latin Language Support
New Features
Brilliant-CV now includes non-Latin languages in its Quick-Switch functionality. For now, it concerns Chinese, Korean, Japanese and Russian, but feel free to request more, diversity is much appreciated here.
Add your information in the nonLatinOverwriteInfo
array in metadata.typ
(You will have to install your non-Latin font locally first) and enjoy!
PRs and Issues welcome if you need more clarifications, or you encounter bugs.