Compare commits

..

21 Commits

Author SHA1 Message Date
5615ebf40c Update versions and changelog 2025-01-27 23:24:16 +01:00
f12d608738 Properly use the _listener variables as expected, and allow Enter key to execute the action 2025-01-27 23:19:42 +01:00
cf6d5f43c0 Simplify fields name in the database 2025-01-27 23:19:42 +01:00
0beb1147b9 Allow more advanced migration action through a companion python file 2025-01-27 23:19:26 +01:00
6b9e1c2cfd Add remixicon in the libraries 2025-01-27 23:19:26 +01:00
3c05bfa9fc Documentation about base SQL files 2025-01-27 23:19:26 +01:00
5a99161e96 Add missing checkboxes counter alias 2025-01-27 23:19:26 +01:00
426f0bb123 Fix hide instructions block placement 2025-01-27 23:19:26 +01:00
cbf2b5b582 Remove confusing reference to number for sets 2025-01-27 23:19:26 +01:00
1519f33e98 Deduplicate minifigures 2025-01-27 23:19:26 +01:00
ebf291b7b8 Rename load to from_set for clarity 2025-01-27 23:17:31 +01:00
29bb92ef93 Inject the socket only where necessary 2025-01-27 23:17:31 +01:00
f8ba0abbbe Provide decorator for socket actions, for repetitive tasks like checking if authenticated or ready for Rebrickable actions 2025-01-27 23:17:31 +01:00
579ec88629 Remove confusing reference to number for sets 2025-01-27 23:17:31 +01:00
9c925b56da Rename routes 2025-01-27 23:17:31 +01:00
5f847168f4 Remove unused insert_rebrickable 2025-01-27 23:17:31 +01:00
35208fec8a Rename download_rebrickable to insert_rebrickable and make it return if an insertion occured 2025-01-27 23:17:31 +01:00
fa44b31f51 Grey out legacy database tables in the admin 2025-01-27 23:17:31 +01:00
3bbcf2c21c Add a flag to hide instructions in a set card 2025-01-27 23:17:31 +01:00
53309a9502 Forgot a version change 2025-01-27 19:49:58 +01:00
4762028a39 Updated Version to 1.1.1 to match Docker version tag and Release note tag 2025-01-27 19:41:49 +01:00
4 changed files with 9 additions and 5 deletions

View File

@ -26,9 +26,13 @@
- Sets
- Add a flag to hide instructions in a set
## 1.2.0: Instruction downloader
?
## 1.1.1: PDF Instructions Download
### Instructions
- Added buttons for instructions download from Rebrickable
## 1.1.0: Deduped sets, custom checkboxes and database upgrade

View File

@ -1,4 +1,4 @@
from typing import Final
__version__: Final[str] = '1.1.0'
__version__: Final[str] = '1.2.0'
__database_version__: Final[int] = 9

View File

@ -2,7 +2,7 @@ services:
bricktracker:
container_name: BrickTracker
restart: unless-stopped
image: gitea.baerentsen.space/frederikbaerentsen/bricktracker:1.1.0
image: gitea.baerentsen.space/frederikbaerentsen/bricktracker:1.1.1
ports:
- "3333:3333"
volumes:

View File

@ -2,7 +2,7 @@ services:
bricktracker:
container_name: BrickTracker
restart: unless-stopped
image: gitea.baerentsen.space/frederikbaerentsen/bricktracker:1.1.0
image: gitea.baerentsen.space/frederikbaerentsen/bricktracker:1.1.1
ports:
- "3333:3333"
volumes: