Skip to content

Releases: mauvilsa/nw-page-editor

2021.02.22

22 Feb 18:31
Compare
Choose a tag to compare
- Added version tags to ajax requests in web variant.

2020.12.07: web-app:

07 Dec 12:26
Compare
Choose a tag to compare
- groupmod DATA_GID not fail if group already exists.
- Removed page2svg.php which was unnecessary.

page-canvas:
- Keep pageSvg when not Page to ease debugging.

2020.10.28: web-app:

28 Oct 16:21
Compare
Choose a tag to compare
- Data is truly sent as json to saveFile.php.

2020.10.09: web-app:

12 Oct 07:47
Compare
Choose a tag to compare
- Now if htpasswd user is an email it is used for the email in git commits.
- Added env var to override umask and documented overriding of data uid and gid.
- Fixed bug in the checking of git status and now web server is not started if not clean.
- saveFile.php now checks only the required parameters depending on data being git repo or not.
- Fixed bug in saveFile.php where final xml rename was not properly checked for failure.

2020.10.08: - Changed docker file to use more recent software, base ubuntu 20.04.

08 Oct 17:42
Compare
Choose a tag to compare
- uid and gid of www-data can now be set via environment variables: WWWDATA_UID, WWWDATA_GID

2020.07.03: svg-canvas:

04 Jul 07:35
Compare
Choose a tag to compare
- Fixed regression in toScreenCoords.

2020.06.25: web-app:

26 Jun 08:13
Compare
Choose a tag to compare
- external js scripts now loaded using $.getScript and on document load to be the same as for the desktop app.

page-editor:
- Groups now support minimum and maximum size.
- Table and group sizes now use inputs of type number to be more useful.
- Other minor improvements and fixes.

page-canvas:
- editModeSelectGroup now accepts a selector to support selection of subsets of groups.
- After create group callback function now also called with array of member elements.
- editModeAddGroup not supports minimum and maximum group size.
- editModeModifyGroup not supports minimum and maximum group size and a callback function for when toggling members.
- toggleElementFromGroup now updates the group box.

svg-canvas:
- editModeSelectFromPoly now support minimum and maximum elements.

2020.04.07: - Readme reorganization, various improvements and fixes.

07 Apr 06:20
Compare
Choose a tag to compare
web-app:
- Top bar now shows the path of the currently loaded xml file.
- Different GET parameters for loading single file, list and directory.
- Option to load JS/CSS files provided as env vars when starting docker container.

2020.03.17: - Removed echo of token in circleci config and updated nwjs version.

18 Mar 10:58
Compare
Choose a tag to compare
nw-app:
- Added xsd xmlns to Readme component versions.

page-editor:
- Now it is possible to edit confidences of Property, TextEquiv, Coords and Baseline.
- Added support for other region types: ImageRegion, SeparatorRegion and CustomRegion.
- Fixed disablings of All mode.
- Fixed bug in lower right panel when exiting property modal.
- Removed the property tags.

page-canvas:
- Exporting isValidCoords function.
- Changes to support other region types: ImageRegion, SeparatorRegion and CustomRegion.

page2svg.xslt, svg2page.xslt:
- Support for CustomRegion.

2019.02.18

18 Feb 09:38
Compare
Choose a tag to compare
Work on circleci