From 8be9630053639dae01366d8abfc37bc122532657 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Fri, 15 Jul 2011 11:14:22 +0300 Subject: [PATCH] Update gemspec and README for 2.0.pre3 release. --- README.md | 14 +++++++++++++- jsduck.gemspec | 4 ++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6da6b64..64507a8b 100644 --- a/README.md +++ b/README.md @@ -159,13 +159,25 @@ reported bugs, submitted patches, and provided a lot of useful input. Changelog --------- +* 2.0.pre3 - Fixes for the previous pre-release. + * Paging of search results. + * Support opening classes in tree in new tabs in IE and Firefox. + * Include upgraded version of prettifier, fixing formatting in IE. + * New --head-html and --body-html command line options. + * New --local-storage-db command line option. + * Avoid creating case-insensitively same source file names, + preventing duplicate file conflicts in Windows. + * Include missing ExtJS image files. + * Don't exclude static members from singleton classes, simply print + warning about using @static in singleton class. + * 2.0.pre2 - Fixes for the previous pre-release. * New --stdout command line option. * Fix opening links in new tabs. * Few other small bugfixes and enhancements. * 2.0.pre - Completely overhauled Ext4-themed version. - * Currently in a pre-release state. + * A lot of changes since 0.6 releases. * 0.6.1 - Bug fixes. * Fix scrolling to class members in Chrome 12. diff --git a/jsduck.gemspec b/jsduck.gemspec index 80254484..b576c776 100644 --- a/jsduck.gemspec +++ b/jsduck.gemspec @@ -2,8 +2,8 @@ Gem::Specification.new do |s| s.required_rubygems_version = ">= 1.3.7" s.name = 'jsduck' - s.version = '2.0.pre2' - s.date = '2011-07-06' + s.version = '2.0.pre3' + s.date = '2011-07-15' s.summary = "Simple JavaScript Duckumentation generator" s.description = "Documentation generator for ExtJS 4" s.homepage = "https://github.com/senchalabs/jsduck" -- GitLab