summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2019-03-11 20:25:45 -0600
committerAaron Ball <nullspoon@oper.io>2019-03-11 20:25:45 -0600
commita67b50aba366a400e8073def950dd0d9d2185670 (patch)
tree0fb27991405e894311731836820636e92875f2d3
parent5f44a9a40a56fcef522d536d9ec38a2e10efc7d0 (diff)
downloadupwgen-a67b50aba366a400e8073def950dd0d9d2185670.tar.gz
upwgen-a67b50aba366a400e8073def950dd0d9d2185670.tar.xz
Initial commit of version 1.0 release notes
These weren't committed in the original release (oops), so adding this retroactively.
-rw-r--r--doc/relnotes/1.0.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/relnotes/1.0.rst b/doc/relnotes/1.0.rst
new file mode 100644
index 0000000..1def931
--- /dev/null
+++ b/doc/relnotes/1.0.rst
@@ -0,0 +1,15 @@
+Upwgen 1.0 Release Notes
+========================
+
+This is the first release of upwgen.
+
+Features
+--------
+
+* Generate passwords of [effectively] any length with English upper case
+ (``-c,--capitalize``), lower case (``-l,--lower``), numerals
+ (``-n,--numerals``), and symbols (``-y,--symbols``) (all under ASCII 126)
+
+* Support for i18n passwords using the ``-i,--i18n`` switch. Usage of this
+ switch increases the pool size to 841 characters by adding the Unicode Latin
+ A, Latin B, Greek, Russian, Armenian, Hebrew, and Arabic blocks.

Generated by cgit