Releases: mheidinger/PReek
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
v0.2.0 - bug fixes + show comments from review threads
What's Changed
- Improve display on light mode by @mheidinger in #11
- autofocus on window open, collapse PRs that get out of view by @mheidinger in #12
- update install methods in readme, improve filename of archive output by @mheidinger in #13
- add convert to draft event, update german translations by @mheidinger in #17
- add formatter and format everything by @mheidinger in #19
- Show comments from review threads not included in timeline items by @mheidinger in #20
- switch to use proper logging by @mheidinger in #23
Full Changelog: v0.1.1...v0.2.0
v0.1.1 - fix saving settings on welcome screen
What's Changed
- Add renovate by @mheidinger in #7
- fix german updated at translation, fix async storing of settings by @mheidinger in #10
- add archive post-script for export, signing, notarization and stapling by @mheidinger in #9
Full Changelog: v0.1.0...v0.1.1
v0.1.0 - first release 🚀
This is the first release delivering the core functionality with probably a few bugs sprinkled in.