Releases: mheidinger/PReek
v0.5.6 - Fix upside down addition/removal rendering
What's Changed
Weird MacOS bugs happening on my machine, this should hopefully fix that!
🚀 Features
- feat: show current app version on settings screen by @mheidinger in #76
🐛 Bug Fixes
- fix: prevent macos from randomly drawing additions/removals upside down by @mheidinger in #78
Full Changelog: v0.5.5...v0.5.6
v0.5.5 - Fix Comments Regression
What's Changed
Fix of a little whoopsie in the performance improvements of the last release...
🐛 Bug Fixes
- fix: fix regression of comments not being displayed by @mheidinger in #75
Full Changelog: v0.5.4...v0.5.5
v0.5.4 - Tahoe Support and Performance Improvements
What's Changed
With Tahoe there was a bug preventing the app to close on clicking a link, this is now fixed. Additionally PReek is now compiled for the new MacOS version to enable the new design.
Besides that I let Claude have a run at performance, with quite some oversight a few good improvements where made.
🐛 Bug Fixes
- fix: make sure date sensitive text updates on date change by @mheidinger in #66
⚡ Performance Improvements
- MacOS26, Claude Performance Improvements by @mheidinger in #73 (mistakenly squash merged)
📱 App Preparations
- fix: make app usable on iOS, add QR code generation to share config to app by @mheidinger in #67
- import functionality for iOS, simplify filters on macOS, fix PR list on iOS by @mheidinger in #68
- Proper detail view on iOS, tap to reveal share qr code by @mheidinger in #69
Full Changelog: v0.5.3...v0.5.4
v0.5.3 - few small fixes
What's Changed
Few small fixes and steps towards iOS compatibility.
🐛 Bug Fixes
- Fix swapped texts, add placeholder to input fields by @mheidinger in #62
- Switch "open in web" icon by @riesinger in #61
⚙️ Refactor
- more iPhone compatibility by @mheidinger in #65
Full Changelog: v0.5.2...v0.5.3
v0.5.2 - fix commit links & fix bug unable to mark PR as read
Tip
You can now install PReek through brew by using:
brew install mheidinger/tap/preek
It is safest to manually remove the prior installation before installing through Brew.
What's Changed
Links to commits weren't working properly before.
Additionally sometimes trying to mark a PR as read when the last event happened less than a minute ago did not work.
This is now resolved.
🐛 Bug Fixes
- fix: correct links to PR commits by @mheidinger in #58
- fix: store read status based on last read event by @mheidinger in #59
📝 Documentation
- docs: mention brew install from personal homebrew tap by @mheidinger in #60
Full Changelog: v0.5.1...v0.5.2
v0.5.1 - fix typing `gjk` on settings / welcome screen
What's Changed
Ups, something was not quite right with the vim-like motions.
🐛 Bug Fixes
- fix: allow typing vim keys in settings / welcome by @mheidinger in #56
⚙️ Refactor
- refactor: use navigation stack by @mheidinger in #54
- Make App building for iOS + fix welcome view to work in MacOS and iOS by @mheidinger in #55
Full Changelog: v0.5.0...v0.5.1
v0.5.0 - support for vim-like motions
What's Changed
🚀 Features
- Add support for vim keybindings by @mheidinger in #49
- Add auto merge events by @mheidinger in #52
- Add setting to launch at login by @mheidinger in #48
✨ Improvements
- Show user login name on hover by @mheidinger in #46
- Enhance logging and better graceful error handling by @mheidinger in #53
🐛 Bug Fixes
- Correctly show status closed for closed draft pr by @mheidinger in #44
⚙️ Refactor
- Simplify link handling and window closing by @mheidinger in #47
- Memoize filtered/sorted pull requests by @mheidinger in #51
Full Changelog: v0.4.1...v0.5.0
v0.4.1 - show requested team and improve event merging
Note
For PReek to show the team that has been requested review of, the PAT requires the read:org scope.
What's Changed
✨ Improvements
- fetch requested review team by @mheidinger in #34
- Add conditions for merging events, add merging of review requested events by @mheidinger in #36
- merge comments from review threads by @mheidinger in #39
- add option to reveal pat in secure field by @mheidinger in #40
⚙️ Refactor
- align view names by @mheidinger in #37
Full Changelog: v0.4.0...v0.4.1
v0.4.0 - highlight new unread events
What's Changed
🚀 Features
- Highlight new unread events by @mheidinger in #28
⚙️ Refactor
- refactor and style settings + welcome view by @mheidinger in #33
Full Changelog: v0.3.0...v0.4.0
v0.3.0 - add approval and change requested count
What's Changed
🚀 Features
- add approval and change requested count by @mheidinger in #25
🐛 Bug Fixes
- display main comment of review by @mheidinger in #26
- fix when token does not have access to a repo by @mheidinger in #27
Full Changelog: v0.2.0...v0.3.0