Skip to content

chore(release): 0.15.1#224

Merged
pratyush618 merged 5 commits into
masterfrom
chore/release-0.15.1
May 30, 2026
Merged

chore(release): 0.15.1#224
pratyush618 merged 5 commits into
masterfrom
chore/release-0.15.1

Conversation

@pratyush618
Copy link
Copy Markdown
Collaborator

@pratyush618 pratyush618 commented May 30, 2026

Release 0.15.1 — a dashboard polish patch.

Bumps pyproject.toml to 0.15.1 and adds the changelog entry. All changes ship in #223 (dashboard production polish); this PR carries only the version bump and changelog.

Changelog (0.15.1 — Fixed)

  • Mobile navigation drawer closes on navigation (previously stayed open).
  • Mobile menu shows the full navigation — Tasks and Webhooks were missing; sidebar and mobile menu now share one nav definition.
  • Job logs tab virtualized — only visible rows render, keeping high-volume job logs smooth.
  • Resources table loading state uses the table-shaped skeleton instead of an opaque block.

Verification

  • cargo fmt --all --check — pass
  • cargo clippy --workspace (default + postgres + redis + native-async, -D warnings) — clean
  • cargo test --workspace — pass
  • uv run ruff check py_src/ — clean
  • uv run mypy py_src/taskito/ --no-incremental — clean (177 files)
  • uv run python -m pytest tests/python/ — 115 passed

After merge, tag 0.15.1 from the GitHub release UI to trigger the publish workflow.

Summary by CodeRabbit

  • Bug Fixes

    • Fixed mobile navigation drawer closing on navigation
    • Fixed mobile menu navigation display
    • Improved job logs tab virtualization rendering
    • Fixed resources table loading skeleton alignment
  • Documentation

    • Added changelog entry for version 0.15.1
    • Revised README: reworked Quickstart, features, examples, integrations, and comparison sections
  • Chores

    • Bumped project and package versions to 0.15.1 across releases

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 30, 2026

Warning

Review limit reached

@pratyush618, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 22 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: de4f974b-3218-49fd-8ba9-7903411074f4

📥 Commits

Reviewing files that changed from the base of the PR and between 14a49fd and e82d4bf.

📒 Files selected for processing (2)
  • scripts/capture_docs_screenshots.py
  • scripts/optimize_screenshots.py
📝 Walkthrough

Walkthrough

Version 0.15.1: project and crate versions bumped (pyproject.toml, multiple crates/*/Cargo.toml, and py_src/taskito/__init__.py fallback), and the changelog (docs/content/docs/more/changelog.mdx) and README updated with the release notes and formatting changes.

Changes

Release 0.15.1

Layer / File(s) Summary
Version metadata bumps
pyproject.toml, py_src/taskito/__init__.py, crates/taskito-async/Cargo.toml, crates/taskito-core/Cargo.toml, crates/taskito-python/Cargo.toml, crates/taskito-workflows/Cargo.toml
Project and crate package versions updated from 0.15.0 to 0.15.1; taskito.__version__ fallback updated to "0.15.1".
Changelog and README edits
docs/content/docs/more/changelog.mdx, README.md
New ## 0.15.1 changelog section with ### Fixed listing four fixes (mobile navigation drawer closing, mobile menu showing full navigation, virtualized job logs tab rendering, resources table skeleton alignment). README header and multiple documentation sections reorganized and rewritten.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

🐰 A tiny hop, a version bumped high,
Changelog notes fixes for mobile and UI,
README polished, badges set just right,
Packages nudged forward into the light,
Release carrots ready — take flight!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately describes the main purpose of the changeset: a version bump and release preparation for 0.15.1, which is reflected across all modified files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/release-0.15.1

Comment @coderabbitai help to get the list of available commands and usage tips.

@pratyush618 pratyush618 force-pushed the chore/release-0.15.1 branch from 473b851 to 890844b Compare May 30, 2026 14:03
@github-actions github-actions Bot added the rust label May 30, 2026
@pratyush618 pratyush618 merged commit 957e67f into master May 30, 2026
22 checks passed
@pratyush618 pratyush618 deleted the chore/release-0.15.1 branch May 30, 2026 14:37
@coderabbitai coderabbitai Bot mentioned this pull request May 30, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant