• Joined on 2026-02-16
hugo pushed to main at hugo/RuDS 2026-07-24 09:43:14 +00:00
da13bac755 fix: more work on background tasks
hugo opened issue hugo/RuDS#111 2026-07-24 07:36:09 +00:00
Align background task execution and progress with bDS2
hugo pushed to main at hugo/RuDS 2026-07-24 07:20:36 +00:00
c187108f89 Localize category labels in blog menus.
hugo closed issue hugo/RuDS#110 2026-07-24 07:18:25 +00:00
Render translated category labels in blog menus
hugo opened issue hugo/RuDS#110 2026-07-24 07:11:27 +00:00
Render translated category labels in blog menus
hugo pushed to main at hugo/RuDS 2026-07-24 07:00:14 +00:00
7a3c5683e7 feat: reworked the category editing
hugo closed issue hugo/RuDS#109 2026-07-24 06:52:39 +00:00
Move multilingual category editor to Tags
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…