Compare commits

..

19 Commits

Author SHA1 Message Date
d1b5c8076c Update changelog 2025-01-27 23:14:23 +01:00
4344a84561 Properly use the _listener variables as expected, and allow Enter key to execute the action 2025-01-27 23:13:42 +01:00
a8d1f8d38b Simplify fields name in the database 2025-01-27 23:07:10 +01:00
f529d15133 Allow more advanced migration action through a companion python file 2025-01-27 22:23:54 +01:00
442ba72ad9 Add remixicon in the libraries 2025-01-27 18:55:26 +01:00
4892f045eb Documentation about base SQL files 2025-01-27 18:42:15 +01:00
2f2325c26b Add missing checkboxes counter alias 2025-01-27 18:41:44 +01:00
ddd37e0f5b Fix hide instructions block placement 2025-01-27 18:41:08 +01:00
36a04b91d0 Remove confusing reference to number for sets 2025-01-27 18:40:51 +01:00
84f1b24b5a Deduplicate minifigures 2025-01-27 18:40:07 +01:00
2f6177865b Rename load to from_set for clarity 2025-01-27 17:07:30 +01:00
e90405d2de Inject the socket only where necessary 2025-01-27 14:20:12 +01:00
901add5218 Provide decorator for socket actions, for repetitive tasks like checking if authenticated or ready for Rebrickable actions 2025-01-27 14:15:07 +01:00
e439d2a001 Remove confusing reference to number for sets 2025-01-27 12:04:20 +01:00
7094015976 Rename routes 2025-01-27 11:21:15 +01:00
c97dc4a2ff Remove unused insert_rebrickable 2025-01-27 10:16:03 +01:00
b84552b352 Rename download_rebrickable to insert_rebrickable and make it return if an insertion occured 2025-01-27 10:16:03 +01:00
5e02a902d4 Grey out legacy database tables in the admin 2025-01-27 10:16:03 +01:00
b489cd1ec3 Add a flag to hide instructions in a set card 2025-01-27 10:16:03 +01:00
4 changed files with 5 additions and 9 deletions

View File

@ -26,13 +26,9 @@
- 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.2.0'
__version__: Final[str] = '1.1.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.1
image: gitea.baerentsen.space/frederikbaerentsen/bricktracker:1.1.0
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.1
image: gitea.baerentsen.space/frederikbaerentsen/bricktracker:1.1.0
ports:
- "3333:3333"
volumes: