Skip to content

Releases: rkclark/pullp

4.0.2

24 Sep 07:24
5bf4e84
Compare
Choose a tag to compare

⚠️ : This release will cause you to have to re-login to Pullp and re-select the repositories you want to monitor!

Welcome to Pullp 4.0.2! This release brings some of Pullp's underlying dependencies up to date and fixes some current issues.

  • ✨ Draft PRs are now visually distinguished from "normal" PRs.
  • ✨ Extended the menu bar to include an option to open the Chrome devtools.
  • 🏗️Upgraded 10(!) major versions of Electron so now using the latest. This resolves an issue with Github's login process no longer supporting the version of Chrome that was bundled in the previous Pullp version. Significant rework was required to complete this upgrade so 🤞 there are no bugs as a result!
  • 🐛Fixed a bug where a review request made to a team that you are a member of would not result in the PR being flagged as "your review requested" in the UI. This was due to an unexpected change made by Github in their API.

Download the .dmg file for MacOS
Download the .AppImage file for Linux
Download the .exe file for Windows

3.0.0

29 Jul 16:27
fd8b62e
Compare
Choose a tag to compare

⚠️ : This release will cause you to have to re-login to Pullp and re-select the repositories you want to monitor!

Welcome to Pullp 3.0.0! This release has some quite major changes which I hope you will enjoy. These include:

  • 💄 Total refresh of the colour palette and re-work of UI, particularly the information shown when you drill down into the pull requests for a particular repository.
  • ✨ Extended and customisable notification types! You now get notified for reviews on your PR, requests for your review, pull requests getting opened/closed/merged and comments on PRs. Turn them on/off on the Settings screen. 👍
  • ✨ New display choices on the Monitor screen - choose from a full view, a minimised view or a view showing only your open PRs (across all repos!).
  • ✨ Recently closed PRs are now shown for each repository
  • ✨ Tooltips!
  • ✨ Notification counters are now shown in the UI. You can dismiss them by clicking on them, or by clicking on the PR to view it in Github.
  • 🐛 Fixes #93
  • 🤦‍♂️ + other stuff I have definitely forgotten!

Please note that notifications are limited in Windows, but are visible in the UI.


Download the .dmg file for MacOS
Download the .AppImage file for Linux
Download the .exe file for Windows

2.1.1 - Windows build, upgrades and bug fix

13 May 07:35
Compare
Choose a tag to compare

This release:

  • 🎉Adds support for Windows!
  • 🎉Upgrades Electron from v2 to v4
  • 🐛 Fixes the bug where new users were not able to authorize Pullp against their Github account #92

Download the .dmg file for MacOS
Download the .AppImage file for Linux
Download the .exe file for Windows

2.1.0

10 Mar 18:08
Compare
Choose a tag to compare

⚠️ : This release will cause you to have to re-login to Pullp and re-select the repositories you want to monitor!

Welcome to the first of what I hope will be some more frequent releases of Pullp! 🎉 This is a major release that re-works a lot of the application under the hood, in order to make it easier to add more features in the future. It also includes the initial implementation of desktop notifications, something I have wanted to add for some time. This functionality will be extended soon. 🤞

What it includes:

  • ✨ Desktop notifications whenever your review is requested on a pull request. Click the notification to go straight to the pull request in your default browser!
  • 💄 Styling updates to the pagination of the Select screen
  • 💄 Some general UI tweaks, particularly around loading indicators and errors

What technical stuff changed:

  • 🏗️ Transitioning all of the app's state management from Redux to the Apollo Client cache
  • ✨ Using Apollo Client for all integration with the Github API

Download the .dmg file for MacOS
Download the .AppImage file for Linux

1.0.5

29 Jul 11:34
Compare
Choose a tag to compare

🐛 Stop the main window being scrollable whilst a repo modal is open.

✨ Add a button to clear repo selections on the Select screen


Download the .dmg file for MacOS
Download the .AppImage file for Linux

1.0.4

22 Jun 18:21
Compare
Choose a tag to compare

🐛 Fix #64 - When you open a repo on the Monitor screen it will now have a fixed position on your current viewport - no more having to scroll up to find it!

🐛 Fix sorting of repos on the Monitor screen to include number of pull requests and the repo name. Stops repos weirdly changing positions for no clear reason.

🐛 Fix #68 - The Linux version should now work... 🙏


Download the .dmg file for MacOS
Download the .AppImage file for Linux

1.0.2

18 Jun 16:08
Compare
Choose a tag to compare

🎇 New animations for the Monitor screen, when repos are added / removed / re-ordered! 🎨


Download the .dmg file for MacOS
Download the .AppImage file for Linux

1.0.1

03 Jun 15:14
Compare
Choose a tag to compare

🎇 Upgrade to Electron 2.0.2
🎇 Upgrade to React 16
🎇 Improve login process (no hanging blank white login window)
🎇 Press Escape to close an open repo (thanks to @jshjohnson)

🐛 Fix bug with sync bar not appearing after clicking 'Show me my dashboard'


Download the .dmg file for MacOS
Download the .AppImage file for Linux

1.0.0

22 May 16:19
Compare
Choose a tag to compare

🚀 🚀 🚀 V1 Release! 🚀 🚀 🚀

Includes following changes from beta feedback:

  • Add a button to navigate from the select screen to the dashboard screen (#37 )
  • Clear any currently opened repo when the app starts up (so you see the dashboard and not an open repo) (#36)
  • Fix page refresh (cmd+R, F5, etc) bug which resulted in app crashing to white screen (#38 #39 )

0.9.2

29 Apr 14:51
Compare
Choose a tag to compare

Beta Release! 🎆 🎆 🎆