!release 20220815

FitNesse Release Notes 2022/08/15

Uncle Bob Consulting LLC.


Requires Java 8


Major Changes since 20220319:


20220815


20220319


20211030


20211006


20210606


20210605


20210516


20210410


20201213


20200501


20200404


20200307


20200307


20200304


20200205


20200128


20200108


20191229


20191217


20191110


20190716


20190628


20190620


20190508


20190428


20190421


20190418


20190417


20190416


20190409


20190406


20190224


20190216


20190202


20190127


20190119


20190118


20190110


20181224


20181223


20181221


20180127


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=16&state=closed.

20161130


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=15&state=closed.

20160515


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=14&state=closed.

20151230


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=13&state=closed.

20150814


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=12&state=closed.

20150428


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=11&state=closed.

v20150226


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=10&state=closed.

20150114


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=9&state=closed.

20140901


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=8&state=closed.

20140630


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=7&state=closed.

2014-06-23


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=6&state=closed.

2014-04-18


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=6&state=closed.

2014-02-01


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?direction=desc&milestone=4&page=1&sort=updated&state=closed.

2013-11-10


2013-05-30


2012-11-16


2012-09-18


2012-03-20


2011-10-25


20110923 (Dan Rollo)

maven pom.xml cleanups:


20081128 (UB)


Github ids of Contributors to this release:



Thanks to all of you!

Git History


2022-08-15 Fried Hoeben Ensure we generate some more artifacts for each run of the GitHub actions
2022-08-15 Fried Hoeben Update anchors inside headers to anchors above headers #1381
2022-08-13 Fried Hoeben gradle 7.5.1
2022-07-22 Mike Stockdale Merge pull request #1376 from jediwhale/master
2022-07-18 Mike Stockdale performance improvements
2022-07-15 Mike Stockdale Merge pull request #1374 from jediwhale/master
2022-07-15 Mike Stockdale performance improvements for incomplete wiki syntax
2022-04-30 Daniel Brown allow base64 data url images (#1367)
2022-04-30 Daniel Brown fix download link (#1369)
2022-04-30 Daniel Brown fix format of preformat examples (#1370)
2022-04-30 Fried Hoeben Also trigger GitHub actions on PRs
2022-04-26 Daniel Brown make anchor tags non self-closing (#1366)
2022-04-13 Mike Stockdale Merge pull request #1364 from jediwhale/master
2022-04-13 Mike Stockdale documentation update
2022-04-13 Mike Stockdale Merge pull request #1363 from jediwhale/master
2022-04-13 Mike Stockdale When the same variable is defined in both a child page and a parent page, the variable responder for the child page should show the child page as the location, since this is the definition that will be used on the child page.
2022-04-12 Mike Stockdale refactor some of variable handling
2022-04-11 Mike Stockdale encode newlines in instruction responder so each instruction is a single line
2022-03-29 Mike Stockdale Merge pull request #1355 from pwszpl/master
2022-03-28 splpws Extending test case to check variable name as well as location
2022-03-28 splpws Added description for responder in wiki UserGuide
2022-03-26 Mike Stockdale Merge pull request #1361 from jediwhale/master
2022-03-24 Mike Stockdale recommend -lh flag for security
2022-03-23 Mike Stockdale Merge branch 'master' of https://github.com/jediwhale/fitnesse.git
2022-03-23 Mike Stockdale documentation updates
2022-03-23 Mike Stockdale Merge pull request #1360 from jediwhale/master
2022-03-23 Mike Stockdale Merge branch 'master' of https://github.com/jediwhale/fitnesse.git
2022-03-23 Mike Stockdale Search string is not escaped in search page title
2022-03-19 Mike Stockdale Merge pull request #1359 from jediwhale/master
2022-03-19 Mike Stockdale Merge branch 'master' of https://github.com/jediwhale/fitnesse.git
2022-03-19 Mike Stockdale fix issues with !include and variables in page name
2022-03-19 Fried Hoeben Prepare for next developments
2022-03-02 splpws Remove "variables" property from default as it is not needed as page property.
2022-03-02 splpws Added new responder ScopeVariablesResponder, which shows variables that are defined for page tree as well as place where they are defined.