diff --git a/README.md b/README.md index a6da6b645c060890445474c030a592c9d58e46bb..64507a8bccef132cc968da985fb88111108bd8cc 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 80254484ba5f6ef6b7d26bcf48f560bd61774442..b576c776e9e3495d7ccb0592577d9447aafedf26 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"