• 0.8.0 9f85d2ff00

    0.8.0 Stable

    marvin8 released this 2026-05-24 05:21:01 +00:00 | 91 commits to main since this release

    Signed by marvin8
    SSH key fingerprint: SHA256:cyGOzvyFNw+A8J/LVjRif8v3KZLo8seQDVZbk/IhNhI

    [0.8.0] - 2026-05-24

    Bug Fixes

    • 🐛 (thread) remove duplicate --- separator in Release-Notes.md that produced an empty post

    Documentation

    • 📝 (trending) add docs/trending.md and update mkdocs nav
    • 📝 (conversations) add docs/conversations.md and update mkdocs nav
    • 📝 (docs) reformat Roadmap.md to yilan checklist format; add Roadmap-detail.md sidecar

    Features

    • (trending) implement trending command for statuses, accounts, tags, and links
    • (conversations) implement conversations command with read and delete subcommands

    Testing

    • (trending) add failing tests for trending command
    • (conversations) add failing tests for conversations command
    Downloads
  • 0.7.0 a6b6c80224

    0.7.0 Stable

    marvin8 released this 2026-05-13 11:14:46 +00:00 | 104 commits to main since this release

    Signed by marvin8
    SSH key fingerprint: SHA256:cyGOzvyFNw+A8J/LVjRif8v3KZLo8seQDVZbk/IhNhI

    [0.7.0] - 2026-05-13

    CI

    • 👷 (ci) move release-notes validate into checks; fediverse post on release only

    Documentation

    • Docs: update changelog for 0.6.1
    • 📝 (docs) add lists and profile-edit documentation
    • 📝 (release-notes) update for milestone 5a
    • 📝 (docs) add lists and profile-edit to index command table
    • 📝 (docs) add thread and thread-download to index command table
    • 📝 (docs) add completions to index command table
    • 📝 (docs) use lowercase secret names in token.md Woodpecker example

    Features

    • (token) add taibai token command to export stored access
    • (lists) add lists command with create/delete/add/remove subcommands
    • (profile) add profile-edit command
    Downloads
  • 0.6.0 914c1f6412

    0.6.0 Stable

    marvin8 released this 2026-04-25 00:25:55 +00:00 | 123 commits to main since this release

    Signed by marvin8
    SSH key fingerprint: SHA256:cyGOzvyFNw+A8J/LVjRif8v3KZLo8seQDVZbk/IhNhI

    [0.6.0] - 2026-04-25

    Features

    • (thread-download) add taibai thread-download command for
    • (completions) add taibai completions command for

    Refactoring

    • ♻️ (thread) replace === separator with --- for Markdown
    Downloads
  • 0.5.0 3d42ea20ab

    0.5.0 Stable

    marvin8 released this 2026-04-24 03:47:54 +00:00 | 128 commits to main since this release

    Signed by marvin8
    SSH key fingerprint: SHA256:cyGOzvyFNw+A8J/LVjRif8v3KZLo8seQDVZbk/IhNhI

    [0.5.0] - 2026-04-24

    Documentation

    • Docs: update README and Roadmap for Milestone 3 / 0.4.0
    • Docs(config): enable mike version selector in Material theme

    Features

    • (account,search) add Milestone 4 social graph & search
    • (auth) add TAIBAI_INSTANCE_URL/ACCESS_TOKEN env-var auth for
    • (thread) add taibai thread command for posting threads from file
    Downloads
  • 0.4.0 c14edd38ee

    0.4.0 Stable

    marvin8 released this 2026-04-20 08:04:46 +00:00 | 135 commits to main since this release

    Signed by marvin8
    SSH key fingerprint: SHA256:cyGOzvyFNw+A8J/LVjRif8v3KZLo8seQDVZbk/IhNhI

    [0.4.0] - 2026-04-20

    Implemented Milestone 3: Social Interactions

    Features

    • (interact) Add Milestone 3 social interaction commands
    Downloads
  • 0.3.0 6c5fd3f76d

    0.3.0 Stable

    marvin8 released this 2026-04-19 04:11:10 +00:00 | 138 commits to main since this release

    Signed by marvin8
    SSH key fingerprint: SHA256:cyGOzvyFNw+A8J/LVjRif8v3KZLo8seQDVZbk/IhNhI

    [0.3.0] - 2026-04-19

    Implemented Milestone 2: Core Reading — Timelines & Status View

    Documentation

    • Update project status for Milestone 2 completion

    Features

    • (timeline,view) Add timeline and view commands (Milestone 2)
    • (timeline) Redesign table layout and add --json flag
    • (commands) Add --json flag to all data-returning commands
    Downloads
  • 0.2.2 ea49885b92

    0.2.2 Stable

    marvin8 released this 2026-04-18 06:51:54 +00:00 | 144 commits to main since this release

    Signed by marvin8
    SSH key fingerprint: SHA256:cyGOzvyFNw+A8J/LVjRif8v3KZLo8seQDVZbk/IhNhI

    [0.2.2] - 2026-04-18

    CI

    • Add .gitleaks.toml config

    [0.2.1] - 2026-04-18

    Documentation

    • Add MkDocs Material documentation site
    • Add live documentation URL and extend Definition of Done

    Testing

    • Fix "coroutine was never awaited" RuntimeWarnings

    [0.2.0] - 2026-04-18

    Features

    • Initial project scaffold
    • Initial working scaffold
    • (post) Add --file, media attachments, and poll support

    Refactoring

    • Migrate CLI from Typer to Cyclopts and add test suite
    Downloads