Skip to content

Commit ca4e827

Browse files
committed
FIX: Markdown Code Syntax & Line Endings - changelog.md
1 parent 010b28c commit ca4e827

File tree

1 file changed

+117
-119
lines changed

1 file changed

+117
-119
lines changed

Diff for: changelog.md

+117-119
Original file line numberDiff line numberDiff line change
@@ -1,119 +1,117 @@
1-
# Changelog
2-
3-
4-
## v2.5
5-
6-
_(most recent changes are listed on top):_
7-
- NEW: Display Actual Colors and Compatibility with ColorManager - Improve Action Details Layout #14
8-
- NEW: Show Message if Project Identifier is Set by Action But Not Configured in Project - Improve Action Details Layout #14
9-
- NEW: Show Message if Project Email Address is Set by Action But Not Configured in Project - Improve Action Details Layout #14
10-
- NEW: Add visual icons for ticks and checkmarks - Improve Action Details Layout #14
11-
- NEW: Add Compatibility for AutoSubtasks Plugin - @creecros - Improve Action Details Layout #14
12-
13-
14-
## v2.0
15-
16-
_(most recent changes are listed on top):_
17-
- FIX: KanboardCSS Transition Compatibility
18-
- FIX: Make Buttons More Visible
19-
- FIX: Mention KanboardCSS Compatibility
20-
- FIX: Remove Unnecessary Translation String
21-
- FIX: Use Total Word Instead of Duplicate Icon - wording makes the flow more universal
22-
- FIX: Title Font Sizing
23-
- NEW: Add Unique Icon- Replace `fa-magic` with a better `svg` one
24-
- Add colour to bullets
25-
- FIX: Dropdown Menu Width - inline CSS used to remain specific to dropdown on page only, not elsewhere
26-
- FIX: Bullet Style and Position for Action Details
27-
- FIX: Replace Title Icons for Action Details - more meaningful icons for a better user experience
28-
- FIX: Title Margins
29-
- FIX: Rename `border-radius` Variable
30-
- FIX: CSS Variables
31-
- Switch HTML Elements
32-
- FIX: Title Cell Padding
33-
- Update translations
34-
- FIX: Use Existing Class
35-
- FIX: Do not use empty rulesets
36-
- FIX: No unit for zero needed
37-
- NEW: Split Action Details for Better User Experience
38-
- Cleanup Code - remove `<strong>` HTML element, style changes through CSS
39-
- FIX: Cell Padding
40-
- FIX: Grammar for Language String - #12
41-
- NEW: Clarify if Empty Subject - fixes #11 Add KanboardEmailHistory Compatibility
42-
- FIX: Improve Checkbox Parameter to be More Specific
43-
- NEW: Add KanboardEmailHistory Compatibility - fixes #11
44-
- NEW: Abbreviate Line Number Correctly - changed `Line Number` to `` to save column space #12
45-
- FIX: Translation String - #12
46-
- FIX: Recode `de_DE_du` Translations - #12
47-
- FIX: Recode `de_DE` Translations - #12
48-
- Update Translation Starter Template - #12 Translate Plugin
49-
- FIX: Recode `en_GB` Translations - #12
50-
- FIX: Language Strings - #12
51-
- FIX: Better Wording - #12
52-
- NEW: Add Translation Starter Template - #12 Translate Plugin
53-
54-
55-
## v1.9
56-
57-
_(most recent changes are listed on top):_
58-
- Move Mini Bar to Dropdown Menu
59-
- General code cleanup and improvements
60-
61-
62-
## v1.8
63-
64-
_(most recent changes are listed on top):_
65-
- Add PluginManager to README.md
66-
- Prepare 2023
67-
- FIX: Box Shadow Variable
68-
- FIX: CSS Borders
69-
- FIX: Table Cell Border Conflict- CSS Conflicting with Plugin Manager
70-
71-
72-
## v1.7
73-
74-
_(most recent changes are listed on top):_
75-
- Change License to MIT
76-
- FIX: Missing Translation String
77-
- FIX: German Language Strings
78-
79-
80-
## v1.6
81-
82-
_(most recent changes are listed on top):_
83-
- NEW: Added German Translations (formal and informal)
84-
85-
86-
## v1.5
87-
88-
_(most recent changes are listed on top):_
89-
- Update README- More in line with KSP
90-
- FIX: Missing Translations
91-
- Cleanup Plugin Code- More in line with KSP
92-
- Rename CSS file - Make it in line with KanboardSkeletonPlugin style
93-
- FIX: #2 Counting Cronjobs Seems Incorrect
94-
- Fixes #2 as suggested by @creecros
95-
- FIX: Rename Release version filename
96-
- NEW: Add Action Data in Board View
97-
- Add total actions (with user/system splits) relevant to project
98-
- Show totals as a separate mini bar
99-
- Show totals even if zero
100-
- do not show on Project Actions Listing page
101-
- Adjust styling for mini bar
102-
- FIX: System Action counter when zero actions by cronjobs
103-
- Will show zero instead of just icon
104-
- UPDATE: Language strings
105-
106-
107-
## v1.0
108-
109-
_(most recent changes are listed on top):_
110-
- Plugin Files
111-
- Cleanup code
112-
- Added english translations
113-
- Added css and changelog
114-
- Fixed ReadmeIncorrect links
115-
- NEW: Add Readme
116-
117-
---
118-
119-
Read the full [**Changelog**](../master/changelog.md "See changes") or view the [**README**](../master/README.md "View README")
1+
# Changelog
2+
3+
4+
## v2.5
5+
6+
_(most recent changes are listed on top):_
7+
- NEW: Display Actual Colors and Compatibility with ColorManager - improve Action Details Layout #14
8+
- NEW: Show Message if Project Identifier is Set by Action But Not Configured in Project - Improve Action Details Layout #14
9+
- NEW: Show Message if Project Email Address is Set by Action But Not Configured in Project - Improve Action Details Layout #14
10+
- NEW: Add visual icons for ticks and checkmarks - Improve Action Details Layout #14
11+
- NEW: Add Compatibility for AutoSubtasks Plugin - @creecros - Improve Action Details Layout #14
12+
13+
14+
## v2.0
15+
16+
_(most recent changes are listed on top):_
17+
- FIX: KanboardCSS Transition Compatibility
18+
- FIX: Make Buttons More Visible
19+
- FIX: Mention KanboardCSS Compatibility
20+
- FIX: Remove Unnecessary Translation String
21+
- FIX: Use Total Word Instead of Duplicate Icon - wording makes the flow more universal
22+
- FIX: Title Font Sizing
23+
- NEW: Add Unique Icon - Replace `fa-magic` with a better `svg` one
24+
- Add colour to bullets
25+
- FIX: Dropdown Menu Width - inline CSS used to remain specific to dropdown on page only, not elsewhere
26+
- FIX: Bullet Style and Position for Action Details
27+
- FIX: Replace Title Icons for Action Details - more meaningful icons for a better user experience
28+
- FIX: Title Margins
29+
- FIX: Rename `border-radius` Variable
30+
- FIX: CSS Variables
31+
- Switch HTML Elements
32+
- FIX: Title Cell Padding
33+
- Update translations
34+
- FIX: Use Existing Class
35+
- FIX: Do not use empty rulesets
36+
- FIX: No unit for zero needed
37+
- NEW: Split Action Details for Better User Experience
38+
- Cleanup Code - remove `<strong>` HTML element, style changes through CSS
39+
- FIX: Cell Padding
40+
- FIX: Grammar for Language String - #12
41+
- NEW: Clarify if Empty Subject - fixes #11 Add KanboardEmailHistory Compatibility
42+
- FIX: Improve Checkbox Parameter to be More Specific
43+
- NEW: Add KanboardEmailHistory Compatibility - fixes #11
44+
- NEW: Abbreviate Line Number Correctly - changed `Line Number` to `` to save column space #12
45+
- FIX: Translation String - #12
46+
- FIX: Recode `de_DE_du` Translations - #12
47+
- FIX: Recode `de_DE` Translations - #12
48+
- Update Translation Starter Template - #12 Translate Plugin
49+
- FIX: Recode `en_GB` Translations - #12
50+
- FIX: Language Strings - #12
51+
- FIX: Better Wording - #12
52+
- NEW: Add Translation Starter Template - #12 Translate Plugin
53+
54+
55+
## v1.9
56+
57+
_(most recent changes are listed on top):_
58+
- Move Mini Bar to Dropdown Menu
59+
- General code cleanup and improvements
60+
61+
62+
## v1.8
63+
64+
_(most recent changes are listed on top):_
65+
- Add PluginManager to README.md
66+
- Prepare 2023
67+
- FIX: Box Shadow Variable
68+
- FIX: CSS Borders
69+
- FIX: Table Cell Border Conflict - CSS Conflicting with Plugin Manager
70+
71+
72+
## v1.7
73+
74+
_(most recent changes are listed on top):_
75+
- Change License to MIT
76+
- FIX: Missing Translation String
77+
- FIX: German Language Strings
78+
79+
80+
## v1.6
81+
82+
_(most recent changes are listed on top):_
83+
- NEW: Added German Translations (formal and informal)
84+
85+
86+
## v1.5
87+
88+
_(most recent changes are listed on top):_
89+
- Update README- More in line with KSP
90+
- FIX: Missing Translations
91+
- Cleanup Plugin Code - more in line with KSP
92+
- Rename CSS file - make it in line with KanboardSkeletonPlugin style
93+
- FIX: #2 Counting Cronjobs Seems Incorrect - fixes #2 as suggested by @creecros
94+
- FIX: Rename Release version filename
95+
- NEW: Add Action Data in Board View
96+
- Add total actions (with user/system splits) relevant to project
97+
- Show totals as a separate mini bar
98+
- Show totals even if zero
99+
- Do not show on Project Actions Listing page
100+
- Adjust styling for mini bar
101+
- FIX: System Action counter when zero actions by cronjobs - will show zero instead of just icon
102+
- UPDATE: Language strings
103+
104+
105+
## v1.0
106+
107+
_(most recent changes are listed on top):_
108+
- Plugin Files
109+
- Cleanup code
110+
- Added english translations
111+
- Added css and changelog
112+
- Fixed Readme - Incorrect links
113+
- NEW: Add Readme
114+
115+
---
116+
117+
Read the full [**Changelog**](../master/changelog.md "See changes") or view the [**README**](../master/README.md "View README")

0 commit comments

Comments
 (0)