Skip to content

Commit

Permalink
fixed #111 - v1.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
EliDeh committed Jan 8, 2025
1 parent 14d2759 commit b0be7b8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
![GitHub all releases](https://img.shields.io/github/downloads/gbv/SignaturenDruck/total?label=downloads@overall)
![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/gbv/SignaturenDruck?label=stable)
![GitHub Release Date](https://img.shields.io/github/release-date/gbv/SignaturenDruck)
![GitHub release (latest by date)](https://img.shields.io/github/downloads/gbv/SignaturenDruck/v1.3.19/[email protected].19)
![GitHub release (latest by date)](https://img.shields.io/github/downloads/gbv/SignaturenDruck/v1.3.20/[email protected].20)
<!---
![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/gbv/SignaturenDruck?include_prereleases&label=pre-release)
![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/gbv/SignaturenDruck)
Expand Down Expand Up @@ -287,6 +287,14 @@ Nein, der SignaturenDruck ist seit version `v1.3.12` nichtmehr vom Adobe Acrobat

# Changelog

## v1.3.20

- führende Nullen werden im Barcode beachtet (Issue [#111](https://github.com/gbv/SignaturenDruck/issues/111))

## v1.3.18

- Electron aktualisiert auf `v26`

## v1.3.17

- Dokumentation angepasst
Expand Down
5 changes: 4 additions & 1 deletion signaturenDruck/js/classes/DataFromSRU.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ class DataFromSRU {
const request = net.request(url)
const options = {
ignoreAttributes: false,
attributeNamePrefix : ""
attributeNamePrefix : "",
numberParseOptions: {
leadingZeros: false
}
}
const parser = new XMLParser(options)
let allData = ''
Expand Down
2 changes: 1 addition & 1 deletion signaturenDruck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SignaturenDruck",
"version": "1.3.19",
"version": "1.3.20",
"description": "SignaturenDruck der ThULB",
"main": "main.js",
"dependencies": {
Expand Down

0 comments on commit b0be7b8

Please sign in to comment.