feat: add notification toggle and bump version to 1.5.0#35
Conversation
moheladwy
commented
Mar 27, 2026
- Add -n/--notify flag to OCR4Linux.sh to enable desktop notifications.
- Bump version to 1.5.0 across OCR4Linux.py, OCR4Linux.sh, and PKGBUILD.
- Add libnotify dependency to PKGBUILD.
- Update README.md with new usage instructions and installation options.
- closes Add a flag for disabling and enabling the notifications for grimblast in the Wayland session #34
- Add -n/--notify flag to OCR4Linux.sh to enable desktop notifications. - Bump version to 1.5.0 across OCR4Linux.py, OCR4Linux.sh, and PKGBUILD. - Add libnotify dependency to PKGBUILD. - Update README.md with new usage instructions and installation options.
📝 WalkthroughSummary by CodeRabbitRelease Notes – Version 1.5.0
WalkthroughThis PR bumps the project version to 1.5.0 across all components and introduces a new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Warning
CodeRabbit couldn't request changes on this pull request because it doesn't have sufficient GitHub permissions.
Please grant CodeRabbit Pull requests: Read and write permission and re-run the review.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Around line 129-143: The fenced code blocks in README.md around the three
launch examples (the blocks containing "OCR4Linux",
"~/.config/OCR4Linux/OCR4Linux.sh", and "./OCR4Linux.sh") lack blank lines
before and/or after them; update the file so there is an empty line immediately
before each opening ```sh fence and an empty line immediately after each closing
``` fence to satisfy markdown linting and ensure correct rendering.
- Around line 297-325: The two indented headings "### Example for `Hyprland`
users:" and "### Example for `dwm` users:" are causing markdownlint warnings;
remove the leading spaces so the headings start at column 0 (or alternatively
replace them with bold text like **Example for `Hyprland` users:** and **Example
for `dwm` users:** if you want to keep indentation), and ensure any other nearby
headings in the same block follow the same pattern so markdownlint stops
flagging them.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: c66f0f13-8702-487c-bae2-52524088167c
📒 Files selected for processing (5)
OCR4Linux.pyOCR4Linux.shPKGBUILDREADME.mdsetup.sh