forked from ChordPro/chordpro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
426 lines (308 loc) · 13 KB
/
CHANGES
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
0.96 2018-07-11
- (pp/linux/GNUmakefile) Verify we're running the right perl.
- Upgrade to App::Packager 1.43.
- Fix transpose of Asus and Esus chords.
- Fix issue #47 by Increasing base fret limit to 23.
- Fix error handling with illegal chord definitions.
- (wxChordPro) Fix file saving logic.
- Experimental: Markup for song sections.
- Experimental: All fonts can have background and frame.
0.95 2018-06-04
- Add (derived) meta item _key to reflect the actual song key,
taking capo setting into account.
- Allow {comment} without background colour.
- Make {comment_box} box the same colour as its text.
- Warn if multiple {capo} settings.
- Fix problem that chords in grids were not transposed.
- Add value "auto" for pdf.labels.width to automatically reserve
margin space when labels are used.
- Fix problem that titles-directive-ignore was ignored.
- (PDF) Fix problem that toc entries were not clickable.
- Fix issue #41 - Error in transposition of a recalled chorus.
- Fix issue #42 - Defining Chords Fails for Songbooks.
Song chord definitions were lost in multi-song songbooks except
for the last (or only) song.
- Fix schema validation for configs.
0.94 2018-01-23
- Allow \ { } and | to be escaped with \ in replacement strings.
- Fix problem that in-song chords caused CANNOT HAPPEN error.
- Add --filelist option to read song file names from files.
- Fix inconsistent handling of --lyrics-only in backends.
- Add html to list of recognized output types (even though experimental).
- Fix Chord/Chordii regression: Base frets in chord diagrams
should be arabic numbers, not roman.
- Pass unknown directives through to backends.
- Fix labels handling for ChordPro output.
- Fix problem that bass notes in chords were not transposed.
0.930.1
- (pp/windows) Add PDF::API2::Bundle to make sure all PDF::API2
and TTF::Font modules are included.
0.93 2017-12-07
- Fix transposition of chord diagrams.
0.92 2017-12-07
- Add configurable sort methods for table of contents.
Config option: toc.order, values "page" or "alpha".
Default is "page".
Config option: toc.title, default "Table of Contents".
Supersedes pdf.formats.default.toc-title.
- Fix JSON problem with loading UTF8 config files.
- Fix the need for a bogus file argument when dumping chords.
- Experimental support for indenting and margin labels.
- Obsolete pdf.diagramscolumn in favour of pdf.diagrams.show.
This can be top, bottom, right of the first page, and below,
following the last song line.
- Provide song source for unknown chords message.
- Handle UTF-8 encoded filenames correctly.
- Implement in-line printing of chords, config:
settings.inline-chords.
Add style 'inline'.
- Fix problem with font restore after {textfont} cs.
- Fix problem that trailing empty lines were discarded.
- Fix final line discard if input is not newline terminated.
- Fix issue#31 (textsize directive with percentage raises error).
- Fix problem where first empty line was inadvertently ignored.
0.910.1 2017-11-09
- Add style 'modern3'.
0.91 2017-11-09
- Add printing of bars in chord diagrams.
- Allow PDF config "fontdir" to take an array of paths. Also,
allow the path elements to be a colon-(Windows: semicolon)-separated
list of paths.
- Add PDF config "diagramscolumn". This will have the song chord
diagrams printed on the first page, in a side column.
Experimental.
- Fix problem with misnumbered fingers in non-builtin chords.
- Fix problem with restoring defaults for {textsize} and friends.
0.90 2017-10-17
- Fix dependencies in Makefile.PL.
- Do not mark config defined chords as being user defined.
- Fix some problems with '{chord}' chords.
0.89 2017-09-22
- Add {transpose} directive.
- Transpositions and metadata substitutions are now handled at
parse time.
- Update built-in documentation.
- Upgrade WxChordPro to 0.89.
- Fix problem with locating manual page.
- Normalize CHANGES according to CPAN:Changes::Spec.
0.88 2017-09-11
- Put the Table of Contents (if any) at the beginning.
- Fix a bug that caused no TOC to be produced with multiple song
input.
- Add --csv command line option to request writing the CSV.
- Add --cover command line option to prepend cover pages.
- Improve JSON config validation.
0.87 2017-09-04
- Fix problem where songlines without chords yielded empty lines
in the ChordPro backend after transposition.
- Allow "-" as filename for standard input.
- Handle Byte Order Mark in input files.
- (ChordPro) Do not use {meta} for known meta keys.
- (Windows) Handle version number setting in iss file.
0.860.1 2017-08-18
- Fix test failures with PDF::Builder 3.004, issue
https://rt.cpan.org/Ticket/Display.html?id=122815 .
0.86 2017-08-16
- Fix problems with disappearing page titles.
- Fix some packing issues.
0.85 2017-08-15
- Rename config pdf.fonts.diagram_capo to pdf.fonts.diagram_base.
- Fix some (well, several) layout issues with odd/even page printing.
- Fix missing fingers in config defined chords.
- Allow PDF::Builder to be used instead of PDF::API2.
- Improve define/chord parsing and diagnostics.
- (WxChordPro) Update to 0.84.
0.84 2017-07-31
- Emergency fix for PDF font problem.
0.83 2017-07-31
- Supply default '1+4x4+1' for first start_of_grid.
- Supply default straight font for grid lines.
- Allow empty lines in grids.
- Improve WxChordPro integration.
- Change old terminology "chordgrid" to "diagrams".
- (WxChordPro) Update to 0.83.
0.82 2017-07-21
- Add Version.pm.
0.81 2017-07-16
- Fixed problem where wxChordPro couldn't preview.
- Restructured the files for packaging support.
0.80 2017-07-13
- (PDF) Improve terminology in warning about unkown chords.
- Prevent undefined warnings when a song has no chords.
- (pp) Allow resource updating.
- Prevent undefined warnings when the system provides no configs.
- Add missing POD resources for packaged binaries.
- Supply usage info and exit when run without action/file arguments.
0.79 2017-07-12
- Mostly packing/packaging fixes.
- (WxChordPro) Update to 0.79.
0.78 2017-07-12
- Mostly packaging fixes.
- (WxChordPro) Update to 0.78.
0.77 2017-06-26
- Finalize design and implementation of chord grids.
- Add support for chord fingerings, as suggested by Christian
- Erickson (author of the Songsheet Generator).
- Fix meaning of clo -G (was negated).
- Add song examples.
- (WxChordPro) Update to 0.76.
0.76 2017-05-16
- Allow text properties to stack/unstack.
- Suppress empty text line if there's only [Chords].
- Enhance parameter substitution in titles/comments.
- Allow {chord NAME} to designate known chords.
- Some more fix problems with dot-less @INC in newer perls.
- Add schema to verify (and edit) json config files.
0.75 2017-04-13
- Experimental support for Nashville Numbering System and Roman
- Numbered Chords.
- (Config) Add more meta data: lyricist, arranger, copyright,
year, duration.
- (PDF) Improve grids drawing: add config for line thickness, add space
for the crosses/circles.
- (PDF) Allow PDF to be written to standard output. Output file
will now be named after the input file if there's only one.
- Keep track of #-comments in ChordPro input and reproduce in
- ChordPro output.
- (PDF) Fonts are now looked up in a font path consisting of the
fontdir config setting, the application's fonts resource
- directory, and the value of environment variable FONTDIR.
- (Packager) Use App::Packager from CPAN.
- (WxChordPro) Update to 0.74.
0.74 2017-04-02
- Fix problems with dot-less @INC in newer perls.
0.73 2017-04-04
- (WxChordPro) Update to 0.710.3.
0.72 2017-01-18
- (WxChordPro) Update to 0.710.2.
- Fix style_chordii sample config.
0.71 2017-01-17
- Produce CSV with PDF and toc.
- Implement {chord...} directive.
0.70 2016-11-10
- (ChordPro) Fix require of Common.
- (Config) Comment example chord definition.
- (ChordPro) Add rechorus handling.
- (ChordPro) Fix --toc/--notoc command line option.
- (PDF) Fix background colour in indented chorus.
- (PDF) Fix wrong headspace on continuation pages.
0.69 2016-09-29
- Add parser tests.
- Prevent nasty errors when transposing unknown chords.
- (PDF) Fix comment decorations that were off due to
substituting metadata.
- (ChordPro) Add msp as output variant.
0.68 2016-08-23
- Extend chorus recall. Chorus may be quoted, and/or referred
with a tag text.
- Handle {pagesize} in legacy config.
- Minor adjustments to the default configuration to match the
documentation.
0.67 2016-08-23
- Overhaul of chord definitions and transpositions.
- Chords may now be parenthesised.
- {defined: name ...} is now preferred.
- "base-fret NN" may be omitted.
- All strings may be omitted to define an unknown chord.
0.66 2016-08-22
- Uploaded to GitHub.
- Added support for {meta} directives.
- Make the list of known metatada configurable.
- Allow using metadata in titles and comments.
- Remove meta-mapping (no longer needed).
- Change the way unknown chords are dealt with, for
- Chord/Chordii compatibility.
- Add res/config/style_chordii.json with as much Chord/Chordii
compatibility as can be reasonably achieved.
0.65 2016-07-15
- Add --define to set config items from the command line.
- Smooth some config trickeries.
- Add meta-map config to treat metadata items differently.
- Normalize directives parsing to be (more) Chord/Chordii
compatible.
- Handle defining chords with flexible number of strings.
0.64 2016-07-10
- Add support for Chord/Chordii legacy config.
- Add --no-legacy-config to suppress legacy config.
- Add --no-default-configs (-X) to suppress all default configs.
- Do not make "no easy chords" default.
- More pp stuff.
0.63 2016-07-06
- Add support for {grid} and friends.
- More pp stuff.
0.62 2016-07-03
- Improve support for PAR packaging.
- Add Undo/Redo (MSW only?).
- Better viewer launching.
- Use separate PODs for --manual and --help-config.
- Add wxchordpro to the kit.
0.61 2016-06-28
- Improve packaging.
- Add support for PAR packaging.
0.60 2016-06-23
- Bring chorus layout attributes under a single topic.
- Add chordgrid and chordgrid_capo chords.
0.59 2016-06-23
- We have a Ukulele.
- And a GUI.
0.58 2016-06-20
- Handle --chord-grid-size.
- Add chord definitions in configuration.
- Add chords sorting.
- Add user defined chords and tunings.
- Handle --no-easy-chord-grids and --chord-grids-sorted.
0.57 2016-06-19
- Move transpose code to Chords module.
- Default grid font to comment, not font.
- Register user defined fonts.
- First shot at printing chord grids.
- Second shot at printing chord grids.
- Support -D, but use backend to generate the grids.
0.56 2016-06-13
- Handle {titles} directive.
- Add support for head-first-only. Titles are now top-printed.
- Move low-level primitives to PRWriter module.
- Add font and spacing for 'empty' lines.
0.55 2016-06-10
- Detailed page headers/footers control.
- Require perl version v5.10.
0.54 2016-06-08
- Fix bug #115156: Will not build on Mac OSX.
- Fix bug #115159: IO::File is not loaded automatically in older
perls ( < 5.12.6 ).
0.53.1 2016-06-08
- Improve Makefile.PL to get indexing right.
0.53 2016-06-07
- Add built-in chords and the --dump-chords-text facility.
- (PDF) Turn missing images into a comment.
0.52.6 2016-06-07
- Fix POD problem in Config.pm.
0.52.5 2016-06-07
- Improve Makefile.PL to get indexing right.
0.52.4 2016-06-06
- Improve Makefile.PL.
0.52.3 2016-06-06
- Move configuration pod to Config.pod. Will it be indexed?
- Add --print-default-config and --print-final-config options.
- Fix problems with songline colours.
- Fix headings.
- Add head-first-only setting.
- Fix page footers.
0.52.2 2016-06-06
- Minor documentation changes.
0.52.1 2016-06-05
- Some fixes for tests on Windows.
0.52 2016-06-05
- Move runnable code from chordpro script to ChordPro.pm
module. The script is now a simple wrapper.
- Add documentation.
0.51.3 2016-06-05
- Eliminate Clone as a dependency.
- Eliminate IO::String as an explicit dependency. It's implied
by Font::TTF.
0.51.2 2016-06-04
- Better Makefile.PL (no_index of namespace).
0.51.1 2016-06-04
- Better Makefile.PL.
0.51 2016-06-04
- First alpha version released.