Skip to content

Commit 9a1d0b1

Browse files
committed
version bump -> 0.0.4
1 parent 936b05f commit 9a1d0b1

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.0.4 (2016-06-18)
4+
5+
* gly fy: converts gabc to gly
6+
* `\markup` keyword - verbatim text or LaTeX code to be included in the preview
7+
* support gabc header field `nabc-lines` (don't comment it out in generated gabc)
8+
* preview by default annotates scores by their `id` header value
9+
* allow empty header fields
10+
* block variant of `\lyrics` and `\music` keywords
11+
* support for all gabc divisiones and hard line breaks (handled as "non-lyrical" music chunks)
12+
* preview: format of placeholders in the document template changed to the django/jinja/... standard - e.g. `{{glyvars}}`
13+
* tested documents containing adiastematic nabc notation
14+
* preview: die loudly on error of the subordinate latex process
15+
* preview: when input file doesn't exist, try to add extension - e.g. `gly preview hello` compiles `hello.gabc` if file `hello` doesn't exist
16+
317
## 0.0.3 (2016-01-12)
418

519
* fix gly preview not regenerating once generated gabc files

gly.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22
Gem::Specification.new do |s|
33
s.name = 'gly'
4-
s.version = '0.0.3'
5-
s.date = '2016-01-12'
4+
s.version = '0.0.4'
5+
s.date = '2016-06-18'
66
s.summary = 'Writer-friendly Gregorian notation format compiling to gabc'
77

88
s.authors = ['Jakub Pavlík']

0 commit comments

Comments
 (0)