diff --git a/.env b/.env index 230ec44..4390587 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ PORT=5005 NODE_ENV=development -VERSION=1.7.4 +VERSION=2.0.0 PASSWORD=flame_password SECRET=e02eb43d69953658c6d07311d6313f2d4467672cb881f96b29368ba1f3f4da4b \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fdce1c8..1b755d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### v2.0.0 (TBA) +### v2.0.0 (2021-11-15) - Added authentication system: - Only logged in user can access settings ([#33](https://github.com/pawelmalak/flame/issues/33)) - User can set which apps, categories and bookmarks should be available for guest users ([#45](https://github.com/pawelmalak/flame/issues/45)) @@ -8,7 +8,9 @@ - Added current time to the header ([#157](https://github.com/pawelmalak/flame/issues/157)) - Fixed bug where typing certain characters in the search bar would result in a blank page ([#158](https://github.com/pawelmalak/flame/issues/158)) - Fixed bug with MDI icon name not being properly parsed if there was leading or trailing whitespace ([#164](https://github.com/pawelmalak/flame/issues/164)) +- Added new shortcut to clear search bar and focus on it ([#170](https://github.com/pawelmalak/flame/issues/170)) - Added Wikipedia to search queries +- Updated project wiki - Lots of changes and refactors under the hood to make future development easier ### v1.7.4 (2021-11-08) diff --git a/README.md b/README.md index ba640e5..6995444 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Flame is self-hosted startpage for your server. Its design is inspired (heavily) ## Functionality - 📝 Create, update, delete your applications and bookmarks directly from the app using built-in GUI editors -- 📌 Pin your favorite items to the homescreen for quick and easy access +- 📌 Pin your favourite items to the homescreen for quick and easy access - 🔍 Integrated search bar with local filtering, 11 web search providers and ability to add your own - 🔑 Authentication system to protect your settings, apps and bookmarks - 🔨 Dozens of option to customize Flame interface to your needs, including support for custom CSS and 15 built-in color themes diff --git a/client/.env b/client/.env index 78f7843..6a5c8f3 100644 --- a/client/.env +++ b/client/.env @@ -1 +1 @@ -REACT_APP_VERSION=1.7.4 \ No newline at end of file +REACT_APP_VERSION=2.0.0 \ No newline at end of file