Skip to content

Releases: mheidinger/PReek

v0.5.3 - few small fixes

12 Feb 15:24
Compare
Choose a tag to compare

What's Changed

Few small fixes and steps towards iOS compatibility.

🐛 Bug Fixes

⚙️ Refactor

Full Changelog: v0.5.2...v0.5.3

v0.5.2 - fix commit links & fix bug unable to mark PR as read

20 Dec 10:10
Compare
Choose a tag to compare

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

📝 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

28 Nov 11:55
Compare
Choose a tag to compare

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

26 Nov 13:15
Compare
Choose a tag to compare

What's Changed

🚀 Features

✨ Improvements

🐛 Bug Fixes

  • Correctly show status closed for closed draft pr by @mheidinger in #44

⚙️ Refactor

Full Changelog: v0.4.1...v0.5.0

v0.4.1 - show requested team and improve event merging

13 Sep 14:30
Compare
Choose a tag to compare

Note

For PReek to show the team that has been requested review of, the PAT requires the read:org scope.

What's Changed

✨ Improvements

⚙️ Refactor

Full Changelog: v0.4.0...v0.4.1

v0.4.0 - highlight new unread events

03 Sep 11:20
Compare
Choose a tag to compare

What's Changed

🚀 Features

⚙️ Refactor

Full Changelog: v0.3.0...v0.4.0

v0.3.0 - add approval and change requested count

26 Aug 09:11
Compare
Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

Full Changelog: v0.2.0...v0.3.0

v0.2.0 - bug fixes + show comments from review threads

21 Aug 11:59
Compare
Choose a tag to compare

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

19 Aug 19:05
Compare
Choose a tag to compare

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 🚀

19 Aug 19:01
Compare
Choose a tag to compare

This is the first release delivering the core functionality with probably a few bugs sprinkled in.