Skip to content

Commit

Permalink
Release 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Jul 11, 2019
1 parent 73aae30 commit a927d72
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ deploy:
provider: releases
api_key: $GH_TOKEN
file_glob: true
file: $TRAVIS_BUILD_DIR/../pgf_*.zip $TRAVIS_BUILD_DIR/../pgfmanual.pdf
file:
- $TRAVIS_BUILD_DIR/../pgf_*.zip
- $TRAVIS_BUILD_DIR/../pgfmanual.pdf
skip_cleanup: true
overwrite: true
on:
Expand Down
240 changes: 240 additions & 0 deletions doc/generic/pgf/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,243 @@
2019-07-12 Henri Menke

- Release 3.1.4

2019-07-12 Henri Menke

- after_script runs after deploy

2019-07-11 Henri Menke

- Add pgfmanual to release files

2019-07-11 johannesborgstrom

- Add URL of the pdf manual to the README.md file

2019-07-11 Henri Menke

- Goodbye SourceForge

2019-07-11 Henri Menke

- Clear trap before deploy

2019-07-11 Henri Menke

- Switch to a new branch for tlcontrib

2019-07-10 Henri Menke

- Stretchable dash patterns #629

2019-07-09 Henri Menke

- Try protected@edef in pgfmathparse

2019-07-05 Henri Menke

- Hardening patterns.meta a little

2019-07-04 Henri Menke

- \pgfmathrandominteger didn't handle expressions as input

2019-07-04 Henri Menke

- extract.lua: all extracted files are tex

2019-07-04 Henri Menke

- extract.lua: recurse into subdirectories, ignore remember picture

2019-07-03 Henri Menke

- Describe \pgfdeclarepattern and \tikzdeclarepattern

2019-07-03 Henri Menke

- Add patterns.meta to the manual

2019-06-27 Henri Menke

- /pgf/foreach/count is unscoped #702

2019-04-22 Henri Menke

- On the way to more configurable patterns

2019-06-27 Henri Menke

- Add mailing list to the README

2019-06-26 Henri Menke

- Missed stripping pt on dimensions #701

2019-06-26 Henri Menke

- Bend angle need not be integer #700

2019-06-26 Henri Menke

- No dedicated options for libraries (for now)

2019-06-26 Henri Menke

- Add option to hide code

2019-06-26 Henri Menke

- Stripping comments was too greedy

2019-06-26 Henri Menke

- Small fix to the grammar

2019-06-25 Henri Menke

- Typos in luamath

2019-06-24 Henri Menke

- Functionality to print libraries in code listings

2019-06-23 Stefan Pinnow

- - fixed some typos

2019-06-22 Stefan Pinnow

- - fixed regression (accidentally duplicated part of code)

2019-06-21 Henri Menke

- \pgf@nodecallback might be called twice #693

2019-06-21 Henri Menke

- Default implementation of \pgfsys@hboxsynced doesn't work for dvips #690

2019-06-21 Henri Menke

- Fix position tracking for XeTeX #353

2019-06-06 Henri Menke

- Wrong order in definition of \translate #689

2019-06-05 Henri Menke

- FILES is generated

2019-06-05 Henri Menke

- Change priority of Travis jobs

2019-06-05 Henri Menke

- Load imakeidx before hyperref

2019-06-05 Henri Menke

- Remove user config from deploy script

2019-06-03 Henri Menke

- Revert "Missing spaces in error messages #679"

2019-05-31 cfeuersaenger

- Restored lost functionality in intersections / fillbetween feature

2019-05-30 Christian Feuersaenger

- Revert 00f4e8d4154dcb3133ed4a106b6254b8faf874e2

2019-05-30 Christian Feuersaenger

- Fixed regression: the merge cc191ed4ae5bd11df9ce42595102caa4e1f141b4 accidentally deleted a feature

2019-05-24 Henri Menke

- Use imakeidx for automatic index creation

2019-05-23 Henri Menke

- Looks like I got tex4ht working

2019-05-23 Henri Menke

- Use T1 for DVI output for now, see also https://github.com/mgieseki/dvisvgm/issues/2

2019-05-23 Henri Menke

- luaotfload was missing this whole time

2019-05-23 Henri Menke

- Merge remote-tracking branch 'loopspace/master'

2019-05-23 Henri Menke

- Disable T1 encoding for LuaTeX

2019-05-21 Andrew Stacey

- Extended the higher-level save of the last moveto so that it also works with nodes.

2019-05-21 Andrew Stacey

- Added dimensions for saving the last moveto coordinates so that -- cycle works with nodes. The existing method uses the coordinates stored from the last soft path move to, but this has an extra transformation applied to it meaning that when it gets used in node placement the transformation is applied twice.

2019-05-20 Henri Menke

- Missing spaces in error messages #679

2019-05-17 Henri Menke

- Move tlcontrib to tlnet folder to make room for possible future MikTeX contrib

2019-05-17 Henri Menke

- Typo in alternate angles #676

2019-05-15 Henri Menke

- Missing xcolor definitions for Plain and ConTeXt #675

2019-05-13 Henri Menke

- Typo

2019-05-13 Henri Menke

- Some more fixes for the tex4ht manual

2019-05-13 Henri Menke

- Merge remote-tracking branch 'Mo-Gul/master'

2019-05-13 Henri Menke

- Revert all but the useful changes of 98829b450a96a6790570aba11949cd9834e49e2c

2019-05-13 Henri Menke

- Some more cleanup before deploy

2019-05-10 Henri Menke

- Fix .lastretry #672

2019-05-13 Henri Menke

- Deploy TDS and CTAN zip

2019-05-13 Henri Menke

- Get git tag in Makefile

2019-05-09 Henri Menke

- Release 3.1.3
Expand Down

0 comments on commit a927d72

Please sign in to comment.