Skip to content

Commit

Permalink
version bump -> 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
igneus committed Jun 18, 2016
1 parent 936b05f commit 9a1d0b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.0.4 (2016-06-18)

* gly fy: converts gabc to gly
* `\markup` keyword - verbatim text or LaTeX code to be included in the preview
* support gabc header field `nabc-lines` (don't comment it out in generated gabc)
* preview by default annotates scores by their `id` header value
* allow empty header fields
* block variant of `\lyrics` and `\music` keywords
* support for all gabc divisiones and hard line breaks (handled as "non-lyrical" music chunks)
* preview: format of placeholders in the document template changed to the django/jinja/... standard - e.g. `{{glyvars}}`
* tested documents containing adiastematic nabc notation
* preview: die loudly on error of the subordinate latex process
* 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

## 0.0.3 (2016-01-12)

* fix gly preview not regenerating once generated gabc files
Expand Down
4 changes: 2 additions & 2 deletions gly.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'gly'
s.version = '0.0.3'
s.date = '2016-01-12'
s.version = '0.0.4'
s.date = '2016-06-18'
s.summary = 'Writer-friendly Gregorian notation format compiling to gabc'

s.authors = ['Jakub Pavlík']
Expand Down

0 comments on commit 9a1d0b1

Please sign in to comment.