From 86842eff149e6cf67f3635d11a56f67f03f98798 Mon Sep 17 00:00:00 2001 From: Liane Hampe Date: Tue, 14 Nov 2023 09:01:51 +0100 Subject: [PATCH] Bumps patch version to 0.1.4 --- .github/ISSUE_TEMPLATE/bug-report.yml | 3 ++- .gitignore | 1 + CHANGELOG.md | 10 ++++++++++ README.md | 2 +- init.rb | 2 +- 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 78a5b6a..dcf52df 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -71,7 +71,8 @@ body: - 0.1.0 - 0.1.1 - 0.1.2 - - 0.1.3 (Latest) + - 0.1.3 + - 0.1.4 (Latest) validations: required: true - type: dropdown diff --git a/.gitignore b/.gitignore index 52003b7..74ca70a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .history .vscode tmp/ +.ruby-lsp diff --git a/CHANGELOG.md b/CHANGELOG.md index 208127d..36839fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.1.4 - 2023-11-13 + +### Changed + +* the method checking whether the underlying custom field format supports colors + +### Fixed + +* to show no colors instead of black colors + ## 0.1.3 - 2023-04-06 ### Changed diff --git a/README.md b/README.md index 2078d63..dcbc701 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Add color badges to issue custom field enumerations -![Redmine Plugin Version](https://img.shields.io/badge/Redmine_Plugin-v0.1.3-red) ![Redmine Version](https://img.shields.io/badge/Redmine-v5.0.x-blue) ![Language Support](https://img.shields.io/badge/Languages-en,_de-green) ![Version Stage](https://img.shields.io/badge/Stage-release-important) ![develop](https://github.com/xmera-circle/redmine_colored_enumeration/actions/workflows/5-0-stable.yml/badge.svg) +![Redmine Plugin Version](https://img.shields.io/badge/Redmine_Plugin-v0.1.4-red) ![Redmine Version](https://img.shields.io/badge/Redmine-v5.0.x-blue) ![Language Support](https://img.shields.io/badge/Languages-en,_de-green) ![Version Stage](https://img.shields.io/badge/Stage-release-important) ![develop](https://github.com/xmera-circle/redmine_colored_enumeration/actions/workflows/5-0-stable.yml/badge.svg) Redmine Colored Enumeration is a plugin which lets the administrator define background colors for custom field enumerations. diff --git a/init.rb b/init.rb index 0be2ec3..177cef2 100644 --- a/init.rb +++ b/init.rb @@ -24,7 +24,7 @@ name 'Colored Enumeration' author 'Liane Hampe' description 'Background color for custom field enumeration values' - version '0.1.3' + version '0.1.4' url 'https://circle.xmera.de/projects/redmine-colored-enumeration' author_url 'http://xmera.de'