Patrick Kanzler
815f247df1
Improve test coverage and fix issue in path loading ( #602 )
...
* reactivate skipped tests
* remove unused internal interfaces
* enable pytest in VS Code
* simplify and fix path logic in loader
* increase test coverage
* test missing config
* check for wrong printer names
* Skipped appdir test
2023-12-06 00:25:36 +01:00
Patrick Kanzler
ac23c083b6
update to newest python-barcode ( #595 )
...
* update to newest python-barcode
2023-12-03 23:57:34 +01:00
Patrick Kanzler
33d17615a0
prepare next release development cycle ( #594 )
2023-11-17 01:12:31 +01:00
Patrick Kanzler
8f44ae7480
update changelog
2023-11-17 00:48:31 +01:00
Patrick Kanzler
72d26879a0
Apply suggestions from code review
2023-11-01 19:37:38 +01:00
Patrick Kanzler
a8d789fe64
update change log
2023-10-15 23:03:10 +02:00
Patrick Kanzler
246c4ea6c5
add template for new release
2023-10-09 00:16:38 +02:00
Patrick Kanzler
e4f4844983
add action for windows build ( #581 )
...
* copy action for windows
* exclude cups on windows
* update changelog
2023-10-08 23:27:37 +02:00
Patrick Kanzler
a70e1604d6
Magic encoder: fix codepage usage ( #580 )
...
* add unit test for issue pointed out by @scott-r in #570
* swap order of encoder search
As described by @scott-r in
Magic encoder does not use
previously used code pages
when possible #570
Thank you!
2023-10-05 14:55:12 +02:00
Patrick Kanzler
5018f7f377
add checkpoint to release checklist for changelog ( #578 )
2023-10-05 14:22:21 +02:00
Patrick Kanzler
cfa9ecf16d
Enable spell checking ( #563 )
...
* add spellchecking
* improve spelling
* improve spelling config
* extend word list
* improve spelling
* improve spelling
* escalate warning in spell check to failure
* fix spelling
* fix spelling
* add plural
* Update doc/spelling_wordlist.txt
* do not stop on warning
* require newest sphinxcontrib spelling
* remove old comment
* add authors as single line entry to spelling list
* reenable stop on warning
2023-09-07 22:08:31 +02:00
Patrick Kanzler
31daabcbea
Improve documentation build ( #539 )
...
* use imgconverter
* enable pdf build with xelatex
* change heading levels
* restructure headings
* add chapter intro
* remove extensions from index
2023-08-09 00:52:01 +02:00
Patrick Kanzler
2b826aa834
add changelog ( #516 )
2023-05-11 23:37:09 +02:00
Patrick Kanzler
ef34cca463
update changelog
2020-05-12 19:32:22 +02:00
Patrick Kanzler
5b6b96d2a0
update changelog
2020-05-09 00:58:54 +02:00
Patrick Kanzler
46429b1092
update changelog
2019-06-19 14:39:52 +02:00
Patrick Kanzler
c56e43da84
update changelog
2019-06-16 00:17:04 +02:00
Patrick Kanzler
854759d312
update changelog
2018-05-15 22:48:33 +02:00
Patrick Kanzler
10e1dfe1d1
update changelog
2017-10-08 22:26:55 +02:00
Patrick Kanzler
f8b269d859
update changelog for next release
2017-08-04 16:30:31 +02:00
Patrick Kanzler
cf0cf127fe
add changelog for next release
2017-07-27 16:50:41 +02:00
Patrick Kanzler
c1a7d71fd7
update changelog
2017-03-29 15:45:06 +02:00
Patrick Kanzler
e8aefd8388
update CHANGELOG
2017-01-31 04:23:26 +01:00
Patrick Kanzler
e904500312
link to escpos-printer-db
2017-01-29 23:20:11 +01:00
Patrick Kanzler
efff2cbe43
update changelog
2017-01-29 22:57:12 +01:00
Michael Elsdörfer
b37f4fc8cc
Merge branch 'capabilities' into text-encoding
2016-08-30 13:36:53 +02:00
Michael Elsdörfer
f6ce7e45da
Merge branch 'capabilities' into text-encoding
2016-08-26 15:29:31 +02:00
Patrick Kanzler
6b069a4529
update CHANGELOG
2016-08-26 14:27:17 +02:00
Patrick Kanzler
e44d89bd33
DOC update changelog for v2.1.3
2016-08-10 01:30:19 +02:00
Patrick Kanzler
d2e2ea88a6
doc write changelog for version v2.1.2
2016-08-02 16:07:05 +02:00
Patrick Kanzler
f0bdbc4322
doc changelog and todos updated
2016-08-02 04:42:21 +02:00
Patrick Kanzler
619d80a867
doc add changelog-stump for post-2.1.1 release
2016-08-02 00:45:36 +02:00
Patrick Kanzler
d3f74ced5d
doc update changelog for release v2.1.1
2016-08-02 00:41:10 +02:00
Patrick Kanzler
c92d4463ae
update changelog
2016-08-02 00:27:08 +02:00
Patrick Kanzler
37baf5cd34
update changelog
2016-08-01 23:59:46 +02:00
Patrick Kanzler
042f945a09
doc added stump for next release
2016-07-23 14:57:24 +02:00
Patrick Kanzler
34d929806c
doc update changelog
2016-07-23 11:44:34 +02:00
Patrick Kanzler
9f5eed0020
add version-strings into the module
...
The version string is in the module as __version__ available.
In the doc the version will be automatically parsed. The version comes
from the installed module if on read the docs or directly from
setuptools_scm if you are working locally.
The CLI will issue the version string if you call it with the option
'version'. The CLI does not accept commands like '--version', since this
would not be conform with the rest of the interface (and argparse).
The configuration for loading the version-string is adapted from
pimutils/vdirsyncer. It autogenerates a version string setuptools_scm at
install-time and then adds it to the __version__ member in __init__.py
I adapted the GitHub-template with a fitting comment and bumped the
changelog.
closes #141
2016-07-17 19:39:42 +02:00
Patrick Kanzler
57dd60c13f
doc: add troubleshooting hint to network-interface
...
closes #142
2016-07-15 13:18:33 +02:00
Patrick Kanzler
0ec83387d5
improve github issues template
2016-07-15 13:05:59 +02:00
Patrick Kanzler
36e0a52e2d
DOC added stump for new changelog-entry
2016-06-26 20:52:31 +02:00
Patrick Kanzler
08051d48d0
DOC write changelog for version 2.0.0
2016-06-19 22:25:30 +02:00
Patrick Kanzler
1a2b8f1df2
PCKG refactor changelog and add to documentation
2016-03-11 14:46:36 +01:00