+ break models into separate files + same for the utils and setup
+ add db column for migration version + handle pre-init migrations + handle post-init migration
+ fix bug that caused duplicate artist color entries to db + check if app is windows (prep for windows build) + remove caribou migrations lib + rename all api blueprints to "api" + unregister child directories when customizing root dirs + misc