about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-04-22 01:54:23 +0000
committerEric Wong <e@80x24.org>2019-04-22 01:54:23 +0000
commit9dcfc5157bd72fe490cf4dc8f531dd3f2044831f (patch)
treefad8c858d664ff1d40a57c3b6fdf655852f55b67
parent57751a63bd6b3cb06deb0f3ad761237efd4d653b (diff)
downloadolddoc-9dcfc5157bd72fe490cf4dc8f531dd3f2044831f.tar.gz
Since most users are on horrible GUI browsers which default
to light backgrounds, implement the "dark216" color scheme
which saves power on OLED and CRT displays.  This still
respects "prefers-color-scheme:light" on newer browsers,
so users can burn their eyes out if they wish :P

While we're at it, switch to perlpod for our own documentation
since Perl5 and POD tooling is more common on most *nix systems
than pandoc.  Finally, update our documentation to avoid the
term "mailing list" because centralized subscriber lists limit
forkability compared to an "archives first" approach to email.

3 changes since v1.6.0 (2019-01-07):
  add dark216 color scheme for power savings
  doc: switch to perlpod for documentation
  doc: update wording to avoid "mailing list"
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index ec1f606..4dd2abe 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -5,7 +5,7 @@
 CONSTANT = "Olddoc::VERSION"
 RVF = "lib/olddoc/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v1.6.0"
+DEF_VER = "v1.7.0"
 vn = DEF_VER.dup
 
 # First see if there is a version file (included in release tarballs),