Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 15:24
· 17 commits to main since this release

⚠️ IMPORTANT ⚠️

  • The database has been replaced. Before upgrading export the repositories and update the exported YAML to import them later.
  • After updating the app, it will prompt you to "open" it, as if a database already exists, but that won't be the case. Instead, you should click the "fresh start" button to reset everything.

Added

  • Add the ghdCleanDebugAppFolder gradle task to clean the debug app folder
  • Error handling during synchronization
  • Enable pull requests or releases features from repos
  • New screen with an example of the YAML file used for the bulk import of repositories

Changed

  • Update dependencies and Ruby version
  • Sort pull request first by state, then by seen and finally by the created date
  • Notifications now are joined all together in the settings screen
  • Decrement the retrieved pull requests from 50 to 10 to improve the performance
  • Change how to know if the DB is encrypted

Removed

  • Dependency updates scheduled workflow, now only the manual one is available
  • Feature previews removed

Security