Skip to content

Commit

Permalink
v3.3.0. See CHANGELOG.md for details.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcn committed Sep 26, 2015
1 parent ab2483c commit d6e0716
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 37 deletions.
62 changes: 39 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,23 @@ bugs are fixed.

## [Unreleased][unreleased]

[unreleased]: https://github.com/jedcn/reveal-ck/compare/v3.2.0...master
[unreleased]: https://github.com/jedcn/reveal-ck/compare/v3.3.0...master

### Added

* Nothing.

### Changed

* Nothing.

### Fixed

* Nothing.

### 3.3.0 / 2015-09-26

[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v3.2.0...v3.3.0)

### Added

Expand Down Expand Up @@ -56,7 +72,7 @@ bugs are fixed.

### 3.2.0 / 2015-05-29

[full changelog](https://github.com/jedcn/reveal-ck/compare/v3.1.0...v3.2.0)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v3.1.0...v3.2.0)

This release allows you to supply a new configuration option in your
`config.yml`: `requires`
Expand All @@ -78,15 +94,15 @@ Big thanks to [@kbrock][kbrock]!

### 3.1.0 / 2015-05-09

[full changelog](https://github.com/jedcn/reveal-ck/compare/v3.0.1...v3.1.0)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v3.0.1...v3.1.0)

This release allows you to add a description to your configuration,
and this description will appear in the generate slides as a <meta>
tag.

### 3.0.1 / 2015-03-01

[full changelog](https://github.com/jedcn/reveal-ck/compare/v3.0.0...v3.0.1)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v3.0.0...v3.0.1)

This release upgraded all dependencies to their latest, locked them at
that version, and made slight tweaks to ensure that reveal-ck worked
Expand All @@ -107,7 +123,7 @@ was an option).

### 3.0.0 / 2015-01-23

[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.6.2...v3.0.0)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.6.2...v3.0.0)

This release makes it so that the presentations generated by reveal-ck
match up with the 3.0.0 release of reveal.js. For example-- the new
Expand All @@ -118,7 +134,7 @@ details. It's so cool.

### 0.6.2 / 2015-01-19

[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.6.1...v0.6.2)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.6.1...v0.6.2)

#### Bug Fix: Escape HTML characters in Markdown code snippets

Expand All @@ -132,7 +148,7 @@ Thanks to [@skirino][skirino] for both reporting the issue and fixing it!

### 0.6.1 / 2015-01-09

[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.6.0...v0.6.1)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.6.0...v0.6.1)

#### Bug Fix: Support emoji like :money_with_wings:

Expand All @@ -142,7 +158,7 @@ underscore, on the same line.

### 0.6.0 / 2014-11-01

[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.5.1...v0.6.0)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.5.1...v0.6.0)

#### Feature: Support GFM Markdown for Tables

Expand Down Expand Up @@ -170,7 +186,7 @@ This is now possible, and an `***` gets things going.

### 0.5.1 / 2014-11-01

[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.5.0...v0.5.1)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.5.0...v0.5.1)

#### Bug: Fix a Hanging Issue

Expand All @@ -180,7 +196,7 @@ hanging.

### 0.5.0 / 2014-10-12

[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.4.2...v0.5.0)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.4.2...v0.5.0)

#### LiveReload!

Expand All @@ -201,7 +217,7 @@ This is *only* possible due to:

### 0.4.2 / 2014-09-27

[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.4.1...v0.4.2)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.4.1...v0.4.2)

#### Fix Issue #16

Expand All @@ -213,7 +229,7 @@ The description and version are now back if you type reveal-ck --help

### 0.4.1 / 2014-07-16

[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.4.0...v0.4.1)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.4.0...v0.4.1)

#### Fix Issue #13

Expand All @@ -223,7 +239,7 @@ working when 1.9 came out. And so, this change locks us onto

### 0.4.0 / 2014-06-21

[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.3.0...v0.4.0)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.3.0...v0.4.0)

#### Ruby 1.9.3 is no longer supported

Expand Down Expand Up @@ -265,7 +281,7 @@ See [mention.feature][mention.feature].

### 0.3.0 / 2014-06-08

[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.2.0...v0.3.0)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.2.0...v0.3.0)

#### CSS Inclusion

Expand Down Expand Up @@ -338,7 +354,7 @@ https://www.relishapp.com/jedcn/reveal-ck/
### 0.2.0 / 2013-12-26
[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.1.8...v0.2.0)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.1.8...v0.2.0)
#### Update to embedded reveal.js
Expand Down Expand Up @@ -376,7 +392,7 @@ with `---`.

### 0.1.8 / 2013-11-02

[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.1.7...v0.1.8)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.1.7...v0.1.8)

#### image.slim: optional height and width

Expand Down Expand Up @@ -404,7 +420,7 @@ The central configuration file is now `config.yml` instead of
It is now: 9da292.

### 0.1.7 / 2013-09-29
[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.1.6...v0.1.7)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.1.6...v0.1.7)

#### Metadata in DSL + config.toml

Expand Down Expand Up @@ -441,7 +457,7 @@ This lets you keep things like code-snippets in a "code/" directory.
The template named "title" has been renamed to "intro".

### 0.1.6 / 2013-09-23
[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.1.5...v0.1.6)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.1.5...v0.1.6)

#### Tweak to Presentation DSL

Expand All @@ -466,7 +482,7 @@ motivate towards simplicity. Examples include:
* Adhering to basic Style Guide standards (rubocop)

### 0.1.5 / 2013-09-17
[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.1.4...v0.1.5)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.1.4...v0.1.5)

#### DSL(ish)

Expand All @@ -488,15 +504,15 @@ can use these to create a slide deck. See
`examples/programmatic-slides.rb` for an example.

### 0.1.4 / 2013-09-09
[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.1.3...v0.1.4)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.1.3...v0.1.4)

#### Slim Support

You can now author slides in either Slim or Haml. Choose which by
supplying a `slides.haml` or a `slides.slim`.

### 0.1.3 / 2013-07-09
[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.1.2...v0.1.3)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.1.2...v0.1.3)

#### Config

Expand Down Expand Up @@ -537,7 +553,7 @@ to January 2013. It's now been updated to around the end of June 2013.
In short, it was: f3b488. And now it is: 7d19b4.

### 0.1.2 / 2013-07-06
[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.1.1...v0.1.2)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.1.1...v0.1.2)

#### Bug Fixes

Expand All @@ -554,7 +570,7 @@ In short, it was: f3b488. And now it is: 7d19b4.
* Moved from Jeweler to Bundler for Gem Management

### 0.1.1 / 2013-02-15
[full changelog](https://github.com/jedcn/reveal-ck/compare/v0.1.0...v0.1.1)
[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v0.1.0...v0.1.1)

#### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion lib/reveal-ck/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RevealCK::VERSION is the current version of reveal-ck
module RevealCK
VERSION = '3.2.0'
VERSION = '3.3.0'
end
15 changes: 2 additions & 13 deletions reveal-ck.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require File.join([File.dirname(__FILE__),'lib','reveal-ck','version.rb'])

Gem::Specification.new do |s|
# DON'T FORGET TO CHANGE ME!
s.date = '2015-05-29'
s.date = '2015-09-26'
s.required_ruby_version = '>= 2.0.0'
s.name = 'reveal-ck'
s.version = RevealCK::VERSION
Expand All @@ -14,18 +14,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/jedcn/reveal-ck'
s.summary = 'Create reveal.js presentations with Markdown.'
s.description =
'A command line interface for generating reveal.js presentations.
You have something important to say, and you are a busy person. Why not write your next presentation in (github flavored) markdown?
reveal-ck has been used by students, teachers, trainers, and conference presenters. It just "works." It lets you stay focused on your content-- not the tools that you are using to make your content.
It produces reveal.js presentations, which are beautiful and world-class. If you are already familiar with reveal.js, great! You will now be able to use html, html+erb, haml, or slim to most efficiently write out your presentation markup. You can provide your own CSS tweaks without intermingling "your" presentation code with reveal.js\'s base CSS.
You can write slides with a Ruby DSL! You can generate slide content with database and network calls.. but that\'s another story.
Finally-- livereload is built in-- so it supports a nice flow where you keep a browser open on your slides, and save with your editor, the browser updates with your latest work.'

'A command line interface for generating reveal.js presentations from markdown.'
#
# Runtime Dependencies
s.add_dependency 'docile', '1.1.5'
Expand Down

0 comments on commit d6e0716

Please sign in to comment.