WIP: Initial work on deduplicating the minifigures and parts #57
27
CHANGELOG.md
27
CHANGELOG.md
@ -1,5 +1,32 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
## Code
|
||||||
|
|
||||||
|
- General cleanup
|
||||||
|
|
||||||
|
- Minifigure
|
||||||
|
- Deduplicate
|
||||||
|
|
||||||
|
- Socket
|
||||||
|
- Add decorator for rebrickable, authenticated and threaded socket actions
|
||||||
|
|
||||||
|
- SQL
|
||||||
|
- Allow for advanced migration scenarios through companion python files
|
||||||
|
|
||||||
|
### UI
|
||||||
|
|
||||||
|
- Add
|
||||||
|
- Allow adding or bulk adding by pressing Enter in the input field
|
||||||
|
|
||||||
|
- Admin
|
||||||
|
- Grey out legacy tables in the database view
|
||||||
|
|
||||||
|
- Sets
|
||||||
|
- Add a flag to hide instructions in a set
|
||||||
|
|
||||||
|
|
||||||
## 1.1.1: PDF Instructions Download
|
## 1.1.1: PDF Instructions Download
|
||||||
|
|
||||||
### Instructions
|
### Instructions
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
from typing import Final
|
from typing import Final
|
||||||
|
|
||||||
__version__: Final[str] = '1.1.1'
|
__version__: Final[str] = '1.2.0'
|
||||||
__database_version__: Final[int] = 6
|
__database_version__: Final[int] = 9
|
||||||
|
Loading…
Reference in New Issue
Block a user