-
released this
2025-09-16 10:52:45 +02:00 | 10 commits to master since this releaseBrickTracker Release 1.2.4 - Enhanced BrickLink Integration
Warning
To use the new BrickLink color parameter in URLs, update your .env file:
BK_BRICKLINK_LINK_PART_PATTERN=https://www.bricklink.com/v2/catalog/catalogitem.page?P={part}&C={color}New Features
- BrickLink Data Storage - Parts now store BrickLink color IDs, color names, and part numbers from Rebrickable API
- Enhanced BrickLink URLs - Part links now include accurate BrickLink part numbers and color parameters for precise catalog navigation
- Smart URL Fallback - Automatic fallback from BrickLink to Rebrickable data when BrickLink mappings are unavailable
- Admin Refresh Tracking - Set refresh page now detects and displays missing BrickLink data alongside existing checks
Database Enhancements
- Migration 0016 - Added bricklink_color_id and bricklink_color_name columns to rebrickable_parts table
- Migration 0017 - Added bricklink_part_num column to rebrickable_parts table
- Enhanced API Integration - Rebrickable API calls now automatically extract BrickLink mappings from external_ids.BrickLink data
- Improved Data Completeness - Admin tools now track and report missing BrickLink data for better collection management
UI/UX Enhancements
- BrickLink Issues Column - Single column showing total count of missing BrickLink data per set
- Streamlined Refresh Workflow - Existing refresh process now handles both Rebrickable and BrickLink data gaps
Affected Pages
- Part Details - BrickLink URLs now use accurate part numbers and include color parameters
- /admin/set/refresh - Enhanced with BrickLink data completeness tracking
- All Part Links - Improved accuracy for BrickLink catalog navigation across the application
Screenshots
Downloads
-
released this
2025-09-16 10:21:58 +02:00 | 14 commits to master since this releaseBrickTracker Release - Enhanced Filtering & Search
New Features
- Owner filtering added to /minifigures page - filter minifigures by set owner
- Color filtering added to /parts page - filter parts by LEGO color with visual color indicators
- Filter state persistence - filters stay open when making selections for better user experience
UI/UX Enhancements
- Consistent interface design - parts and minifigures pages now use the same search/filter layout as sets
- Smart UI visibility - filter buttons automatically hide when not needed (e.g., when only one owner exists)
- Improved search functionality - enhanced search with better integration across filtered results
Database Enhancements
- Dynamic filtering queries - efficient SQL queries for owner and color-based filtering
- Optimized search performance - better search handling for filtered datasets
Affected Pages
- /parts - Added color filtering, enhanced search interface and sort options
- /minifigures - Added owner filtering, enhanced search interface and sort options
Screenshots
Downloads
-
released this
2025-02-06 20:32:43 +01:00 | 29 commits to master since this releaseBrickTracker 1.2.0
BrickTracker version 1.2.0 introduces better metadata support, improved part management, and enhanced UI controls. This release focuses on better organization through new storage features, purchase tracking, and ownership management.
How to Update
Assuming you are using Docker Compose to run BrickTracker, the update process depends on how you've configured your image tag.
Using latest tag
If your compose.yaml contains
image: gitea.baerentsen.space/frederikbaerentsen/bricktracker::latest, update with:# Pull the new version docker compose pull # Restart the container with the new image docker compose down docker compose up -dUsing version tag
If your compose.yaml specifies a version like
image: gitea.baerentsen.space/frederikbaerentsen/bricktracker::1.1.1:- Edit your compose.yaml and change the version to
1.2.0 - Run the following commands:
# Pull the new version docker compose pull # Restart the container with the new image docker compose down docker compose up -d
After updating, you'll be prompted to upgrade the database as described in the Database Upgrade section below.
Database Upgrade Required
On first launch, you'll need to upgrade the database:
- Click "Administration" when prompted
- Click "Upgrade the database"
- Download a backup of your database (strongly recommended)
- Click "Upgrade the Database" to complete the process
Your database version should now be at version 15 (location may vary based on your settings):
Major Features
Important Notes
⚠️ The "Missing" feature has been renamed to "Problems" to accommodate both missing and damaged parts. Related environment variables have been updated accordingly.
Metadata System
It is now possible to add additional information to each set:
- Set ownership tracking
- Purchase information (date, price, location)
- Storage location management
- Custom tags support
Values can be changed on the admin page:

Enhanced Parts Management
- Color information and transparency details
- Part relationships (prints, base parts)
- Damaged parts tracking
- Improved part visualization
- Minifigure part count calculation
Show/hide missing and damaged parts can be controlled using environment variables.
Set Management
- New data refresh system for Rebrickable integration
- Enhanced wishlist management with set requesters
- Track who requested each set using the Details button
- Requesters can be selected from the available owners list
- Option to hide instructions
- Improved bulk operations
Note
In version 1.2.0, BrickTracker expands the data it stores from Rebrickable's API. Previously, it only saved essential information, but now it stores more data including part colors and relationships.
Sets from earlier versions need their data refreshed to access these new features. A new admin section shows which sets require updating.Important:
- Updates use Rebrickable API calls
- Update sets gradually to avoid API rate limits
- After refresh, you'll see enhanced part details like colors and relationships
The refresh process populates all the new data fields, enabling features like color-coded part listings and print relationships in your set details.

UI Improvements
- Clear search functionality
- Enhanced form interactions and error handling
Environment Variables
Note
For a complete list of environment variables and their usage, see variables overview.New Variables
BK_HIDE_TABLE_MISSING_PARTS: Hide Missing columnBK_HIDE_TABLE_DAMAGED_PARTS: Hide Damaged columnBK_SHOW_GRID_SORT: Show sort options by defaultBK_SHOW_GRID_FILTERS: Show filter options by defaultBK_HIDE_ALL_STORAGES: Hide Storages menuBK_STORAGE_DEFAULT_ORDER: Storage orderingBK_PURCHASE_LOCATION_DEFAULT_ORDER: Purchase location orderingBK_PURCHASE_CURRENCY: Purchase price currencyBK_PURCHASE_DATE_FORMAT: Purchase date format
Renamed Variables
BK_HIDE_MISSING_PARTS→BK_HIDE_ALL_PROBLEMS_PARTS
See Changelog for more information.
Downloads
- Edit your compose.yaml and change the version to
-
released this
2025-01-27 19:35:36 +01:00 | 188 commits to master since this releaseWe are excited to announce version 1.1.1, which introduces a requested feature to download PDF instructions directly from Rebrickable. This update adds new functionality to both the instructions and set pages.
New Features
- PDF Instructions Download:
- You can now easily download PDF instructions for your sets directly from Rebrickable.
- A new Download instructions from Rebrickable button has been added to both the Instructions Page and the Set Page.
- A list of available instructions will be displayed, and you can select which ones to download.
- Please note that sets older than 20 years may not have available instructions for download.
Docker Update
- Docker Update:
- When using Docker, ensure you are pulling the image with the
1.1.1orlatesttag for the new release.
- When using Docker, ensure you are pulling the image with the
Downloads
- PDF Instructions Download:
-
released this
2025-01-24 19:29:33 +01:00 | 208 commits to master since this releaseBrickTracker has made it to version 1.1.0, which is packed with improvements to deduplicate sets, enable custom checkboxes, and streamline database management. This update includes significant changes across the database, code, UI, and documentation to make the platform more robust and user-friendly.
Major Changes
⚠️ Important: After updating to the latest version, the application will display a splash screen indicating a database error and prompting an update. This behavior is expected and part of the upgrade process.
-
Before proceeding, it is strongly recommended to download a backup of the database to ensure your data is safe in case of any migration issues.
-
Finally, press "Upgrade the Database" to complete the process.

Following these steps will ensure a smooth transition to the updated database structure.
Highlights
Database
- Set Deduplication:
- Rebrickable sets are now unique in the database.
- Multiple BrickTracker sets can now map to a single Rebrickable set.
- Upgrade/Migration Tool: A smoother process for forward-only database migrations with checks for outdated versions.
Docs
- Removed unnecessary
<br>tags for better Gitea Markdown compatibility. - Added a comprehensive DOCS.md for easier navigation and setup guidance.
- Documented database upgrades and checkbox management.
Code Updates
This release introduces tighter, more efficient code with enhancements like customizable checkboxes, unified update routes, and deduplicated set handling. We’ve also improved SQL practices, streamlined database migrations, and refined the admin views for better maintainability. Key workflows and record processes have been consolidated, while stricter Python function definitions ensure robustness.
UI Enhancements
Checkboxes
- Toggle visibility of checkboxes in the grid while keeping them accessible in set details.
- Full management support for custom checkboxes.
Set Grid
- New filters to search by selected or unselected checkboxes.
Wishlist
- Added a Rebrickable link badge for sets (thanks @matthew!).
Database
- Integrated migration tools into the UI for seamless upgrades.
Tables
- Fixed table searches to properly index content inside link pills.
This release represents a significant step forward in performance, flexibility, and usability. Thank you to @gregoo's amazing work!
Downloads
-
released this
2025-01-19 09:47:15 +01:00 | 265 commits to master since this releaseBrickTracker v1.0.0 Release Notes
Major Changes
BrickTracker has undergone a complete rewrite (thanks for gregoo) with significant improvements to both functionality and design. You can preview the new interface in the documentation.
⚠️ Important: This update includes changes to the application structure and configuration. Please follow the migration steps carefully to ensure your data remains intact.
Environment Configuration
You can configure environment variables in two ways:
- In the
compose.yamlfile under theenvironmentsection - In a separate
.envfile referenced byenv_file
Choose the method that best suits your deployment needs. All variables can be used in either location.
Migration Guide
Option 1: Local Installation (Git + Docker Build)
For users who installed via
git cloneand usebuild: .in their Docker configuration:-
Update the repository:
cd BrickTracker git pull -
Restructure your static directories:
mv static/instructions . mv static/sets . mv static/parts . mv static/minifigs . -
Create data directory:
mkdir data mv app.db data/ -
Replace your
compose.yamlwith:services: bricktracker: container_name: BrickTracker restart: unless-stopped build: . ports: - "3333:3333" volumes: - ./data:/data/ - ./instructions:/app/static/instructions/ - ./minifigures:/app/static/minifigures/ - ./parts:/app/static/parts/ - ./sets:/app/static/sets/ environment: BK_DATABASE_PATH: /data/app.db BK_RETIRED_SETS_PATH: /data/retired_sets.csv BK_THEMES_PATH: /data/themes.csv env_file: ".env"Note: You can move any environment variables from the
.envfile to theenvironmentsection above, or vice versa. -
Update environment configuration:
mv .env .env.backup mv .env.sample .envThen edit
.envto include your API key and any desired customizations.Note: Make sure
BK_RETIRED_SETS_PATHandBK_THEMES_PATHare set correctly to match your volume mappings. -
Rebuild and restart:
docker compose build docker compose up -d
Option 2: Pre-built Docker Image
For users who prefer using the pre-built Docker image:
-
Create data directory:
mkdir data mv app.db data/ -
Update your
compose.yaml:services: bricktracker: container_name: BrickTracker restart: unless-stopped image: gitea.baerentsen.space/frederikbaerentsen/bricktracker:1.0.0 ports: - "3333:3333" volumes: - ./parts:/app/static/parts - ./instructions:/app/static/instructions - ./minifigs:/app/static/minifigs - ./sets:/app/static/sets - ./data:/data/ env_file: ".env"Note: You can add an
environmentsection to specify variables directly in the compose file instead of using.env. -
Configure environment:
Either download the sample configuration:wget -O .env https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker/raw/branch/master/.env.sampleOr update your existing
.envwith these required fields:BK_REBRICKABLE_API_KEY=<your_api_key> BK_DOMAIN_NAME=http://localhost:3331 BK_DATABASE_PATH=/data/app.db BK_RETIRED_SETS_PATH=/data/retired_sets.csv BK_THEMES_PATH=/data/themes.csv -
Deploy:
docker compose pull docker compose up -d
Post-Installation Steps
- Access BrickTracker at
http://localhost:3333 - Visit
http://localhost:3333/admin - Update default images, themes, and retired sets using the provided buttons
Additional Notes
- The new
.envfile includes numerous customization options. Review it thoroughly to optimize your setup. - Ensure all volume mappings in your
compose.yamlare correct before starting the container. - Back up your data before performing the migration.
- Environment variables can be configured either in the
compose.yamlfile or in the.envfile, providing flexibility in how you manage your configuration.
Downloads
- In the








