Skip to content

Releases: rickpastoor/scrummer

v0.15

19 Sep 10:14
Compare
Choose a tag to compare

Fix issue with mismatching UUID in Firefox Add-on Store.

v0.14

19 Sep 10:00
Compare
Choose a tag to compare

Yeah, well. Everyone makes mistakes.

v0.13

19 Sep 09:56
Compare
Choose a tag to compare

This release should contain the Firefox build.

v0.12

19 Sep 09:44
Compare
Choose a tag to compare

The previous release did not correctly build the Firefox package. It is now built with JPM instead of manually zipping it up.

v0.11

19 Sep 09:04
Compare
Choose a tag to compare

🎱 Firefox edition 🎱

v0.10

18 Sep 20:18
Compare
Choose a tag to compare

This release fixes adding the icons to the zip that is automatically built.

v0.9

18 Sep 20:12
Compare
Choose a tag to compare
  • Optimization: because the plugin continuously inspects the page, I tried to fix this by using something that is called a debounce. However, this debounce method didn't actually work. Now it does and this will save your precious CPU cycles for other, more interesting stuff than calculating the scores for the complete board over and over again.
  • Fixed the issue where the score-picker was displayed next to the description field too, which is unnecessary.
  • Added Travis integration to automatically create platform-specific builds and upload those to Github.

v0.8

09 Sep 20:01
Compare
Choose a tag to compare

One less 🐛 in 0.8! No more disappearing score labels after editting the title of the card.

v0.7

09 Sep 09:11
Compare
Choose a tag to compare
  • I forgot to add a button to add a two pointer button. Now you have it.

💃

v0.6

08 Sep 06:22
Compare
Choose a tag to compare

🎉🎉 This release adds separators 🎉🎉

Sketching out your sprints is pretty hard, just like planning in general. I found myself counting points during planning and refinement sessions to see how much work can be done in one sprint. Scrummer now has a feature to help you with this: separators.

Add a new card with the contents #!! anywhere in your board. It will count the points that are added to the card above it. You can add multiple separators in a single column: it will always start counting from the separator above.