Pushed version 2.0.0
This commit is contained in:
parent
51a0da8f10
commit
cb2326bb04
4 changed files with 6 additions and 4 deletions
2
.env
2
.env
|
@ -1,5 +1,5 @@
|
|||
PORT=5005
|
||||
NODE_ENV=development
|
||||
VERSION=1.7.4
|
||||
VERSION=2.0.0
|
||||
PASSWORD=flame_password
|
||||
SECRET=e02eb43d69953658c6d07311d6313f2d4467672cb881f96b29368ba1f3f4da4b
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
REACT_APP_VERSION=1.7.4
|
||||
REACT_APP_VERSION=2.0.0
|
Loading…
Reference in a new issue