-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from pawelmalak/fixes
Fixed custom icons not updating and added custom icons for bookmarks
- Loading branch information
Showing
18 changed files
with
258 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules | ||
github | ||
public | ||
public | ||
build.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules | ||
data | ||
public | ||
public | ||
build.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
### v1.6.1 (2021-07-28) | ||
- Added option to upload custom icons for bookmarks ([#52](https://github.com/pawelmalak/flame/issues/52)) | ||
- Fixed custom icons not updating ([#58](https://github.com/pawelmalak/flame/issues/58)) | ||
- Added changelog file | ||
|
||
### v1.6 (2021-07-17) | ||
- Added support for Steam URLs ([#62](https://github.com/pawelmalak/flame/issues/62)) | ||
- Fixed bug with custom CSS not persisting ([#64](https://github.com/pawelmalak/flame/issues/64)) | ||
- Added option to set default prefix for search bar ([#65](https://github.com/pawelmalak/flame/issues/65)) | ||
|
||
### v1.5 (2021-06-24) | ||
- Added ability to set custom CSS from settings ([#8](https://github.com/pawelmalak/flame/issues/8) and [#17](https://github.com/pawelmalak/flame/issues/17)) (experimental) | ||
- Added option to upload custom icons ([#12](https://github.com/pawelmalak/flame/issues/12)) | ||
- Added option to open links in a new or the same tab ([#27](https://github.com/pawelmalak/flame/issues/27)) | ||
- Added Search bar with support for 3 search engines and 4 services ([#44](https://github.com/pawelmalak/flame/issues/44)) | ||
- Added option to hide applications and categories ([#48](https://github.com/pawelmalak/flame/issues/48)) | ||
- Improved Logger | ||
|
||
### v1.4 (2021-06-18) | ||
- Added more sorting options. User can now choose to sort apps and categories by name, creation time or to use custom order ([#13](https://github.com/pawelmalak/flame/issues/13)) | ||
- Added reordering functionality. User can now set custom order for apps and categories from their 'edit tables' ([#13](https://github.com/pawelmalak/flame/issues/13)) | ||
- Changed get all controllers for applications and categories to use case-insensitive ordering ([#36](https://github.com/pawelmalak/flame/issues/36)) | ||
- New apps will be placed correctly in the array depending on used sorting settings ([#37](https://github.com/pawelmalak/flame/issues/37)) | ||
- Added app version to settings with option to check for updates manually ([#38](https://github.com/pawelmalak/flame/issues/38)) | ||
- Added update check on app start ([#38](https://github.com/pawelmalak/flame/issues/38)) | ||
- Fixed bug with decimal input values in Safari browser ([#40](https://github.com/pawelmalak/flame/issues/40)) | ||
|
||
### v1.3 (2021-06-14) | ||
- Added reverse proxy support ([#23](https://github.com/pawelmalak/flame/issues/23) and [#24](https://github.com/pawelmalak/flame/issues/24)) | ||
- Added support for more url formats ([#26](https://github.com/pawelmalak/flame/issues/26)) | ||
- Added ability to hide main header ([#28](https://github.com/pawelmalak/flame/issues/28)) | ||
- Fixed settings not being synchronized ([#29](https://github.com/pawelmalak/flame/issues/29)) | ||
- Added auto-refresh for greeting and date ([#34](https://github.com/pawelmalak/flame/issues/34)) | ||
|
||
### v1.2 (2021-06-10) | ||
- Added simple check to the weather module settings to inform user if the api key is missing ([#2](https://github.com/pawelmalak/flame/issues/2)) | ||
- Added ability to set optional icons to the bookmarks ([#7](https://github.com/pawelmalak/flame/issues/7)) | ||
- Added option to pin new applications and categories to the homescreen by default ([#11](https://github.com/pawelmalak/flame/issues/11)) | ||
- Added background highlight while hovering over application card ([#15](https://github.com/pawelmalak/flame/issues/15)) | ||
- Created CRON job to clear old weather data from the database ([#16](https://github.com/pawelmalak/flame/issues/16)) | ||
- Added proxy for websocket instead of using hard coded host ([#18](https://github.com/pawelmalak/flame/issues/18)) | ||
- Fixed bug with overwriting opened tabs ([#20](https://github.com/pawelmalak/flame/issues/20)) | ||
|
||
### v1.1 (2021-06-09) | ||
- Added custom favicon and changed page title ([#3](https://github.com/pawelmalak/flame/issues/3)) | ||
- Added functionality to set custom page title ([#3](https://github.com/pawelmalak/flame/issues/3)) | ||
- Changed messages on the homescreen when there are apps/bookmarks created but not pinned to the homescreen ([#4](https://github.com/pawelmalak/flame/issues/4)) | ||
- Added 'warnings' to apps and bookmarks forms about supported url formats ([#5](https://github.com/pawelmalak/flame/issues/5)) | ||
|
||
### v1.0 (2021-06-08) | ||
Initial release of Flame - self-hosted startpage using Node.js on backend and React on frontend. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
REACT_APP_VERSION=1.6.0 | ||
REACT_APP_VERSION=1.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
client/src/components/Bookmarks/BookmarkForm/BookmarkForm.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.Switch { | ||
text-decoration: underline; | ||
} | ||
|
||
.Switch:hover { | ||
cursor: pointer; | ||
} |
Oops, something went wrong.