Commit graph

26 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
7766eccc4a
Update CHANGELOG 2025-12-03 19:50:18 +01:00
Héctor Ramón Jiménez
aa8c0c3f4c
Fix contribution counting in changelog generator 2025-12-03 06:13:46 +01:00
Héctor Ramón Jiménez
38b6b68a85
Sort authors in changelog by number of contributions 2025-12-03 06:00:14 +01:00
Héctor Ramón Jiménez
9d81ec8b42
Sanitize \r in changelog generator example 2025-12-03 05:24:05 +01:00
Héctor Ramón Jiménez
82544c39ca
Show percentage in changelog generator example 2025-12-03 05:23:46 +01:00
Héctor Ramón Jiménez
3fc85b900d
Show author in a new line in changelog generator 2025-12-02 05:20:58 +01:00
Héctor Ramón Jiménez
242ba99964
Show created_at date in changelog generator 2025-12-02 04:51:34 +01:00
Héctor
c67f523818
Merge pull request #2992 from semiversus/mailto
Remove `Url::scheme` check in `markdown::parse_with`
2025-11-21 05:22:20 +01:00
Dave Horner
11cbfd8a65
Enable derive feature for serde in changelog example
Co-authored-by: davehorner <davehorner@users.noreply.github.com>
2025-11-21 04:53:38 +01:00
Héctor Ramón Jiménez
918e45824a
Stop parsing Url in markdown
CommonMark accepts any URI.

Co-authored-by: nico2sh <mail@nico2sh.com>
2025-11-21 04:45:11 +01:00
Héctor Ramón Jiménez
5ca5000cdc
Add elided lifetimes to view helpers in examples 2025-06-24 14:29:36 +02:00
Héctor Ramón Jiménez
fd1101bd5f
Unify Program definition in iced_program subcrate 2025-03-12 02:10:42 +01:00
Héctor Ramón Jiménez
91af1c5ed6
Update all examples to Rust 2024 2025-02-21 01:37:14 +01:00
Héctor Ramón Jiménez
f8c71a20a9
Rename on_link_clicked to on_link_click 2025-02-04 21:22:01 +01:00
Héctor Ramón Jiménez
24cf355e96
Fix documentation of markdown and rich_text 2025-02-04 19:07:24 +01:00
Héctor Ramón Jiménez
5655998761
Draft Viewer trait for markdown 2025-02-04 07:53:56 +01:00
Héctor Ramón Jiménez
e2c52c9728
Implement AI gallery example 🎉
It displays the most popular daily images of Civitai!
2025-01-27 05:01:43 +01:00
Héctor Ramón Jiménez
f4d03870dd
Dismiss large-enum-variant lint 2024-10-22 03:01:24 +02:00
Héctor Ramón Jiménez
7f5b6261c6
Fix unnecessary to_string call in changelog tool 2024-09-18 02:32:05 +02:00
Héctor Ramón Jiménez
ce5834979c
Fix deserialization of PullRequest with empty body in changelog tool 2024-09-18 02:26:01 +02:00
Héctor Ramón Jiménez
e36e042093
Fix Changed entries considered as Added in changelog tool 2024-09-18 02:24:56 +02:00
Héctor Ramón Jiménez
b3a365f9ca
Fix Changelog::parse when multiple # present in entry 2024-09-18 02:24:22 +02:00
Héctor Ramón Jiménez
ddcf9262f5
Fix duplicated contributions in changelog tool 2024-09-18 02:22:52 +02:00
Héctor Ramón Jiménez
4c9223c1cb
Add tracing-subscriber to changelog tool 2024-09-18 02:22:09 +02:00
Héctor Ramón Jiménez
1be278e60c
Save CHANGELOG.md after each review in changelog tool 2024-09-18 00:21:56 +02:00
Héctor Ramón Jiménez
547e509683
Implement a changelog-generator tool and example 2024-09-17 04:44:56 +02:00