Browse Source

CloneXLS bump to 0.0.7

bernhardbuhl 3 years ago
parent
commit
fef5817b20
2 changed files with 21 additions and 1 deletions
  1. 20 0
      docs/changelog.rst
  2. 1 1
      requirements.txt

+ 20 - 0
docs/changelog.rst

@@ -1,6 +1,26 @@
 Change log
 ==========
 
+1.2.x
+^^^^^
+
+New features:
++++++++++++++
+* Completely new concept for file handling. Original Excel-Files are not overwritten. Including TestDataGenerator.
+* ``Usecount`` columns will show, how often qualitifed test data was selected in all test runs.
+* ``TestResult``: if this column is in a test data sheet, we'll write the test result of each test run (condensed) into this cell
+* Change Log: In all copied files there's a sheet ``Change Log`` which shows per each timestamp, which changes were made to the original sheet. Incredibly helpful feature!
+* Teststeps: New comparison operators ``CO``ntains and ``IP`` (Is Part of) to compare strings
+
+Refactoring:
+++++++++++++
+* Great speed improvements with large files (read and write, also in remote read)
+* Teststeps: ``GoToURL`` parameter now also possible in ``Locator`` (makes more sense). ``Value`` still works fine.
+
+Bugfixing:
+++++++++++
+
+
 1.1.15
 ^^^^^^^
 

+ 1 - 1
requirements.txt

@@ -29,4 +29,4 @@ slack-webhook>=1.0.3
 psutil>=5.7.2
 atlassian-python-api>=1.17.3
 icopy2xls>=0.0.4
-xlsclone>=0.0.5
+xlsclone>=0.0.7