CI cleanup/updates

- Create versioned snapshots
  - include MacOS build -- still needs test and deploy steps
  - include barcode and libqrencode in Linux build
  - include libqrencode in Windows build

  Updated README and TODO files.
This commit is contained in:
Jim Evins
2019-10-06 16:46:57 -04:00
parent 34efe8ddb3
commit 1a900d0ebc
4 changed files with 187 additions and 92 deletions
+36 -4
View File
@@ -1,6 +1,41 @@
To Do List for gLabels 4.0 -- 2018-04-15
To Do List for gLabels 4.0 -- 2018-10-06
========================================
Add programmable margin to text objects
---------------------------------------
The current built-in fixed margin seems to confuse people when dealing with
different horizontal and vertical alignments.
Improve print copies UI
-----------------------
As with previous versions of glabels, there should be a way of selecting
the number of sheets to print. Merge printing should be able to be collated
or not, and if printing multiple copies, start on the same first label.
Printer calibration tool
------------------------
There desperately needs to be a printer calibration tool. At a minimum
the tool should allow adjusting horizontal and vertical offsets. The
adjustments should be unique to each printer.
I am thinking of a test page with a cross in the center. It would have a
grid around this cross, indicating how much to adjust x & y. The user
would fold the paper in quaters and use this grid to guestimate the offsets.
There should be warnings about how printers may drift from calibration or
even not have repeatable results.
* A more sophisticated tool, could adjust for scaling and skew, but it would
be very difficult to interact with the user on these.
Write help documentation
------------------------
Completed List for gLabels 4.0 -- 2018-04-15
============================================
Add "User Variables" feature
----------------------------
@@ -27,9 +62,6 @@ Add support for "Continuous Roll" labels
* Add option to Properties page to adjust this value
Write help documentation
------------------------
To Do List for gLabels 4.1 -- 2019-03-17
========================================