-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathCHANGELOG
185 lines (172 loc) · 8.61 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
==============================================================================
PP-Macros Library CHANGELOG
==============================================================================
NOTE: Obvious changes won't be logged -- eg: addition of "!import" statements
of newly created macros modules to "macros.pp" is given for granted.
Minor changes will not be logged either, because life is too short...
------------------------------------------------------------------------------
2019-06-08
------------------------------------------------------------------------------
PP VERSION v2.8 | pandoc v2.7.2
CHANGES:
- "Highlight.pp" v2.2:
- Use "!bash" macro instead of "!sh", for "!sh" no longer worked under Bash
for Windows.
REMOVED:
- "GFM-TaskList.pp":
- Pandoc now supports GFM-like task lists natively, so these macros are no
longer needed.
------------------------------------------------------------------------------
2017-11-22
------------------------------------------------------------------------------
PP VERSION v2.1.5 | pandoc v2.0.2
CHANGES:
- "GFM-TaskList.pp" v2.1:
- "!Task" macro emits escaped non-breaking space ("\ ") instead of  
HTML entity because HTML entities prevent pandoc v2 from parsing markdown
contents in raw HTML. See Issue #4088:
-- https://github.com/jgm/pandoc/issues/4088
------------------------------------------------------------------------------
2017-11-21
------------------------------------------------------------------------------
PP VERSION v2.1.5
CHANGES:
- "GFM-Alerts.pp" v2.1:
- Now Alerts are wrapped in a single <div> (outer <div class="flash-messages">
is gone).
- Alerts' class names have changed:
flash => Alert
flash-warn => Warning
flash-error => Error
flash-success => Success
flash-plain => Note
- "!GFMAlertNote" is the new preferred syntax replacing "!GFMAlertPlain"
(it better matches the new ".Note" class-name).
- "!GFMAlertPlain" now becomes just an alias of "!GFMAlertNote".
- "GFM-Alerts.css" v2.0:
- Now "GFM-Alerts.css" is build from a Sass source file ("GFM-Alerts.scss").
- The new stylesheet reflects the changes in GFM-Alerts.pp" v2.1:
- outer div ".flash-messages" removed
- class names have changed
- "GFM-TaskList.css" v1.1:
- Added a few CSS lines to ensure that when Task-List entries are wrapped
in <p> tags they have top- and bottom-margin of "0". (looks like with
pandoc v2 paragraphs are sneaking-in when using the Task-List macro).
- "GFM-TaskList.css" v1.2:
- Fixed a duplicate CSS line (just redundant, no behaviour changes).
ADDED:
- "GFM-Alerts.scss" v2.0:
- First release (starts from v2.0 to mirror current project status).
This is the Sass/SCSS source file from which "GFM-Alerts.css" is now built
from. In the future all CSS files will be compiled from Sass sources
because of easier maintainance.
------------------------------------------------------------------------------
2017-10-25
------------------------------------------------------------------------------
PP VERSION v2.0
This is a major update. PP v1.11 already introduced some macros behaviour
changes (bug fixes in nested parameters); PP v2.0 drops support for the "\"
macro character: only the "!" syntax is supported by default, even though the
new built-in "!macrochars" allows defining multiple custom macro chars
(so "!macrochars(!\)" allows backward compatible behaviour).
- All macros updated to use only the "!" syntax.
- All macros version bumped up to 2.0 to align with PP version.
- Macros end-user usage syntax remain unchanged (apart from PP not longer
supporting the "\" macro char syntax).
CHANGES:
- "Highlight.pp" v2.1:
- The "!Highlight" macro now detects the current context running PP:
- if Shell/Bash: it invokes !HighlightSh (even under Git Bash for Win)
- if Win CMD: it invokes !HighlightCMD
- "Highlight.pp" v2.0:
- THe passed LANG is now added also to <pre> tag, to allow finer styling
control with custom CSS: <pre class="hl LANG"><code class="LANG">
(before it was added only to the <pre> tag).
- "GFM-TaskList.pp" v2.0:
- Added support for nested Task Lists via optional third parameter
(doesn't break backward compatibility with older version).
------------------------------------------------------------------------------
2017-07-05
------------------------------------------------------------------------------
FIXED:
- "Highlight.pp" v1.4 (2017-07-05): The macros were invoking "highlight.exe",
now changed to "highlight" for cross platformness (thanks to @bpj for
pointing it out).
------------------------------------------------------------------------------
2017-07-04
------------------------------------------------------------------------------
PP VERSION v1.9.3
ADDED:
- "Highlight.pp" v1.3:
- Added "!Highlight" macro to syntax-highlight a block of code passed as
macro parameter within lines of tildas. NOTE: Currently this macro needs
to write a temporary file in the macros folder for each macro invocation,
then deletes the temporary files. Couldn't find a better solution. Tested
on Windows but should also work on Linux.
- "Highlight.pp" test files.
------------------------------------------------------------------------------
2017-04-18
------------------------------------------------------------------------------
ADDED:
- "GFM-TaskList.pp" v1.1.0:
- Added "GFM-TaskList.css" stylesheet.
- Added "!TaskListInlineCSS" macro to import "GFM-TaskList.css" as inline CSS.
------------------------------------------------------------------------------
2017-04-16
------------------------------------------------------------------------------
PP VERSION v1.7-2
CHANGED:
- "Highlight.pp" v1.2: Now cross-platform thanks to "!exec" built-in macro
in PP v1.7-2 (used instead of "!cmd")
------------------------------------------------------------------------------
2017-04-14
------------------------------------------------------------------------------
CHANGED:
- "Highlight.pp" v1.1: Added "--validate-input" option to Highlight invocation
(ie: test if input is text, and remove Unicode BOM). This prevents BOM chars
from showing up in the highlighted code when importing a file that has BOM.
------------------------------------------------------------------------------
2017-04-11
------------------------------------------------------------------------------
ADDED:
- "InlineFormatting.pp": A set of shortcut-macros for various standard html
inline elements:
- "!kbd(KEY1)[(KEY2)(KEY3)(KEY4)]"
- "!kbdInlineCSS": imports "kbd_GitHub.css" as inline CSS.
- "kbd_GitHub.css": GitHub's <kbd> styling.
------------------------------------------------------------------------------
2017-04-10
------------------------------------------------------------------------------
Now a "test" folder has been created for testing the various macros modules.
CHANGED:
- "GFM-Alert.pp" -> "GFM-Alerts.pp"
- "GFM-Alerts.pp" v1.0.2:
- Now description instructs using the included CSS file "GFM-Alerts.css".
- Added "!GFMAlertsInlineCSS" macro to import "GFM-Alerts.css" as inline CSS.
- Added "!GFMAlertPlain()" macro, with grey colors.
- "macros.pp" v1.0.2:
- "!import(GFM-Alert.pp)" -> "!import(GFM-Alerts.pp)"
ADDED:
- "GFM-Alerts.css":
- reduced version of Primer CSS's module "flash.scss":
https://github.com/primer/primer-alerts/blob/master/lib/flash.scss
Copyright (c) 2016 GitHub Inc. Released under The MIT License (MIT).
------------------------------------------------------------------------------
2017-04-09 (B)
------------------------------------------------------------------------------
Updated all macros files to PP v1.4 (new features).
All macros now have comments with version info and description.
The "macros.pp" module now loads the other macros via the new !import() macro,
instead of the old !include().
- "macros.pp" v1.0.1
- "GFM-Alert.pp" v1.0.1
- "GFM-TaskList.pp" v1.0.1
- "Highlight.pp" v1.0.1
------------------------------------------------------------------------------
2017-04-09 (A)
------------------------------------------------------------------------------
First release, PP v1.3.
- "macros.pp" v1.0
- "GFM-Alert.pp" v1.0
- "GFM-TaskList.pp" v1.0
- "Highlight.pp" v1.0