Skip to content

Commit

Permalink
Update for 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
benzea committed Oct 27, 2013
1 parent f9cdd26 commit 33ff11c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Overview of Changes in SDAPS 1.1.2
==================================

This release brings a lot of small improvements, but also some new features.
The main new feature is the addition of a "convert" module, which can be used
to convert non-monochrome scans into monochrome images for later processing.
This module is also able to apply 3D-transformations as they are neccessary
when the source image was done using a camera.
This new module requires OpenCV. Note that using a feed scanner is still
prefered to this method.

Other changes include:
* LaTeX: Fix compilation of large documents (by suppressing position output)
* LaTeX: Fix multicolumn items and cline at the start of choicequestions
* ODT: Custom styling in answers and question is now possible.
* Various improvements and fixes in the corner mark detection code
* New "custom" style which can be used when customizing the behaviour of SDAPS
* A PDF with annotations will now be created if there was an error during setup
* An issue in the base dir search code that affected OSX has been fixed

New and updated translations:
* Arabic

Overview of Changes in SDAPS 1.1.1
==================================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def run(self):
clean_i18n.clean_i18n.run(self)

setup(name='sdaps',
version='1.1.1',
version='1.1.2',
description='Scripts for data acquisition with paper-based surveys',
url='http://sdaps.sipsolutions.net',
author='Benjamin Berg, Christoph Simon',
Expand Down

0 comments on commit 33ff11c

Please sign in to comment.