Skip to content

Releases: jl94x4/ColleXions

Version 1.16b - BETA

04 Nov 21:56
a42b4b3
Compare
Choose a tag to compare
Version 1.16b - BETA Pre-release
Pre-release

This release is a BETA

Category Processing:

Introduced a new always_call: true/false flag for categories in the config.

  • always_call: true guarantees that one collection per category will be pinned if there are enough slots.
  • always_call: false introduces a random chance to skip some categories, potentially resulting in fewer pinned collections from categories, which adds variety.

Docker

Docker users can use this release using docker pull jl94x4/collexions:beta

Version 1.16

02 Nov 23:21
ea31557
Compare
Choose a tag to compare

Fixed special collections being correctly excluded from random pinning, thanks to @defluophoenix for his excellent work in getting this working correctly

Version 1.15

01 Nov 21:34
cc69513
Compare
Choose a tag to compare

Added extra logging around what's happening

Version 1.14

01 Nov 20:20
aff1933
Compare
Choose a tag to compare

Version 1.13

01 Nov 01:45
a739113
Compare
Choose a tag to compare

Important Changes in this release

  • Special collections will be prioritised and selected first
  • If any collection spaces as determined by config.json are available, categories will take the next priority
  • Only if any collection spaces remain after both special collections & categories have been selected, random collections for each library will fill the remaining slots

If there are no special collections, and you don't have categories defined, all slots will be taken by random collections.

ColleXions v1.12b BETA

31 Oct 20:15
31debaa
Compare
Choose a tag to compare
Pre-release

This is a BETA release

  • Special collections will be prioritised and selected first
  • If any collection spaces as determined by config.json are available, categories will take the next priority
  • Only if any collection spaces remain after both special collections & categories have been selected, random collections for each library will fill the remaining slots

If there are no special collections, and you don't have categories defined, all slots will be taken by random collections.

Version 1.12

29 Oct 13:13
cf89054
Compare
Choose a tag to compare

Fixed example config
Added sleep to end of main script so it will honour the running interval

Version 1.11

26 Oct 21:42
311b75f
Compare
Choose a tag to compare

Added by @defluophoenix
defluophoenix)

History and Categories

Version 1.10

26 Oct 21:25
29696d1
Compare
Choose a tag to compare

Final release

Version 1.09

19 Oct 20:18
9f9887e
Compare
Choose a tag to compare

New this Version

  • Pinning_interval is now set in minutes not seconds
  • Enforce special collections should be more reliable