forked from ajslater/codex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
40 lines (30 loc) · 891 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
v0.5.6
* websocket path security was handling leading slashes badly. just skip it.
v0.5.5
* Revert to whitenoise 5.1.0 which works with subpaths
v0.5.4
* Fix crash on start if all static dirs do not exist.
v0.5.3
* Fixed login bug introduces in v0.5.3 (thanks hubcaps)
* Fixed filtering bug introduced in v0.5.2
* Versioned API
* Toast popup for admins indicating libraries being scanned.
* Periodic frontend refresh during long scans.
* Codex version displayed in browser footer
v0.5.2
* Lazy load filter choices when the menu opens
* Fix multiprocessing for Windows
* Documentation moved into admin panel
v0.5.1
* Minor bugfixes. Rebuild for pypi
v0.5.0
* Productionized alpha release
v0.4.0
* Polished VueJS frontend
v0.3.0
* Single Page VueJS frontend PoC without much styling
v0.2.0
* Working application with all initial features
* Django frontend
v0.1.0
* Proof of concept.