v3.0.0
What's Changed
- Add French translation by @gagnieray in #42
- Fix bug where NoMethodError is occurs when selecting "Like" column on the issue query by @cat-in-136 in #43
- Update README.rdoc by @teatower in #39
- Change heart link href to relative path (only path) by @cat-in-136 in #44
- Upgrade GitHub workflow:
bundle install --path
and task versions by @cat-in-136 in #45
Incompatibility against previous versions
- "Like" query setting or URL in "Issues" page such is changed
- This incompatibility is came from the change in #43 where "Like" query filter ID has been changed from
hearts.count
tohearted_user_count
.
- This incompatibility is came from the change in #43 where "Like" query filter ID has been changed from
New Contributors
- @gagnieray made their first contribution in #42
- @teatower made their first contribution in #39
Full Changelog: v2.1.1...v3.0.0