Skip to content

Releases: merschformann/sardine-can

1.3.4

14 Jan 14:59

Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.3.4

1.3.3

14 Jan 14:51

Choose a tag to compare

What's Changed

Full Changelog: 1.3.2...1.3.3

1.3.2

14 Jan 10:03

Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.3.2

1.3.1

14 Jan 05:25

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

01 Jan 13:45

Choose a tag to compare

What's Changed

Caution

BREAKING: This is a breaking change to the JSON solution representation. The offload will now be an array of objects with additional information instead of just an array of piece IDs (int).

Adds more details to the offload section of the solution. I.e., this

  ...
  "offload": [
    3, 12, 14, 15, 16, 17, 20, 21, 22, 24, 25, 26, 28, 32, 34, 35, 37, 38, 41,
    42, 43, 45, 46, 47, 54, 56, 58, 59, 62, 63, 65, 67, 68, 69, 71, 72, 73, 74,
    75, 79, 82, 83, 84, 87, 90, 91, 92, 93, 98, 100, 102, 103, 104, 105, 110,
    114, 115, 118, 119, 122, 123, 128, 135, 137, 140, 143, 146, 149, 151, 152,
    153, 157, 159, 160, 161, 162, 163, 164, 166, 173, 174, 175, 177, 178, 181,
    182, 184, 185, 186, 187, 189, 191, 193, 194, 196, 197, 199, 201, 203, 204,
    205, 209, 210, 212, 216, 219, 220, 221, 224, 225, 226, 227, 228, 230, 231,
    232, 234, 236, 237, 238, 240, 241, 242, 243, 244, 245, 248, 250, 251, 252,
    254, 256, 262, 267, 270, 271, 272, 273, 274, 276, 277, 278, 279, 280, 283,
    285, 287, 289, 290, 291, 292, 293, 294, 297, 298, 299, 301, 309, 311, 316,
    317, 319, 327, 330, 337, 338, 340, 341, 342, 345, 350, 352, 353, 355, 356,
    357, 360, 361, 362, 363, 366, 369
  ]
  ...

becomes this

  ...
  "offload": [
    {
      "piece": 3,
      "cubes": [
        { "x": 0, "y": 0, "z": 0, "length": 0.9, "width": 0.8, "height": 0.8 }
      ]
    },
    {
      "piece": 12,
      "cubes": [
        { "x": 0, "y": 0, "z": 0, "length": 1.7, "width": 0.6, "height": 1.4 }
      ]
    },
  ...
  ],
  ...

Full Changelog: 1.2.4...1.3.0

1.2.4

11 Dec 04:19

Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.2.4

1.2.3

11 Dec 03:46

Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.3

1.2.2

11 Dec 03:42

Choose a tag to compare

Full Changelog: 1.2.1...1.2.2

1.2.1

11 Dec 03:39

Choose a tag to compare

Full Changelog: 1.2.0...1.2.1

1.2.0

11 Dec 03:25

Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.2.0