Skip to content

feat: v0.1.0 release#17

Merged
prassamin merged 8 commits into
mainfrom
pras
Oct 1, 2025
Merged

feat: v0.1.0 release#17
prassamin merged 8 commits into
mainfrom
pras

Conversation

@prassamin
Copy link
Copy Markdown
Owner

[v0.1.0] - 2025-10-01

Changed

  • Commands with missing binary dependencies (e.g., qmlformat, curl) are now gracefully disabled and marked with an (disabled) tag in the help text.
  • Running a disabled command now prints a clear, user-friendly message explaining which dependency is missing.
  • The previous behavior of auto-installing dependencies has been removed to avoid crashes in different distributions. Similar to this issue
  • Added a new prasmoid fix command that runs a script to install all required dependencies for your distribution.
  • The setup command has been dropped in favor of the fix command.
  • The update-checking mechanism has been completely rewritten to use SHA256 checksums for verification instead of version tags, ensuring notifications are always accurate.
  • The CLI's help message has been reorganized with a new "Maintenance Commands" group for better readability.
  • The main install and update shell scripts have been rewritten to be more robust, POSIX-compliant, and no longer depend on jq.

Copilot AI review requested due to automatic review settings October 1, 2025 16:42

This comment was marked as resolved.

@prassamin prassamin requested a review from Copilot October 1, 2025 17:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 36 out of 36 changed files in this pull request and generated no new comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@prassamin prassamin requested a review from Copilot October 1, 2025 17:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 36 out of 36 changed files in this pull request and generated 4 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread scripts/fix Outdated
Comment thread scripts/fix Outdated
Comment on lines +62 to +66
ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat
;;
apk)
sudo apk add curl qt6-qttools-dev plasma-sdk gettext
ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat
Copy link

Copilot AI Oct 1, 2025

Choose a reason for hiding this comment

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

This symlink creation should use sudo to ensure proper permissions when creating links in system directories like /usr/bin/.

Suggested change
ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat
;;
apk)
sudo apk add curl qt6-qttools-dev plasma-sdk gettext
ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat
sudo ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat
;;
apk)
sudo apk add curl qt6-qttools-dev plasma-sdk gettext
sudo ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat

Copilot uses AI. Check for mistakes.
Comment thread install Outdated
Comment thread install Outdated
Comment on lines +64 to +68
ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat
;;
apk)
sudo apk add curl qt6-qttools-dev plasma-sdk gettext
ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat
Copy link

Copilot AI Oct 1, 2025

Choose a reason for hiding this comment

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

This symlink creation should use sudo to ensure proper permissions when creating links in system directories like /usr/bin/.

Suggested change
ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat
;;
apk)
sudo apk add curl qt6-qttools-dev plasma-sdk gettext
ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat
sudo ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat
;;
apk)
sudo apk add curl qt6-qttools-dev plasma-sdk gettext
sudo ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat

Copilot uses AI. Check for mistakes.
prassamin and others added 4 commits October 1, 2025 13:20
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@prassamin prassamin merged commit 8487817 into main Oct 1, 2025
2 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.

2 participants