• Joined on 2026-02-16
hugo opened issue hugo/Gotcha#50 2026-08-01 12:57:24 +00:00
Markdown rendering of comment text
hugo closed issue hugo/Gotcha#49 2026-08-01 12:29:19 +00:00
Commits should have a header section above changed files
hugo commented on issue hugo/Gotcha#49 2026-08-01 12:29:09 +00:00
Commits should have a header section above changed files

Implemented in commit 3a69b70.

  • Replaced the changed-files-only request with the typed single-commit Gitea operation so commit details and affected files load together.
  • Added Rust-owned,…
hugo pushed to main at hugo/Gotcha 2026-08-01 12:27:53 +00:00
3a69b70395 Show commit details above changed files
hugo commented on issue hugo/Gotcha#46 2026-08-01 11:43:09 +00:00
manage packages

duplicate to #14

hugo closed issue hugo/Gotcha#46 2026-08-01 11:43:09 +00:00
manage packages
hugo opened issue hugo/RuDS#123 2026-08-01 11:35:07 +00:00
visualisation of running tasks must align with how it was in bDS2
hugo opened issue hugo/RuDS#122 2026-08-01 11:33:13 +00:00
the git actions (fetch, pull, push) use text instead of icons
hugo opened issue hugo/RuDS#121 2026-08-01 11:31:13 +00:00
insert link inserts the link not at the cursor position but at the front
hugo opened issue hugo/RuDS#120 2026-08-01 11:30:01 +00:00
auto-translation gets an error
hugo opened issue hugo/RuDS#119 2026-08-01 11:29:02 +00:00
Editor often blocks, especially on marking text
hugo commented on issue hugo/RuDS#111 2026-08-01 11:19:30 +00:00
Align background task execution and progress with bDS2

implemented

hugo closed issue hugo/RuDS#111 2026-08-01 11:19:30 +00:00
Align background task execution and progress with bDS2
hugo pushed to main at hugo/RuDS 2026-08-01 11:19:09 +00:00
a961cea207 Keep task capacity until terminal results settle.
hugo closed issue hugo/RuDS#117 2026-08-01 10:26:25 +00:00
clicking publish in the bundled app gives a toast with "editor.published"
hugo commented on issue hugo/RuDS#117 2026-08-01 10:26:17 +00:00
clicking publish in the bundled app gives a toast with "editor.published"

Implemented in 9a93767. Added the missing editor.published Fluent message in English, German, French, Italian, and Spanish, using the same wording as bDS2; the German publish toast now reads…

hugo pushed to main at hugo/RuDS 2026-08-01 10:26:07 +00:00
9a937675b4 Localize the post published toast.
hugo closed issue hugo/RuDS#116 2026-08-01 10:20:09 +00:00
auto-translation on first manual save unreliable
hugo commented on issue hugo/RuDS#116 2026-08-01 10:20:05 +00:00
auto-translation on first manual save unreliable

Implemented in c4e5dbb. Automatic first-save translation now rejects blank AI fields before persistence, retries one failed attempt with a localized warning toast, reports the second failure as a…

hugo pushed to main at hugo/RuDS 2026-08-01 10:19:16 +00:00
c4e5dbb8e6 Retry failed automatic translations once.