Releases: TLINDEN/kleingebaeck
v0.3.20
Miscellaneus Changes
- update dependencies and user agent version (#146) by TLINDEN
Full Changelog: v0.3.19...v0.3.20
v0.3.19
Miscellaneus Changes
- update go, dependencies, catch Fprint and Close errors (#138) by TLINDEN
Full Changelog: v0.3.18...v0.3.19
v0.3.18
New Features
- Add year,month,day support to Adnametemplate (#123) by TLINDEN
With the settingadnametemplate = "{{.Year}}-{{.Month}}-{{.Day}}-{{ .Slug }}"
directories looks like this with:2025-02-27-australienwelt-reisefuehrer-3-buecher-der-reihe/ 2025-02-27-cisco-ios-grundlagen-der-konfiguration/ 2025-02-27-erkrankungen-bei-schlangen-vorbeugen-und-erkennen/ 2025-02-27-fliege-3-stueck-schwarz-dunkel-lila-seide/ 2025-02-27-handbuch-der-terrarienkunde-terrarientypen-tiere-pflanzen-fu/ 2025-02-27-mosaik-abrafaxe-77-hefte-334-bis-418-update/ 2025-02-27-paddington-baer-puppe-ca-10cm-hoch/ 2025-02-27-queensland-und-das-rote-zentrum/ 2025-02-27-sempre-ns5-3-10-100mbit-5-port-switch/ 2025-02-27-spiralfoermige-led-lampe/ 2025-02-27-westaustralien-und-das-top-end-j-guenther-j-mohr/
**Full Changelog**: https://github.com/TLINDEN/kleingebaeck/compare/v0.3.17...v0.3.18
v0.3.17
v0.3.16
v0.3.15
New Features and Fixes
Full Changelog: v0.3.14...v0.3.15
v0.3.14
Bug Fixes
Fix ad condition parsing (#118) by TLINDEN
- properly parse details div
- now, the
Condition
field does contain the correct term - if defined - a new field,
Type
, has been added which contains the product type based on the category - unit tests have been adapted
Full Changelog: v0.3.13...v0.3.14
v0.3.13
Full Changelog: v0.3.12...v0.3.13
Updated dependencies.
v0.3.12
Full Changelog: v0.3.11...v0.3.12
Security Fix Release
This release affects only executables distributed as binaries from here. Our own source code is not affected. If you have compiled kleingebäck yourself, you don't have to update if you have already updated your go version to 1.22.11
or 1.23.5
respectively. Otherwise please update GO and then recompile kleingebäck before using it.
Binaries prior to kleingebäck v0.3.12
have been compiled using a vulnerable GO version. The vulnerabilities as reported in CVE-2024-45341 and CVE-2024-45336 have been fixed by the go team.
v0.3.11
What's Changed
- properly check image format for storing and distance hashing by @TLINDEN in #113, fixes #110 (reported by @TechHummel)
- Bump golang.org/x/sync from 0.9.0 to 0.10.0 by @dependabot in #112
- Bump github.com/lmittmann/tint from 1.0.5 to 1.0.6 by @dependabot in #111
Full Changelog: v0.3.10...v0.3.11