• Joined on 2026-02-16
hugo opened issue hugo/RuDS#109 2026-07-24 06:44:28 +00:00
Move multilingual category editor to Tags
hugo closed issue hugo/RuDS#108 2026-07-24 05:22:56 +00:00
Match bDS2 full-site generation performance
hugo commented on issue hugo/RuDS#108 2026-07-24 05:22:53 +00:00
Match bDS2 full-site generation performance

Resolved in d9085cf. RuDS now matches bDS2's full-generation execution model: all online CPU workers are used, rendering sections run independently, reusable render data and compiled templates are…

hugo pushed to main at hugo/RuDS 2026-07-24 05:11:02 +00:00
d9085cf681 fix: still working on rendering speed
hugo pushed to main at hugo/RuDS 2026-07-24 04:22:48 +00:00
473c48937d fix: align rendering process with bds2
hugo closed issue hugo/RuDS#107 2026-07-23 21:10:54 +00:00
Show estimated progress for background rendering tasks
hugo pushed to main at hugo/RuDS 2026-07-23 21:07:44 +00:00
28119c15b7 fix: display fix for tasks with long titles
hugo opened issue hugo/RuDS#108 2026-07-23 21:06:14 +00:00
Match bDS2 full-site generation performance
hugo pushed to main at hugo/RuDS 2026-07-23 20:48:56 +00:00
87318c8b22 fix: hopefully fixed the background task progress situation
hugo opened issue hugo/RuDS#107 2026-07-23 20:01:27 +00:00
Show estimated progress for background rendering tasks
hugo pushed to main at hugo/RuDS 2026-07-23 19:51:17 +00:00
ea90167a5a fix: fixed rendering from validate-apply
hugo closed issue hugo/RuDS#106 2026-07-23 08:23:53 +00:00
RuDS is missing the forced re-render of bDS2
hugo commented on issue hugo/RuDS#106 2026-07-23 08:23:46 +00:00
RuDS is missing the forced re-render of bDS2

Implemented in commit 2844ed5. Added a distinct forced full-render mode across the native Blog menu (Cmd/Ctrl+Shift+R), desktop task workflow, CLI render --force, TUI force-render, all five render…

hugo pushed to main at hugo/RuDS 2026-07-23 08:23:11 +00:00
2844ed5a47 Add forced full-site rendering
hugo closed issue hugo/RuDS#105 2026-07-23 07:56:08 +00:00
Make site validation match bDS2 incremental performance
hugo commented on issue hugo/RuDS#105 2026-07-23 07:56:01 +00:00
Make site validation match bDS2 incremental performance

Implemented and verified the bDS2-compatible incremental validation path. Commit 4de0b6b derives the route manifest from published snapshots without rendering templates or hashing generated…

hugo pushed to main at hugo/RuDS 2026-07-23 07:55:28 +00:00
d87e80f96b Match bDS2 zero-byte route validation
hugo closed issue hugo/RuDS#104 2026-07-23 07:47:20 +00:00
git commits that are not uploaded should be color coded
hugo commented on issue hugo/RuDS#104 2026-07-23 07:47:14 +00:00
git commits that are not uploaded should be color coded

Implemented in 3e3b2d9. Git history entries now use bDS2-compatible 8×8 sync-status dots instead of monochrome glyphs: synced/both is #73c991 green, local-only is #cca700 warning yellow, and…

hugo pushed to main at hugo/RuDS 2026-07-23 07:47:02 +00:00
3e3b2d9698 Color-code Git commit sync status