Skip to content

0.8

Compare
Choose a tag to compare
@lptr lptr released this 30 Jul 10:36
· 193 commits to master since this release

Release Notes

Note: You need to re-create every existing pride to use them with this new version. pride init -f should be sufficient for this.

Major new feature:

  • Share your pride! You can send .pride/config to your friend, who can do pride init --from-config <your-config> to set up the same pride on their machine. You can upload a pride config to the interwebs, and do pride init --from-config http://exmaple.com/my.pride (#81)
  • Gradle wrapper is now automatically added to your pride when initializing it. You can disable it via pride config --global gradle.wrapper false (#32)
  • Run Gradle from the root of the pride via pride gradle <task> (#52)

Minor fixes:

  • Get more information with --verbose during pride initialization about what went wrong (#55)