summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/spectralsequences/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/spectralsequences/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/README.md39
1 files changed, 34 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/README.md b/Master/texmf-dist/doc/latex/spectralsequences/README.md
index 074cd2a8591..dbe5c7242a7 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/README.md
+++ b/Master/texmf-dist/doc/latex/spectralsequences/README.md
@@ -1,9 +1,9 @@
-spectralsequences v1.1.1
+spectralsequences v1.2.0
========================
Author: Hood Chatham
Email: hood@mit.edu
-Date: 2017-09-16
+Date: 2017-12-10
License: All files have the Latex Project Public License.
Description: Print spectral sequence diagrams using pgf/tikz.
@@ -12,8 +12,36 @@ See the file manual/spectralsequencesmanual.pdf for a manual. See the examples d
Email me at hood@mit.edu to submit bug reports, request new features, etc. The current development copy is hosted at https://github.com/hoodmane/spectralsequences.
Changelog:
-==========
-## [1.1.1]
+==========
+## [1.2.0]
+### Added:
+- \replacesource and \replacetarget
+- \copypage
+- "name handler" option
+- \SseqAHSSNameHandler
+- \SseqNormalizeMonomialSetVariables
+- "show name" option
+- predicates \IfExistsTF, \IfAliveTF, \IfValidDifferentialTF, and \DrawIfValidDifferentialTF
+- "quiet" environment
+
+### Changed:
+- class label handlers now must output result into \result
+- renamed \sseqnormalizemonomial to \SseqNormalizeMonomial, and now outputs into \result
+- renamed \sseqifempty to \SseqIfEmptyTF
+- renamed \sseqerrortowarning to \SseqErrorToWarning
+- tooltips now disabled unless you use the package option "tooltips" to prevent extraneous auxiliary files.
+
+### Fixed:
+- A bug that made "y axis gap" adjust both axes and "x axis gap" do nothing (reported by Achim Krause).
+- A bug where a random definition of \\ was leaked into global scope (reported by Achim Krause).
+- Now a \structline defined with option page=n will not be deleted by a shorter differential.
+- A parser error that caused infinite recurse under certain conditions
+- Class names now work with commands in their name (particularly, greek letters)
+- \sseq@ifintexpr no longer breaks if the expression ends in \empty
+- Using \sseqset to give default scaling values for xscale and yscale now works as expected.
+
+
+## [1.1.1] (2017-09-18)
### Fixed:
- Groups defined with \SseqNewGroup now correctly handle arithmetic in their arguments.
@@ -21,7 +49,7 @@ Changelog:
- \kill had a bug in it that sometimes caused it to act on the wrong page (reported by Steve Wilson).
-## [1.1.0]
+## [1.1.0] (2017-08-06)
### Added:
- \sseqparseint
@@ -55,3 +83,4 @@ Changelog:
- Fixed a bug with ranges and the sseqpage environment where classes lying outside the printed range would enlarge the range even if an explicit range was specified.
- The chess grid works correctly now
+## [1.0.0] (2017-06-21)