Skip to content

V0.4.0 beta#6

Merged
AutoCookies merged 7 commits intomainfrom
v0.4.0-beta
Mar 13, 2026
Merged

V0.4.0 beta#6
AutoCookies merged 7 commits intomainfrom
v0.4.0-beta

Conversation

@AutoCookies
Copy link
Owner

@AutoCookies AutoCookies commented Mar 13, 2026

Description

Please include a summary of the change and which issue is fixed.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: eaf48941f9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +9 to +10
- 'v[0-9]+.[0-9]+.[0-9]+' # stable: v1.2.3
- 'v[0-9]+.[0-9]+.[0-9]+-*' # pre-rel: v1.2.3-beta.1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use glob patterns that match real version tags

The on.push.tags filters are written in regex style ([0-9]+) but GitHub Actions tag filters use glob matching, where + is treated as a literal character. As written, tags like v1.2.3 or v1.2.3-beta.1 (the release flow documented in .github/workflows/README.md) will not match these patterns, so the build/release workflow will not start on normal release tags.

Useful? React with 👍 / 👎.

atom.commands.dispatch(
atom.views.getView(atom.workspace),
'pulsar-updater:check-for-update'
'crab-updater:check-for-update'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Dispatch the existing updater command from About view

This command was renamed to crab-updater:check-for-update, but the repository still ships pulsar-updater and registers pulsar-updater:check-for-update (packages/pulsar-updater/src/main.js). In current builds, clicking “Check for Update” from About will dispatch a command that no package handles, so users cannot trigger update checks from this UI.

Useful? React with 👍 / 👎.

Resolved conflict: verified_build.sh deleted in current branch (kept deletion).
All new packages and files from main accepted as-is.

Made-with: Cursor
@AutoCookies AutoCookies merged commit bf77489 into main Mar 13, 2026
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant