Skip to content

Releases: akiko-pusu/redmine_issue_badge

Release v0.1.4

09 Jul 23:26
c795a44
Compare
Choose a tag to compare

Changelog

Code refactoring and maintenance release.

  • Bugfix: The link to assigned to me is not displayed. (#136)
  • Update Portuguese Brazil translation. (contributed by @adrianobr)

Thank you for your support! @adrianobr and @bviktor!

Diff

0.1.3...0.1.4

Release v0.1.3

15 Dec 22:53
3b018c1
Compare
Choose a tag to compare

Code refactoring and maintenance release. This is one of the workaround. If you still have some problems, feedback highly appreciate!

  • Workaround for #118.
    • Modify issue query to prevent n+1
    • Change the response of controller from the HTML to the JSON, and render the badge via JavaScript.

Diff: 0.1.2...0.1.3

Release v0.1.2

24 Nov 06:04
d1420af
Compare
Choose a tag to compare

Description

Please note, this release is required to migrate.
Supporting custom query feature is still a prototype, so feedback highly appreciate!

  • Support custom query based badge number. (Related: #67, #107)
  • Enabled to change the number to display issues in the popup window. (#67, #69)
  • Change the initial badge color to green. (#108)
  • Update German translation. Thank you so much, @double2ugly
  • Update zh-TW translation. Thank you so much, @Vongola
  • Bugfix: IssueBadgeUserSetting is not created correctly via post method. (#106)

Thanks for suggestions and PR for this release: @Jiangshan0000, @bviktor,
@koren85, @rafaelmartinsrm, @AizeLeOuf, and @Vongola.

Screenshot

User can select visible custom query

issue-badge-2

Enabled to change the issue number to display

enabled-to-change-issue-display-number

Diff: 0.1.1...0.1.2

Release v0.1.1

09 Sep 06:50
60ddcd4
Compare
Choose a tag to compare

Code refactoring and maintenance release.

  • Bug fix for #96 #97. UserPreference setting does not work correctly.
  • JavaScript Code refactoring. (Change jQuery to Pure JavaScript)

Please note: If JavaScript function does not work correctly on your env, feel free to report issue!

Diff: 0.1.0...0.1.1

Release v0.1.0

08 Jul 11:18
6ce59f1
Compare
Choose a tag to compare

Version 0.1.0

  • Support Redmine 4.x.
    • Now master branch unsupports Redmine 3.x.
    • Please use ver 0.7.x or support-Redmine3 branch in case using Redmine3.x.

NOTE: Mainly, maintenance and refactoring only. There is no additional feature, translation in this release. Thank you so much for providing workaround against Redmine4.x, @kenji21! (#91, #92)

Release v0.0.7

09 May 15:43
8e26560
Compare
Choose a tag to compare

0.0.7

  • Feature #82. Enabled to switch list issue order. (Oldest 5 or Latest 5)
  • Merge pull request #92 to support Redmine4.0. (Thanks, kenji21)
  • Some code refactoring.

v0 0 7-enabled-reverse-order

Please note, this version does not spport Redmine4.x completely.
Since Redmine4.x is based on Rails that migration format must be changed.

Maybe new version, 0.1.0, which support Redmine4.x will be released soon.

And this is the final version to support Redmine3.x.
If some bugs are reported, bugfix will be applied to the branch: v0.0.x-support-Redmine3.

Release v0.0.6

17 Apr 14:09
Compare
Choose a tag to compare
  • Bug fux for #49. Badge is not working for user created from LDAP user.
  • Feature #52. Display background image when user’s assigned issue is empty.
  • PR #48. Add simplified Chinese translation file. Thank you so much, Steven.W!
  • Some code refactoring. Thanks to SideCI, I am very saved!

Release v0.0.5

13 Mar 16:54
Compare
Choose a tag to compare
Merge pull request #47 from akiko-pusu/develop

Merge into master / ready for 0.0.5

Support responsive mode and enabled globally.

08 Jul 12:47
Compare
Choose a tag to compare

BugFix release

27 Nov 13:15
Compare
Choose a tag to compare

This is a bug fix release.

  • Fix. Redmine not at root (#13).
  • Fix. JS Bug (#5).
  • Fix. Wrong CSS (#4).
  • Merge PR: (#1) / Thank you so much, ykws!
  • Add README_ja, GPL.txt
  • Add rspec somple code for test.