Skip to content

Releases: kukuri-app/kukuri

kukuri v0.2.6-preview.1

Choose a tag to compare

@github-actions github-actions released this 18 Sep 04:30
4b75194

kukuri v0.2.6-preview.1

Preview channel: preview

This preview includes Windows NSIS, Linux x86_64 AppImage and amd64 Deb, and Linux x86_64/aarch64 CLI archives.

Changes

Features

  • 採用したコミュニティノードの信頼値で投稿を折りたためるようにする (#1061 PR3) (#1130)
  • Remotion + Playwright の制作環境と最小キャプチャ→レンダリング経路を入れる (#1038, #1135)
  • ブロック・ミュートの観測を同意した CN へ提供できるようにする (#1061 PR2) (#1129)
  • trust 絶対値と閲覧者別 relation 値を CN 側で合算し、ブロック・ミュート観測を受け付ける (#1061 PR1) (#1125)
  • 推定による代替表示を枠上の短い表示にし、詳細を dialog へ移す (#1108, #1124)
  • コミュニティノード規約を Markdown で描画し文書ごとに折りたためるようにする (#1106, #1115)

Fixes

  • 再 scan で現在の判定から外れた advisory signal を失効させる (#1109, #1119)
  • 成人向け表示の切替で共有 blob がちらつき、通常画像がスケルトンに残る問題を修正 (#1107, #1114)
  • 開発ビルドの app data を配布版と分け、同意記録に build の種別を残す (#1105, #1113)
  • 初回の関係解析の前に stale alert を出さない (#1102, #1111)
  • relation analyze の間隔を readiness の許容時間内に収まる範囲に制限する (#1101, #1103)
  • startup 再実行後も readiness timer の次回実行を決める (#1097, #1098)
  • 動画抽出の作業領域lock待機と decoder 準備、readiness の失敗分類を追加する (#1091, #1096)

Other

  • prepare v0.2.6-preview.1 release (#1136)
  • CI へ push する前にローカルで検証する規則を追記する (#1134)
  • LP・告知素材の共通brief を追加する (#1037, #1133)
  • cn-images の push を regctl で行う (#1122, #1132)
  • cn-images の 4 image を 1 回の build session で作る (#1122, #1131)
  • rust-tests・Vitest・Playwright の並列度を上げる (#1121, #1128)
  • test の失敗率を測る Kukuri Flake Probe workflow を追加する (#1121, #1127)
  • debuginfo 変更前の成果物を含む Cache Volume を cache-tag の入れ替えで捨てる (#1120, #1126)
  • harness を使わない job の xtask を軽くし Cache Volume の容量を減らす (#1120, #1123)
  • Namespace の Linux 同時実行枠に収まるよう profile と concurrency を見直す (#1117, #1118)
  • CI runner を Namespace へ移し Rust cache を Cache Volume に置く (#1073, #1112)
  • v0.2.5 リリースと #1068 の CN 反映・統合確認を記録 (#1110)
  • update CHANGELOG for v0.2.5-preview.3 (#1104)
  • relation analyze timer が startup 再実行後も継続することを固定する (#1099, #1100)

Included

  • Windows NSIS installer.
  • Tauri updater bundle and signature.
  • latest-preview.json with the embedded .sig contents.
  • SHA256SUMS.txt.
  • THIRD_PARTY_NOTICES.md.
  • Release verification checklist and native notice/source material.

Known limits

  • This is not a general public stable release.
  • macOS and aarch64 GUI packages are not included. Additional Linux desktop/device environments are unverified.
  • If Windows code signing certificates are not configured for this run, SmartScreen warnings are expected for this unsigned preview.

Feedback

Use the in-app Release settings diagnostic report and attach it to the preview feedback issue template.

kukuri v0.2.5-preview.3

Choose a tag to compare

@github-actions github-actions released this 17 Sep 10:10
05820f9

kukuri v0.2.5-preview.3

Preview channel: preview

This preview includes Windows NSIS, Linux x86_64 AppImage and amd64 Deb, and Linux x86_64/aarch64 CLI archives.

Changes

Features

  • 内容判定の共有とOpenAI Moderationの配備を接続 (#1080)
  • 動画抽出とOpenAI Moderationの基礎を追加 (#1060, #1079)
  • タイムライン向け content advisory 一括照会・採用ノード設定・利用規約 version 6 (#1056, #1072)
  • 見つけるで content advisory を成人向けゲートへ合成し取得ゲートへ登録する (#1055, #1071)
  • nsfw / objectionable を content advisory 付きで index し trust 寄与 0・general_action knob を実装 (#1054, #1067)

Fixes

  • Linux package の build 前に libsqlite3-0 を現 APT 候補へ更新する (#1094, #1095)
  • 取り込みの一時的な失敗で索引済み投稿を de-index しない (#1090, #1092)
  • linux-verify に ffmpeg を入れ Fast の CN 依存と揃える (#1087, #1088)
  • 生成 tfvars の moderation 行を段落分けし terraform fmt と一致させる (#1082, #1084)
  • 変更通知の key を共有 replica の種別表で分類し索引 key で全体見直しへ倒れないようにする (#1065, #1077)
  • Column 内の操作で押した Column を active にし route を同期する (#1053, #1076)
  • operator が確定した risk signal を再 scan の集約更新から保護する (#1058, #1075)
  • 「見つける」で解決済み投稿の添付画像を表示する (#1052, #1070)
  • 保存済み verdict の再利用と risk signal の集約、変更 key 単位の ingest (#1050, #1059)

Other

  • DM status refresh 失敗 test の polling 待ちを fake timer 化する (#1086, #1089)
  • 移管後の旧 owner 参照を kukuri-app へ更新する (#1085)
  • prepare v0.2.5-preview.1 release (#1081)
  • #1063 の main 3 run の CI 計測を記録 (#1078)
  • windows-fast の Windows package timeout を 45 分にし cache 設定を見直す (#1063, #1074)
  • #1054 の本番反映を C5(#1068)へ移管した判断を記録 (#1069)
  • #1050 の AC-4 本番計測と Close 判定を記録 (#1066)
  • #1050 の本番反映(T6)記録を追加 (#1064)
  • nsfw / objectionable を content advisory 付きで index する方針を ADR へ固定 (#1051 C1) (#1057)
  • metaberse uiux (#1049)
  • READMEを v0.2.4-preview.1 時点の実装状況へ更新 (#1048)
  • record v0.2.4-preview.1 release and VM rollout (#1047)
  • update CHANGELOG for v0.2.4-preview.1 (#1046)

Included

  • Windows NSIS installer.
  • Tauri updater bundle and signature.
  • latest-preview.json with the embedded .sig contents.
  • SHA256SUMS.txt.
  • THIRD_PARTY_NOTICES.md.
  • Release verification checklist and native notice/source material.

Known limits

  • This is not a general public stable release.
  • macOS and aarch64 GUI packages are not included. Additional Linux desktop/device environments are unverified.
  • If Windows code signing certificates are not configured for this run, SmartScreen warnings are expected for this unsigned preview.

Feedback

Use the in-app Release settings diagnostic report and attach it to the preview feedback issue template.

kukuri v0.2.4-preview.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 08:42
1607e62

kukuri v0.2.4-preview.1

Preview channel: preview

This preview includes Windows NSIS, Linux x86_64 AppImage and amd64 Deb, and Linux x86_64/aarch64 CLI archives.

Changes

Features

  • アバター追従カメラとポインタ固定を追加 (#1027)

Fixes

  • 全画面の描画・高さ・文脈保持を修正 (#1029)
  • カラム実幅に応じた配置と幅変更後の表示位置を修正 (#1028)
  • 所有Domeの管理・再開・削除を可能にする (#1026)
  • monitor community index availability and retire legacy topics (#1019)
  • 返信・日時を読みやすくし、カラムと操作ボタンの配置を修正 (#1017)

Other

  • prepare v0.2.4-preview.1 release (#1045)
  • Metaverseの方位操作と確認済み接続マップを追加 (#1035)
  • MetaverseのHUDをカテゴリメニューと詳細タブへ再設計 (#1030)
  • record v0.2.3-preview.2 release and VM rollout (#1015)
  • update CHANGELOG for v0.2.3-preview.2 (#1014)
  • record release hold and verified DM reconnect fix (#1013)

Included

  • Windows NSIS installer.
  • Tauri updater bundle and signature.
  • latest-preview.json with the embedded .sig contents.
  • SHA256SUMS.txt.
  • THIRD_PARTY_NOTICES.md.
  • Release verification checklist and native notice/source material.

Known limits

  • This is not a general public stable release.
  • macOS and aarch64 GUI packages are not included. Additional Linux desktop/device environments are unverified.
  • If Windows code signing certificates are not configured for this run, SmartScreen warnings are expected for this unsigned preview.

Feedback

Use the in-app Release settings diagnostic report and attach it to the preview feedback issue template.

kukuri v0.2.3-preview.2

Choose a tag to compare

@github-actions github-actions released this 13 Sep 23:17
0aa3fe1

kukuri v0.2.3-preview.2

Preview channel: preview

This preview includes Windows NSIS, Linux x86_64 AppImage and amd64 Deb, and Linux x86_64/aarch64 CLI archives.

Changes

Fixes

  • warm up gossip when another protocol owns the active path (#1012)

Included

  • Windows NSIS installer.
  • Tauri updater bundle and signature.
  • latest-preview.json with the embedded .sig contents.
  • SHA256SUMS.txt.
  • THIRD_PARTY_NOTICES.md.
  • Release verification checklist and native notice/source material.

Known limits

  • This is not a general public stable release.
  • macOS and aarch64 GUI packages are not included. Additional Linux desktop/device environments are unverified.
  • If Windows code signing certificates are not configured for this run, SmartScreen warnings are expected for this unsigned preview.

Feedback

Use the in-app Release settings diagnostic report and attach it to the preview feedback issue template.

kukuri v0.2.2-preview.1

Choose a tag to compare

@github-actions github-actions released this 12 Sep 04:35
60e7ab8

kukuri v0.2.2-preview.1

Preview channel: preview

This preview includes Windows NSIS, Linux x86_64 AppImage and amd64 Deb, and Linux x86_64/aarch64 CLI archives.

Changes

Features

  • 開発者モードでアプリ内ログを閲覧・コピー・書き出しできるようにする (#978, #986)
  • 見つける検索と申請 dialog が索引状況を確認できるようにする(GET /v1/indexing/status) (#975, #985)
  • 設定に「バックアップと復元」section を追加し、Control Center と鍵移行画面から到達できる入口を明示 (#967, #984)
  • 通常画面からプライベートチャンネルの作成・参加・共有へ到達できる入口と案内を追加 (#966, #982)
  • 通知の受信設定を「通知」セクションへ移し、通知一覧と開発者設定に診断・ログの入口を明示 (#962, #979)
  • ブロック導線を一覧・設定へ追加し、ブロック関係の投稿を双方向で非表示にする (#961, #977)

Fixes

  • 全丸ボタンを高密度化し、avatarを常に全丸にする (#983)
  • 添付の対応形式を案内し、非対応ファイルの理由を表示 (#965, #981)
  • 投稿作成を Esc で閉じ、focus ring を可視化し、キーボード操作の案内を追加 (#964, #980)
  • 見つける検索の空状態に検索先・理由・次の行動を表示 (#960, #976)
  • 接続診断の状態説明と回復導線を整理 (#959, #974)
  • show developer mode status and diagnostic shortcuts (#973)
  • explain feedback availability and settings recovery (#972)
  • 更新確認の進捗と結果を通常モードに表示 (#971)
  • preserve visible column context on viewport resize

Other

  • prepare v0.2.2-preview.1 release (#987)
  • record independent audit for issue 918 reopen fix
  • [codex][fix] 年齢未確認の同意ボタンを操作前に識別できるようにする (#969)
  • [codex][fix] 日本語表示とLinuxファイル選択の英語残存を修正 (#968)
  • record v0.2.1-preview.1 release and VM rollout (#955)
  • update CHANGELOG for v0.2.1-preview.1 (#954)

Included

  • Windows NSIS installer.
  • Tauri updater bundle and signature.
  • latest-preview.json with the embedded .sig contents.
  • SHA256SUMS.txt.
  • THIRD_PARTY_NOTICES.md.
  • Release verification checklist and native notice/source material.

Known limits

  • This is not a general public stable release.
  • macOS and aarch64 GUI packages are not included. Additional Linux desktop/device environments are unverified.
  • If Windows code signing certificates are not configured for this run, SmartScreen warnings are expected for this unsigned preview.

Feedback

Use the in-app Release settings diagnostic report and attach it to the preview feedback issue template.

kukuri v0.2.1-preview.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 16:03
f2cdb5c

kukuri v0.2.1-preview.1

Preview channel: preview

This preview includes Windows NSIS, Linux x86_64 AppImage and amd64 Deb, and Linux x86_64/aarch64 CLI archives.

Changes

Fixes

  • keep ScoreGame projections aligned with canonical state (#942)
  • 見つけるの見切れと本文の文字密度を修正 (#918)
  • 初回言語と同意前の言語選択を改善 (#917)
  • 初回同意の年齢確認案内と操作到達性を改善 (#948)
  • report successful negative smoke exit to CI (#911)

Other

  • prepare v0.2.1-preview.1 release (#953)
  • [codex][fix] Column再選択時に古いrouteへ戻らないようにする (#952)
  • record ScoreGame freshness validation (#942)
  • reproduce stale ScoreGame hydration overwrites (#942)
  • 日本語のCI描画環境と監査記録を整える (#917)
  • [codex][fix] 投稿添付UIを表示言語に合わせる (#947)
  • [codex][fix] コミュニティノードの初回案内と同意後の検索復旧 (#946)
  • [codex][fix] 公開投稿後に非activeプロフィールの一覧と件数を更新する (#945)
  • [codex][feature] add refactoring audit trigger and guarded issue upsert (#944)
  • [codex][docs] #872の親完了監査と初回baselineを確定する (#941)
  • [codex][docs] #872 Phase 3の実行結果と実機比較を保存する (#940)
  • isolate CN indexer read-only source resolution (#926, #939)
  • give Dome transition attempts one owner (#924, #937)
  • [codex][contract] CN indexerのsource解決と禁止I/Oを固定する (#935)
  • share prepared CN Dome transfer activation (#922, #936)
  • preserve issue 872 audit and scope records (#938)
  • [codex][refactor:extract] 通知取得とstate反映を単一loaderへ集約する (#933)
  • [codex][contract] Dome遷移の取消・ack喪失・cleanupを固定する (#934)
  • [codex][contract] CN Dome transferの途中失敗とretryを固定する (#932)
  • [codex][fix] Preset取得待ちでもroom一覧の読込みを継続する (#931)
  • characterize notification loading side effects (#919, #929)
  • align capability freeze references with promoted availability (#928, #930)
  • record preview.2 publication and verified VM rollout (#912)
  • update CHANGELOG for v0.2.0-preview.2 (#910)

Included

  • Windows NSIS installer.
  • Tauri updater bundle and signature.
  • latest-preview.json with the embedded .sig contents.
  • SHA256SUMS.txt.
  • THIRD_PARTY_NOTICES.md.
  • Release verification checklist and native notice/source material.

Known limits

  • This is not a general public stable release.
  • macOS and aarch64 GUI packages are not included. Additional Linux desktop/device environments are unverified.
  • If Windows code signing certificates are not configured for this run, SmartScreen warnings are expected for this unsigned preview.

Feedback

Use the in-app Release settings diagnostic report and attach it to the preview feedback issue template.

kukuri v0.2.0-preview.2

Choose a tag to compare

@KingYoSun KingYoSun released this 07 Sep 12:17
af2cf56

kukuri v0.2.0-preview.2

Preview channel: preview

This preview includes Windows NSIS, Linux x86_64 AppImage and amd64 Deb, and Linux x86_64/aarch64 CLI archives.

Changes

Fixes

  • refresh libgcrypt before native source collection (#909)

Included

  • Windows NSIS installer.
  • Tauri updater bundle and signature.
  • latest-preview.json with the embedded .sig contents.
  • SHA256SUMS.txt.
  • THIRD_PARTY_NOTICES.md.
  • Release verification checklist and native notice/source material.

Known limits

  • This is not a general public stable release.
  • macOS and aarch64 GUI packages are not included. Additional Linux desktop/device environments are unverified.
  • If Windows code signing certificates are not configured for this run, SmartScreen warnings are expected for this unsigned preview.

Feedback

Use the in-app Release settings diagnostic report and attach it to the preview feedback issue template.

v0.1.8-preview.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 18:22
7889da7

kukuri v0.1.8-preview.1

Preview channel: preview

This preview is distributed for Windows 10 and Windows 11 through GitHub Releases. Linux remains source-run only.

Changes

Features

  • submit composer with Ctrl+Enter (#841)
  • add Explore post actions
  • render community index results as post cards
  • add tooltips to all icon actions
  • add dome recovery and return home (#825)
  • add authoritative Dome entry and safe spawn (#823)
  • inherit Dome access, block, presence, and spatial audio (#822)
  • add seamless Dome transitions (#821)
  • enforce resource budgets
  • retain Dome prop layouts and metaverse assets
  • change default subscribed topics to general / dev / test (#805)
  • add tester feedback report collection (#802)
  • add Dome hosting lease lifecycle
  • implement Dome connection topology (#792)
  • add spatial context dome moves (#800)
  • 固定規格Domeと最小customizationを実装 (#799)

Fixes

  • clarify user-facing terminology (#848)
  • 追い越されたpending route pushを破棄して現在URLを再投影 (#847)
  • light themeのsemantic contrastをWCAG 2.2 AAへ調整 (#844)
  • route起因のColumn scroll中のmobile settle誤activateを防止 (#846)
  • 識別子コンテキスト操作の残課題を完了 (#843)
  • complete Japanese UI localization (#840)
  • settle background notification loading
  • hide technical identifiers
  • stop unavailable media loading
  • prevent column transition flicker
  • カラムをPointer Eventsで並び替えられるようにする (#830)
  • discard blocked Dome connection proposals (#827)
  • recover lost Dome transition commit acknowledgements (#826)
  • register tester feedback tests in lock contract and fixed cluster CSS assertions (#802)

Other

  • refresh third-party notices for v0.1.8-preview.1 (#851)
  • bump preview version to 0.1.8 (#850)
  • [codex][fix] relay接続でデスクトップ起動を止めない (#849)
  • Community Index投稿アクションを完了可能なものだけに限定 (#842)
  • record issue 820 review
  • wait for mobile page scroll settle
  • split icon tooltip smoke coverage
  • record issue 817 review
  • update icon tooltip visual baseline
  • TimelineとExploreに簡易切替を追加する (#834)
  • update hidden identifier visual baseline
  • [codex][docs] UI/UX品質基準を検証可能な契約へ整理 (#829)
  • resolve Dome ADR numbering
  • move tester feedback UI preview assets to docs/ui-reviews (#802)
  • add tester feedback UI preview assets (#802)
  • update CHANGELOG for v0.1.7-preview.1 (#787)

Included

  • Windows NSIS installer.
  • Tauri updater bundle and signature.
  • latest-preview.json with the embedded .sig contents.
  • SHA256SUMS.txt.
  • THIRD_PARTY_NOTICES.md.
  • Manual smoke checklist.

Known limits

  • This is not a general public stable release.
  • macOS and Linux binary packages are not included.
  • If Windows code signing certificates are not configured for this run, SmartScreen warnings are expected for this unsigned preview.

Feedback

Use the in-app Release settings diagnostic report and attach it to the preview feedback issue template.

v0.1.7-preview.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 12:51
aa8301a

kukuri v0.1.7-preview.1

Preview channel: preview

This preview is distributed for Windows 10 and Windows 11 through GitHub Releases. Linux remains source-run only.

Changes

Features

  • show key decks on fresh start (#785)

Fixes

  • harden multilingual UI layouts (#783)

Other

  • bump preview version to 0.1.7 (#786)
  • make README a user and contributor entry point (#784)
  • update CHANGELOG for v0.1.6-preview.1 (#781)

Included

  • Windows NSIS installer.
  • Tauri updater bundle and signature.
  • latest-preview.json with the embedded .sig contents.
  • SHA256SUMS.txt.
  • THIRD_PARTY_NOTICES.md.
  • Manual smoke checklist.

Known limits

  • This is not a general public stable release.
  • macOS and Linux binary packages are not included.
  • If Windows code signing certificates are not configured for this run, SmartScreen warnings are expected for this unsigned preview.

Feedback

Use the in-app Release settings diagnostic report and attach it to the preview feedback issue template.

v0.1.6-preview.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 12:19
98fd473

kukuri v0.1.6-preview.1

Preview channel: preview

This preview is distributed for Windows 10 and Windows 11 through GitHub Releases. Linux remains source-run only.

Changes

Features

  • 配布素材の権利と再配布条件を管理する (#778)
  • 投稿コンテンツの権利表明と限定的利用許諾を追加 (#777)
  • add scoped case retention and legal holds (#776)
  • add rights infringement request intake (#760, #775)
  • add signed withdrawals and transmission prevention (#774)
  • add staged column workspace features (#772)
  • add Issue #748 Wave 6 mobile lifecycle (#758)
  • add Issue #748 Wave 5 variable spans (#757)
  • add Issue #748 Wave 4 Control Center (#756)
  • 管理画面の確認・結果ページを dashboard と共通 shell にする (#740, #747)
  • 管理画面の操作を標準で有効化 (#742)

Fixes

  • pin release XML assets to LF (#780)
  • Issue #765 Column 振る舞いの残課題を解消 (#771)
  • Issue #748 監査 blocker B1-B5 を修正 (#769)
  • Community Node provider alertの誤検知を分離 (#746)
  • BlobText投稿本文をCommunity Indexへ投影する (#745)
  • preserve native select contrast on Linux (#743)
  • 接続設定の横スクロールを防ぐ (#744)

Other

  • bump preview version to 0.1.6 (#779)
  • remove legacy shell projections (#773)
  • Issue #768 Validation マトリクスと review record を補完 (#770)
  • [codex][refactor:delete] 旧ShellFrame経路を削除 (#759)
  • Issue #748 Wave 3: scope Columns and composers (#755)
  • Issue #748 Wave 2: migrate production surfaces to Columns (#754)
  • extract existing surface renderers (#753)
  • Issue #748 Wave 1: use icon tabs in the Column header (#752)
  • align detail visual baselines with Linux CI (#751)
  • Issue #748 Wave 1: Column Canvas foundation (#750)
  • Issue #748 Wave 0: 可変span Column Canvasのreview prototype (#749)
  • update CHANGELOG for v0.1.5-preview.1 (#737)

Included

  • Windows NSIS installer.
  • Tauri updater bundle and signature.
  • latest-preview.json with the embedded .sig contents.
  • SHA256SUMS.txt.
  • THIRD_PARTY_NOTICES.md.
  • Manual smoke checklist.

Known limits

  • This is not a general public stable release.
  • macOS and Linux binary packages are not included.
  • If Windows code signing certificates are not configured for this run, SmartScreen warnings are expected for this unsigned preview.

Feedback

Use the in-app Release settings diagnostic report and attach it to the preview feedback issue template.