Skip to content

Releases: dvpfig/rebrickable-storage

v0.9.3

04 Mar 23:17

Choose a tag to compare

Improvement:

  • updated BA link to fetch images, higher resolution images.

v0.9.2

04 Mar 22:11

Choose a tag to compare

Fixes:

  • removed resources/ folder from the repo, added to .gitignore.

v0.9.1

04 Mar 21:53

Choose a tag to compare

Fixes:

  • fixes the halt in the pages when no mapping file exists.

v0.9

04 Mar 21:17

Choose a tag to compare

New features:

  • Fetch latest colors.csv file from rebrickable from the UI.
  • Download and upload custom mapping ba-rb file from the UI.
    Improvements:
  • resources/ folder is now local to the deployment, so the following files are not over-written when getting an updated application image.

v0.8.2

01 Mar 18:28

Choose a tag to compare

Improvement:

  • option to download base mapping file.

v0.8.1

28 Feb 23:32

Choose a tag to compare

Improvements:

  • added a rule to prioritize BA part image when showing RB parts with prints or patterns.

v0.8

28 Feb 01:19

Choose a tag to compare

New features:

  • Added two alternatives of workflow to find wanted parts in collection: A. identify locations in collection of parts, then search in sets; B. search only in owned sets.

Improvements:

  • optimized loading times in page 2 and 4.
  • reduced size of BA mappings file and data structure.
  • improved responsiveness of buttons mark all found and clear all found.

v0.7

26 Feb 23:42

Choose a tag to compare

New features:

  • Custom BA-RB mapping file, editable in the UI and saved as a CSV file.
  • Added rebrickable API to download RB images when BA images not available.
  • Show second location from "notes" column in collection CSV file.
  • Ability to edit found parts in parts from owned sets.

Improvements:

  • fixed several bugs.
  • re-structured functions in core/ folder. new sw architecture.
  • expanded test_suite.

v0.6

16 Feb 23:39

Choose a tag to compare

New feature:

  • Similarity color replacement suggestions - suggest similar/replacement parts when an exact part match isn't found in the user's collection.
  • Slider to select similar color exactness shows up when available count on the wanted color is insufficient.

Updated & Improved:

  • Themes selection simplified to use native streamlit. Now selection is via streamlit menu settings.
  • Improved visibility of part number, part name, and part replacements.
  • Added more visible separator between location cards.

Removed:

  • Removed global default collection.

v0.5

15 Feb 22:57

Choose a tag to compare

A lot of new features in this release:

  • Get latest images and labels, and update mappings file.
  • Support custom images, uploaded by user for parts with missing images.
  • Take into account similar molds in list of parts.
  • Removed cache folder from image, updated docker-compose to use volumes for cache.
  • Included architecture documentation with txt and html reports.
  • Merged labels for each location with the parts in collection with available labels.

Full Changelog: v0.3...v0.5