about summary refs log tree commit homepage
path: root/lib/olddoc.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-09 22:20:21 +0000
committerEric Wong <e@80x24.org>2016-01-09 22:28:19 +0000
commite3bb4ac09a8a2f0cf6d1f7a603b221e4ae4745cc (patch)
tree5c42e5167c1cd220d6b17187e8b7389c91d29d15 /lib/olddoc.rb
parent08947d607e9be6626c4ddd20bfc7add4de7caed4 (diff)
downloadolddoc-e3bb4ac09a8a2f0cf6d1f7a603b221e4ae4745cc.tar.gz
Users using .olddoc.yml to add links to mailing list archives
will now be pleased to know "ml_url" and "nntp_url" fields
accept arrays.

This release also fixes bold highlighting of the current
module/class page for APIs.

7 changes since 1.1.2:
      bold class bar to highlight current page
      copyright updates for 2016
      tail: shorten the footer section
      head: use old-style <meta> tags for compatibility
      nodoc some internals
      tail: support multiple URLs for archives
      tail: fix divider when private email does not exist
Diffstat (limited to 'lib/olddoc.rb')
-rw-r--r--lib/olddoc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/olddoc.rb b/lib/olddoc.rb
index d9bc384..5a70577 100644
--- a/lib/olddoc.rb
+++ b/lib/olddoc.rb
@@ -1,7 +1,7 @@
 # Copyright (C) 2015-2016 all contributors <olddoc-public@80x24.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 module Olddoc # :nodoc:
-  VERSION = '1.1.2' # :nodoc:
+  VERSION = '1.2.0' # :nodoc:
 
   autoload :Gemspec, 'olddoc/gemspec'
   autoload :History, 'olddoc/history'