Prepare v2.4.0 in comments and changelog (#193)

* prepare for v2.4.0 release

* added issue numbers for changelog v2.4.0
This commit is contained in:
daniel 2024-07-10 07:34:19 +02:00 committed by GitHub
commit e8a2096184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 82 additions and 81 deletions

View file

@ -1,6 +1,5 @@
version 2.?.? (29 Jun 2023)
- Rewrote user guide, thanks to David Seus (#58, #169). The new user guide is
still incomplete.
version 2.4.0 (08 Jul 2024)
- Rewrote user guide, thanks to David Seus (#58, #106, #169).
- Fixed "Underfull \hbox (badness 10000)" warning in \makecvtitle (#162).
- Fixed unnecessary academicons warning when academicons aren't used (#161).
- Fixed page counts unnecessarily linking to the last page of the PDF (#159).
@ -21,10 +20,10 @@ version 2.?.? (29 Jun 2023)
- Added Codeberg and Mastodon social icons (#107).
- New \social options: arXiv, INSPIRE (#185)
- Systematize colors and make them user adjustable. See documentation for details.
This requires the \moderncvcolor to be issued BEFORE \moderncvstyle.
- all styles: make the head options 'details' and 'nodetails' available to the user. (previously they were hidden). Oldstyle does not respond too well to nodetails.
- casual style: make the head options 'alternate', 'details' and 'nodetails' available to the user. (previously they were hidden).
- Setting \listitemsymbolspace allows custom spacing between list symbol and text item (for \cvlistitem and \cvlistdoubleitem).
This requires the \moderncvcolor to be issued BEFORE \moderncvstyle (#151).
- all styles: make the head options 'details' and 'nodetails' available to the user. (previously they were hidden). Oldstyle does not respond too well to nodetails (#150).
- casual style: make the head options 'alternate', 'details' and 'nodetails' available to the user. (previously they were hidden) (#150).
- Setting \listitemsymbolspace allows custom spacing between list symbol and text item (for \cvlistitem and \cvlistdoubleitem) (#74).
- Introducing \cvtripleitem command for items in three columns. Closing feature request #174.
- Fixed wrong cvlistitem vspace caused by multiline section titles in fancy style (#69).