-
Notifications
You must be signed in to change notification settings - Fork 5
docs: Add CHANGELOG entry for v1.15.1 release #240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||
|
|
||||||
| ## [Unreleased] | ||||||
|
|
||||||
| ## [v1.15.1] - 2025-12-09 | ||||||
|
|
||||||
| ### Fixed | ||||||
| - **Cross-reference conversion for hyphenated labels**: Support for labels like `tool-comparison`, `multi-step` | ||||||
| - Updated regex patterns to support hyphens in figure, table, equation, and note labels | ||||||
| - Pattern changed from `\w+` to `[\w-]+` for all cross-reference types | ||||||
| - Fixes issue where `@stable:tool-comparison` appeared literally in output | ||||||
|
|
||||||
| - **Bibliography formatting**: Full academic citation format instead of slim "LastName, Year" | ||||||
| - Entry type-specific formatting (article/book/inproceedings/misc) | ||||||
| - Full format: Author (Year). Title. Journal Volume(Number): Pages. DOI | ||||||
| - Proper handling of optional fields (volume, number, pages, publisher) | ||||||
|
|
||||||
| - **LaTeX accent support**: Comprehensive international character rendering | ||||||
| - Added 50+ accent patterns for Portuguese, Spanish, French, German, and other languages | ||||||
| - Examples: `Lu'{\i}s` → Luís, `Jo~{a}o` → João, `L'{o}pez` → López | ||||||
|
||||||
| - Examples: `Lu'{\i}s` → Luís, `Jo~{a}o` → João, `L'{o}pez` → López | |
| - Examples: `Lu\'{\i}s` → Luís, `Jo\~{a}o` → João, `L\'{o}pez` → López |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The release date is set to "2025-12-09" which is today's date. If this release has not yet been published, consider whether this entry should remain in the "Unreleased" section until the release is actually published, following the Keep a Changelog convention of only dating releases when they are actually published.