We have some new and nice features. A big thank you to our eight new contributors!
> **Full Changelog**: https://github.com/rendercv/rendercv/compare/v1.14...v1.15
Added
- Four new options are added to the `rendercv render` command:
- `--watch` (170). It re-runs RenderCV automatically whenever the input file changes.
- `--design`, `--locale_catalog`, and `--rendercv_settings` (220). They take the `design`, `locale_catalog`, and `rendercv_settings` fields as separate YAML files.
- The docker image of RenderCV is pushed to [Docker Hub](https://hub.docker.com/r/rendercv/rendercv) (#222).
- Telegram has been added as a social network type (187).
- Math equations are now displayed in HTML with KaTeX (200)
Changed
- Math equations are now written between `$$` instead of `$`.
Fixed
- Path issues related to custom themes outside of root have been solved (240).
- URL escaping issues have been solved (223, 236).
- Placeholders can now be used in the `rendercv_settings.render_command.output_folder_name` field.
- Special $\LaTeX$ characters are now escaped in the section titles.
- DOI rendering issues have been solved (184).
- The `rendercv_settings.render_command.use_local_latex_command` field has been fixed (178).
- The issue of rendering when PDF is open on Windows has been handled (172).
- $ sign now works without escaping (154)
- Timespan calculation has been fixed (180).
- `PublicationEntry`'s `url` field's $\LaTeX$ character escaping issues have been fixed ([236](https://github.com/rendercv/rendercv/issues/236)).
New Contributors
* kito323 made their first contribution in https://github.com/rendercv/rendercv/pull/174
* shawnz made their first contribution in https://github.com/rendercv/rendercv/pull/208
* CaptureTheFrog made their first contribution in https://github.com/rendercv/rendercv/pull/180
* guruor made their first contribution in https://github.com/rendercv/rendercv/pull/235
* Criyl made their first contribution in https://github.com/rendercv/rendercv/pull/170
* anschmieg made their first contribution in https://github.com/rendercv/rendercv/pull/200
* kiyose made their first contribution in https://github.com/rendercv/rendercv/pull/220
* MathiasVDA made their first contribution in https://github.com/rendercv/rendercv/pull/222