From d1b5c8076c41c4b1573c8eae171ac834cc011e26 Mon Sep 17 00:00:00 2001 From: Gregoo Date: Mon, 27 Jan 2025 23:14:23 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571c522..1042c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # 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.2.0: Instruction downloader + +? + ## 1.1.0: Deduped sets, custom checkboxes and database upgrade ### Database