Releases: rochacbruno/marmite
0.2.7
Tip
Expand the "Assets" section below to download the binaries for this release.
What's Changed
- tests: increase coverage by @rochacbruno in #314
- docs: Add more installation sources by @rochacbruno in #317
- feat: add shortcodes functionality by @rochacbruno in #320
- Feat/urls by @rochacbruno in #321
- Feat/gallery by @rochacbruno in #326
- Handle utf8 encoded-URLs for non ascii filenames in server by @makapuf in #325
- Feat/gallerytext by @rochacbruno in #328
- Feat/python by @rochacbruno in #333
- build(deps): bump clap from 4.5.41 to 4.5.42 by @dependabot[bot] in #331
- build(deps): bump serde_json from 1.0.141 to 1.0.142 by @dependabot[bot] in #332
- feat(error-handling): Refactor error handling in site generation by @rochacbruno in #334
- ci: reorg tests by @rochacbruno in #335
- build(deps): bump clap from 4.5.42 to 4.5.43 by @dependabot[bot] in #336
- build(deps): bump comrak from 0.40.0 to 0.41.0 by @dependabot[bot] in #337
- fix: embedded shortcodes not being loaded when no shortcodes directory exists by @rochacbruno in #339
- refactor: centralize regex patterns in dedicated module by @rochacbruno in #341
- fix: use media_path from config instead of hardcoded value by @rochacbruno in #342
- Add preferred theme scheme option by @Svenito in #363
- build(deps): bump rayon from 1.10.0 to 1.11.0 by @dependabot[bot] in #343
- build(deps): bump zip from 4.3.0 to 5.1.1 by @dependabot[bot] in #353
- build(deps): bump indexmap from 2.10.0 to 2.11.4 by @dependabot[bot] in #355
- build(deps): bump clap from 4.5.43 to 4.5.48 by @dependabot[bot] in #356
- build(deps): bump tempfile from 3.20.0 to 3.23.0 by @dependabot[bot] in #361
- build(deps): bump glob from 0.3.2 to 0.3.3 by @dependabot[bot] in #364
- build(deps): bump image from 0.25.6 to 0.25.8 by @dependabot[bot] in #365
- build(deps): bump ureq from 3.0.12 to 3.1.2 by @dependabot[bot] in #366
- build(deps): bump regex from 1.11.1 to 1.12.1 by @dependabot[bot] in #367
- build(deps): bump comrak from 0.41.0 to 0.43.0 by @dependabot[bot] in #368
- feat: live reload by @guibeira in #370
- Pedantic fixes by @rochacbruno in #372
- feat: use fallback server bind address by @guibeira in #378
- build(deps): bump indexmap from 2.11.4 to 2.12.0 by @dependabot[bot] in #373
- build(deps): bump serde from 1.0.226 to 1.0.228 by @dependabot[bot] in #374
- build(deps): bump zip from 5.1.1 to 6.0.0 by @dependabot[bot] in #375
- build(deps): bump clap from 4.5.48 to 4.5.49 by @dependabot[bot] in #376
- build(deps): bump chrono from 0.4.41 to 0.4.42 by @dependabot[bot] in #377
- build(deps): bump log from 0.4.27 to 0.4.28 by @dependabot[bot] in #379
- build(deps): bump rust-embed from 8.7.2 to 8.8.0 by @dependabot[bot] in #380
- build(deps): bump tungstenite from 0.21.0 to 0.28.0 by @dependabot[bot] in #381
- build(deps): bump regex from 1.12.1 to 1.12.2 by @dependabot[bot] in #383
- build(deps): bump clap from 4.5.49 to 4.5.50 by @dependabot[bot] in #382
- build(deps): bump unicode-normalization from 0.1.24 to 0.1.25 by @dependabot[bot] in #384
- build(deps): bump rust-embed from 8.8.0 to 8.9.0 by @dependabot[bot] in #385
- build(deps): bump tera from 1.20.0 to 1.20.1 by @dependabot[bot] in #386
- build(deps): bump comrak from 0.43.0 to 0.47.0 by @dependabot[bot] in #387
- build(deps): bump clap from 4.5.50 to 4.5.51 by @dependabot[bot] in #388
- fix: Keep post title capitalization in listings by @ianthetechie in #390
- Minor contributing guide edits by @ianthetechie in #389
- build(deps): bump serde_json from 1.0.142 to 1.0.145 by @dependabot[bot] in #392
- build(deps): bump ureq from 3.1.2 to 3.1.4 by @dependabot[bot] in #391
- docs: Update marmite installation command in example by @PedroDrago in #393
- No Unwrap by @rochacbruno in #395
- build(deps): bump image from 0.25.8 to 0.25.9 by @dependabot[bot] in #398
- build(deps): bump indexmap from 2.12.0 to 2.12.1 by @dependabot[bot] in #399
- build(deps): bump clap from 4.5.51 to 4.5.53 by @dependabot[bot] in #400
- build(deps): bump comrak from 0.47.0 to 0.48.0 by @dependabot[bot] in #401
- Set greentext to false by default. by @rochacbruno in #402
- Fix Obsidian links pointing to different slug. by @rochacbruno in #403
- Fix special characters on tags by @rochacbruno in #406
- build(deps): bump log from 0.4.28 to 0.4.29 by @dependabot[bot] in #408
- build(deps): bump comrak from 0.48.0 to 0.49.0 by @dependabot[bot] in #409
- build(deps): bump zip from 6.0.0 to 7.0.0 by @dependabot[bot] in #410
- feat: add max image size by @leandrodamascena in #411
New Contributors
- @makapuf made their first contribution in #325
- @Svenito made their first contribution in #363
- @guibeira made their first contribution in #370
- @ianthetechie made their first contribution in #390
- @PedroDrago made their first contribution in #393
- @leandrodamascena made their first contribution in #411
Full Changelog: 0.2.6...0.2.7
0.2.6
Tip
Expand the "Assets" section below to download the binaries for this release.
What's Changed
- bugfix: Fix RSS feed generation with compliant URL. by @cauabernardino in #223
- build(deps): bump clap from 4.5.28 to 4.5.30 by @dependabot[bot] in #229
- build(deps): bump rss from 2.0.11 to 2.0.12 by @dependabot[bot] in #227
- build(deps): bump serde from 1.0.217 to 1.0.218 by @dependabot[bot] in #230
- build(deps): bump log from 0.4.25 to 0.4.26 by @dependabot[bot] in #231
- build(deps): bump serde_json from 1.0.138 to 1.0.139 by @dependabot[bot] in #232
- build(deps): bump rust-embed from 8.5.0 to 8.6.0 by @dependabot[bot] in #233
- build(deps): bump clap from 4.5.30 to 4.5.31 by @dependabot[bot] in #234
- build(deps): bump comrak from 0.35.0 to 0.36.0 by @dependabot[bot] in #235
- build(deps): bump chrono from 0.4.39 to 0.4.40 by @dependabot[bot] in #236
- build(deps): bump serde from 1.0.218 to 1.0.219 by @dependabot[bot] in #237
- build(deps): bump serde_json from 1.0.139 to 1.0.140 by @dependabot[bot] in #238
- build(deps): bump indexmap from 2.7.1 to 2.8.0 by @dependabot[bot] in #241
- build(deps): bump clap from 4.5.31 to 4.5.32 by @dependabot[bot] in #240
- build(deps): bump env_logger from 0.11.6 to 0.11.7 by @dependabot[bot] in #239
- build(deps): bump clap from 4.5.32 to 4.5.34 by @dependabot[bot] in #245
- build(deps): bump comrak from 0.36.0 to 0.37.0 by @dependabot[bot] in #246
- build(deps): bump log from 0.4.26 to 0.4.27 by @dependabot[bot] in #247
- contributors.py: exclude users with
Bottype by @botantony in #249 - build(deps): bump indexmap from 2.8.0 to 2.9.0 by @dependabot[bot] in #250
- build(deps): bump clap from 4.5.34 to 4.5.35 by @dependabot[bot] in #251
- build(deps): bump env_logger from 0.11.7 to 0.11.8 by @dependabot[bot] in #252
- build(deps): bump comrak from 0.37.0 to 0.38.0 by @dependabot[bot] in #253
- build(deps): bump rust-embed from 8.6.0 to 8.7.0 by @dependabot[bot] in #254
- build(deps): bump clap from 4.5.35 to 4.5.36 by @dependabot[bot] in #255
- Fix feed URL (duplicated
http://) by @cuducos in #257 - build(deps): bump clap from 4.5.36 to 4.5.37 by @dependabot[bot] in #259
- Fix :Add auto theme switching based on system preferences by @Keerthi421 in #262
- build(deps): bump comrak from 0.38.0 to 0.39.0 by @dependabot[bot] in #266
- build(deps): bump chrono from 0.4.40 to 0.4.41 by @dependabot[bot] in #265
- Fixes #258 by ignoring the generated folder by @sejo in #267
- build(deps): bump rust-embed from 8.7.0 to 8.7.1 by @dependabot[bot] in #270
- build(deps): bump clap from 4.5.37 to 4.5.38 by @dependabot[bot] in #269
- build(deps): bump rust-embed from 8.7.1 to 8.7.2 by @dependabot[bot] in #271
- Uses
site.logo_imageas header when available by @cuducos in #273 - Adds
--httpsoption by @cuducos in #272 - build(deps): bump clap from 4.5.38 to 4.5.39 by @dependabot[bot] in #276
- Adding Code World, No Blanket blog to Marmite showcase by @chbrown13 in #278
- Fixes a broken link by @yosephberhanu in #280
- build(deps): bump clap from 4.5.39 to 4.5.40 by @dependabot[bot] in #282
- build(deps): bump indexmap from 2.9.0 to 2.10.0 by @dependabot[bot] in #283
- build(deps): bump comrak from 0.39.0 to 0.39.1 by @dependabot[bot] in #284
- feat: migrate from Just to Mask task runner by @Copilot in #285
- feat: Add next and previous post links by @rochacbruno in #287
- feat: Add CONTEXT.md for AI context by @rochacbruno in #288
- build(deps): bump clap from 4.5.40 to 4.5.41 by @dependabot[bot] in #289
- fix: prevent media file links from being converted to HTML links by @rochacbruno in #290
- feat: add markdown source publishing and linking by @rochacbruno in #291
- docs: Add comprehensive documentation analysis and missing guides by @rochacbruno in #292
- feat: add automatic banner image download with picsum provider by @rochacbruno in #294
- feat: implement IndieWeb microformats compliance across all templates by @rochacbruno in #295
- feat: implement draft stream filtering for feeds and search by @rochacbruno in #297
- feat: implement configurable markdown parser options by @rochacbruno in #299
- build(deps): bump serde_json from 1.0.140 to 1.0.141 by @dependabot[bot] in #300
- feat: update ureq dependency to 3.0.12 and fix image provider by @rochacbruno in #303
- docs: add comprehensive guide for using Lychee link checker with Marmite by @rochacbruno in #305
- feat: add filename-based stream support and stream display names by @rochacbruno in #306
- feat: update templates to use url_for function for asset links by @rochacbruno in #307
- feat: add --theme CLI option to override configuration theme by @rochacbruno in #308
- feat: implement Series feature for grouping related content by @rochacbruno in #309
- fix: filter out drafts by @rochacbruno in #310
- fix: use url_for and indieweb on theme_template by @rochacbruno in #311
- feat: Remote Theme Download by @rochacbruno in #313
New Contributors
- @botantony made their first contribution in #249
- @cuducos made their first contribution in #257
- @Keerthi421 made their first contribution in #262
- @sejo made their first contribution in #267
- @chbrown13 made their first contribution in #278
- @yosephberhanu made their first contribution in #280
- @Copilot made their first contribution in #285
Full Changelog: 0.2.5...0.2.6
0.2.5
Tip
Expand the "Assets" section below to download the binaries for this release.
What's Changed
- Adding the minimal theme to Marmite by @oliveira-mark in #215
- Adding minimal_wb theme based on minimal but with black and white background by @rochacbruno
- docs: installing on ArchLinux and FreeBSD by @haskelldutra in #217
- feat: Add enable_related_content flag by @cauabernardino in #221
- build(deps): bump serde_json from 1.0.137 to 1.0.138 by @dependabot in #222
Bug fixes
- fix for #213 on ubuntu by @rochacbruno
others
- Showcase of sites powered by marmite added to demo site
New Contributors
- @oliveira-mark made their first contribution in #215
- @haskelldutra made their first contribution in #217
- @cauabernardino made their first contribution in #221
Full Changelog: 0.2.4...0.2.5
0.2.4
Tip
Expand the "Assets" section below to download the binaries for this release.
What's Changed
- Add "comments" attribute by @soutade in #209
- Fix internal links with heading not working by @rodrigocam in #211
- Add support for extra static folders in configuration by @Marcelo-maga in #212
- Fix backlinks must not link to same page by @rochacbruno
- feat: Add support fot callouts/alerts by @rochacbruno
New Contributors
- @soutade made their first contribution in #209
- @rodrigocam made their first contribution in #211
- @Marcelo-maga made their first contribution in #212
Full Changelog: 0.2.3...0.2.4
0.2.3
Tip
Expand the "Assets" section below to download the binaries for this release.
What's Changed
- Gotta go fast by @rochacbruno in #171
- chore: Reorg content module by @rochacbruno in #172
- feat: incremental build, using modified timestamp by @rochacbruno in #174
- build(deps): bump indexmap from 2.6.0 to 2.7.0 by @dependabot in #176
Full Changelog: 0.2.2...0.2.3
0.2.2
Tip
Expand the "Assets" section below to download the binaries for this release.
What's Changed
- More date formats by @rochacbruno in #158
- fix: tag border by @rochacbruno in #160
- Rebuilt when config change by @rochacbruno in #161
- feat:allow overriding any listing page via markdown by @rochacbruno in #162
- chore: Bump dependencies + filter logs by @rochacbruno in #163
- feat: allow customization of page fragments by @rochacbruno in #164
- feat: allow sidebar and other layout blocks via markdown by @rochacbruno in #165
- feat: config via cli by @rochacbruno in #166
- feat: generate JSON feeed by @rochacbruno in #167
Full Changelog: 0.2.1...0.2.2
0.2.1
Tip
Expand the "Assets" section below to download the binaries for this release.
What's Changed
- feat: Add dockerfile + fix file path bug. by @rochacbruno in #139
- fix: bug loading custom_ templates by @rochacbruno in #140
- feat: colorschemes by @rochacbruno in #144
- Bump fg by @rochacbruno in #145
- Replace images by @rochacbruno in #146
- feat: Multiple: Pinned, default author, md fragments, css adjusts by @rochacbruno in #155
- feat: JSON LD and rewrites on demo site by @rochacbruno in #156
- Small fixes by @rochacbruno in #157
Full Changelog: 0.2.0...0.2.1
0.2.0
Tip
Expand the "Assets" section below to download the binaries for this release.
What's Changed
- misc: list content on group pages by @rochacbruno in #111
- feat: initial seo OG block by @rochacbruno in #112
- feat: extract card image from html if not defined by @rochacbruno in #113
- feat: add default date format by @zuramai in #110
- build(deps): bump url from 2.5.2 to 2.5.3 by @dependabot in #119
- feat(breaking): Global groups by @rochacbruno in #120
- feat: Obsidian style links and tests by @rochacbruno in #122
- feat: wetie build info by @rochacbruno in #123
- feat: author and multi author support by @rochacbruno in #124
- fix: css banner, content-author and author profile by @karlamagueta in #128
- misc: extract the title out of the markdown text by @rochacbruno in #125
- fix: clear author map by @rochacbruno in #129
- misc: Group Author Avatar + Bug fix by @rochacbruno in #130
- feat: Stream of content by @rochacbruno in #131
- fix: streams ordering by @rochacbruno in #132
- misc: add date to group page by @rochacbruno in #133
- feat: allow replace of index page + site banner image by @rochacbruno in #135
- Generate config by @rochacbruno in #136
- feat: RSS feeds by @rochacbruno in #137
New Contributors
- @zuramai made their first contribution in #110
- @dependabot made their first contribution in #119
Full Changelog: 0.1.8...0.2.0
0.1.8
Tip
Expand the "Assets" section below to download the binaries for this release.
What's Changed
- Repeated title annoyance by @rdenadai in #91
- Repeated title annoyance by @rdenadai in #92
- Cards description by @rdenadai in #94
- Backlinks by @rochacbruno in #95
- Archive by @rochacbruno in #96
- ci: add Windows builds by @lincolnthalles in #100
- Build static search index by @rdenadai in #103
- misc:Moved enable_search to config file. by @rochacbruno in #104
- misc: Back-end engineer trying to style a search bar. by @rochacbruno in #105
- Small css tweak to fix theme by @rdenadai in #107
- misc: Refactor get_date, make it testable by @rochacbruno in #106
- fix: Light mode code background fix by @rochacbruno in #108
- fix: padding cards | search icon and menu by @karlamagueta in #109
New Contributors
- @lincolnthalles made their first contribution in #100
Full Changelog: 0.1.7...0.1.8
0.1.7
What's Changed
- fix: ajuste menu responsivo sem underline by @karlamagueta in #85
- Add
--init-templatesand--start-themeFlags by @SkySingh04 in #86 - Pagination by @rochacbruno in #88
- Get started & Hero section by @rochacbruno in #89
Full Changelog: 0.1.6...0.1.7