From 1449f003c45d9a959d92c327c6af9888dceebe38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Darveau?= Date: Fri, 10 Dec 2021 13:19:51 -0500 Subject: [PATCH] add informations regarding latest update to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 851b071..ad66110 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ ![Homescreen screenshot](.github/home.png) +## Important update 2021-12-10 +Due to prolonged inactivity on my end and multiple conflicting changes with the original repository, I applied app categories from scratch using the original repository's code. **This means there are some breaking changes, the biggest one being the database**. The database schemas of the old version and the new one are incompatible. You will need to delete/rename the previous database file so Flame can re-create it. You can then add your apps/bookmarks manually. + +If you encounter any problem, you can open an Issue in this fork so I can look into it. + ## Description Flame is self-hosted startpage for your server. Its design is inspired (heavily) by [SUI](https://github.com/jeroenpardon/sui). Flame is very easy to setup and use. With built-in editors, it allows you to setup your very own application hub in no time - no file editing necessary.