2022-02-14 13:22:41 +01:00
### v2.2.2 (2022-02-TBA)
2022-02-14 13:58:57 +01:00
- Added option to get user location directly from the app ([#287 ](https://github.com/pawelmalak/flame/issues/287 ))
2022-02-14 13:22:41 +01:00
- Fixed bug with local search not working when using prefix ([#289 ](https://github.com/pawelmalak/flame/issues/289 ))
- Fixed bug with app description not updating when using custom icon ([#310 ](https://github.com/pawelmalak/flame/issues/310 ))
- Changed some of the settings tabs
2022-01-08 14:03:10 +01:00
### v2.2.1 (2022-01-08)
2022-01-08 12:48:33 +01:00
- Local search will now include app descriptions ([#266 ](https://github.com/pawelmalak/flame/issues/266 ))
2022-01-08 14:03:10 +01:00
- Fixed bug with unsupported characters in local search [#279 ](https://github.com/pawelmalak/flame/issues/279 ))
- Background tasks optimization ([#283 ](https://github.com/pawelmalak/flame/issues/283 ))
2022-01-08 12:48:33 +01:00
2021-12-17 12:56:51 +01:00
### v2.2.0 (2021-12-17)
2021-12-07 16:48:24 +01:00
- Added option to set custom description for apps ([#201 ](https://github.com/pawelmalak/flame/issues/201 ))
2021-12-17 12:56:51 +01:00
- Fixed fatal error while deploying Flame to cluster ([#242 ](https://github.com/pawelmalak/flame/issues/242 ))
2021-12-07 16:48:24 +01:00
2021-12-02 17:05:20 +01:00
### v2.1.1 (2021-12-02)
- Added support for Docker secrets ([#189 ](https://github.com/pawelmalak/flame/issues/189 ))
2021-12-02 14:12:23 +01:00
- Changed some messages and buttons to make it easier to open bookmarks editor ([#239 ](https://github.com/pawelmalak/flame/issues/239 ))
2021-11-26 14:40:52 +01:00
### v2.1.0 (2021-11-26)
- Added option to set custom order for bookmarks ([#43 ](https://github.com/pawelmalak/flame/issues/43 )) and ([#187 ](https://github.com/pawelmalak/flame/issues/187 ))
2021-11-20 14:18:42 +01:00
- Added support for .ico files for custom icons ([#209 ](https://github.com/pawelmalak/flame/issues/209 ))
2021-11-22 12:29:47 +01:00
- Empty apps and categories sections will now be hidden from guests ([#210 ](https://github.com/pawelmalak/flame/issues/210 ))
- Fixed bug with fahrenheit degrees being displayed as float ([#221 ](https://github.com/pawelmalak/flame/issues/221 ))
2021-11-26 14:40:52 +01:00
- Fixed bug with alphabetical order not working for bookmarks until the page was refreshed ([#224 ](https://github.com/pawelmalak/flame/issues/224 ))
- Added option to change visibilty of apps, categories and bookmarks directly from table view
2021-11-22 12:29:47 +01:00
- Password input will now autofocus when visiting /settings/app
2021-11-20 14:18:42 +01:00
2021-11-19 13:24:07 +01:00
### v2.0.1 (2021-11-19)
2021-11-18 15:14:53 +01:00
- Added option to display humidity in the weather widget ([#136 ](https://github.com/pawelmalak/flame/issues/136 ))
2021-11-18 13:47:27 +01:00
- Added option to set default theme for all new users ([#165 ](https://github.com/pawelmalak/flame/issues/165 ))
2021-11-18 16:03:44 +01:00
- Added option to hide header greetings and date separately ([#200 ](https://github.com/pawelmalak/flame/issues/200 ))
2021-11-19 13:24:07 +01:00
- Fixed bug with broken basic auth ([#202 ](https://github.com/pawelmalak/flame/issues/202 ))
2021-11-19 15:02:33 +01:00
- Fixed bug with parsing visibility value for apps and bookmarks when custom icon was used ([#203 ](https://github.com/pawelmalak/flame/issues/203 ))
2021-11-18 13:05:32 +01:00
- Fixed bug with custom icons not working with apps when "pin by default" was disabled
2021-11-15 11:40:33 +01:00
### v2.0.0 (2021-11-15)
2021-11-13 22:47:59 +01:00
- 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 ))
- Visit [project wiki ](https://github.com/pawelmalak/flame/wiki/Authentication ) to read more about this feature
- Docker images will now be versioned ([#110 ](https://github.com/pawelmalak/flame/issues/110 ))
- Icons can now be set via URL ([#138 ](https://github.com/pawelmalak/flame/issues/138 ))
- 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 ))
2021-11-15 11:40:33 +01:00
- Added new shortcut to clear search bar and focus on it ([#170 ](https://github.com/pawelmalak/flame/issues/170 ))
2021-11-13 22:47:59 +01:00
- Added Wikipedia to search queries
2021-11-15 11:40:33 +01:00
- Updated project wiki
2021-11-13 22:47:59 +01:00
- Lots of changes and refactors under the hood to make future development easier
2021-11-08 15:42:32 +01:00
### v1.7.4 (2021-11-08)
2021-11-05 17:16:19 +01:00
- Added option to set custom greetings and date ([#103 ](https://github.com/pawelmalak/flame/issues/103 ))
2021-11-08 13:22:11 +01:00
- Fallback to web search if local search has zero results ([#129 ](https://github.com/pawelmalak/flame/issues/129 ))
2021-11-04 23:39:35 +01:00
- Added iOS "Add to homescreen" icon ([#131 ](https://github.com/pawelmalak/flame/issues/131 ))
2021-11-08 15:42:32 +01:00
- Added experimental script to import bookmarks ([#141 ](https://github.com/pawelmalak/flame/issues/141 ))
2021-11-05 16:39:42 +01:00
- Added 3 new themes
2021-11-04 23:39:35 +01:00
2021-10-28 16:05:21 +02:00
### v1.7.3 (2021-10-28)
- Fixed bug with custom CSS not updating
2021-10-28 11:44:36 +02:00
### v1.7.2 (2021-10-28)
2021-10-27 11:52:57 +02:00
- Pressing Enter while search bar is focused will now redirect to first result of local search ([#121 ](https://github.com/pawelmalak/flame/issues/121 ))
2021-10-26 14:37:01 +02:00
- Use search bar shortcuts when it's not focused ([#124 ](https://github.com/pawelmalak/flame/issues/124 ))
- Fixed bug with Weather API still logging with module being disabled ([#125 ](https://github.com/pawelmalak/flame/issues/125 ))
- Added option to disable search bar autofocus ([#127 ](https://github.com/pawelmalak/flame/issues/127 ))
2021-10-22 16:10:38 +02:00
### v1.7.1 (2021-10-22)
2021-10-13 13:31:01 +02:00
- Fixed search action not being triggered by Numpad Enter
2021-10-22 15:51:11 +02:00
- Added option to change date formatting ([#92 ](https://github.com/pawelmalak/flame/issues/92 ))
- Added shortcuts (Esc and double click) to clear search bar ([#100 ](https://github.com/pawelmalak/flame/issues/100 ))
- Added Traefik integration ([#102 ](https://github.com/pawelmalak/flame/issues/102 ))
2021-10-13 13:31:01 +02:00
- Fixed search bar not redirecting to valid URL if it starts with capital letter ([#118 ](https://github.com/pawelmalak/flame/issues/118 ))
2021-10-22 14:00:38 +02:00
- Performance improvements
2021-10-13 13:31:01 +02:00
2021-10-11 15:15:26 +02:00
### v1.7.0 (2021-10-11)
2021-10-06 12:01:07 +02:00
- Search bar will now redirect if valid URL or IP is provided ([#67 ](https://github.com/pawelmalak/flame/issues/67 ))
2021-10-11 15:15:26 +02:00
- Users can now add their custom search providers ([#71 ](https://github.com/pawelmalak/flame/issues/71 ))
2021-10-05 17:08:37 +02:00
- Fixed bug related to creating new apps/bookmarks with custom icon ([#83 ](https://github.com/pawelmalak/flame/issues/83 ))
2021-10-05 16:31:56 +02:00
- URL can now be assigned to notifications. Clicking on "New version is available" popup will now redirect to changelog ([#86 ](https://github.com/pawelmalak/flame/issues/86 ))
2021-10-06 12:01:07 +02:00
- Added static fonts ([#94 ](https://github.com/pawelmalak/flame/issues/94 ))
2021-10-11 15:15:26 +02:00
- Fixed bug with overriding app icon created with docker labels
2021-10-05 16:31:56 +02:00
2021-10-09 23:12:26 +02:00
### v1.6.9 (2021-10-09)
- Added option for remote docker host ([#97 ](https://github.com/pawelmalak/flame/issues/97 ))
2021-10-05 12:29:17 +02:00
### v1.6.8 (2021-10-05)
- Implemented migration system for database
2021-10-04 12:11:41 +02:00
### v1.6.7 (2021-10-04)
- Add multiple labels to Docker Compose ([#90 ](https://github.com/pawelmalak/flame/issues/90 ))
- Custom icons via Docker Compose labels ([#91 ](https://github.com/pawelmalak/flame/issues/91 ))
2021-09-06 14:46:05 +02:00
### v1.6.6 (2021-09-06)
- Added local search (filter) for apps and bookmarks ([#47 ](https://github.com/pawelmalak/flame/issues/47 ))
2021-08-28 11:42:54 +02:00
### v1.6.5 (2021-08-28)
- Added support for more URL schemes ([#74 ](https://github.com/pawelmalak/flame/issues/74 ))
2021-08-17 10:38:16 +02:00
### v1.6.4 (2021-08-17)
2021-08-17 10:44:12 +02:00
- Added Kubernetes integration ([#72 continued ](https://github.com/pawelmalak/flame/issues/72 ))
2021-08-17 10:38:16 +02:00
2021-08-09 12:54:07 +02:00
### v1.6.3 (2021-08-09)
2021-08-06 15:15:54 +02:00
- Added support for custom SVG icons ([#73 ](https://github.com/pawelmalak/flame/issues/73 ))
2021-08-09 12:54:07 +02:00
- Added Deezer and Tidal to search queries
2021-08-06 15:15:54 +02:00
2021-08-06 10:36:05 +02:00
### v1.6.2 (2021-08-06)
- Fixed changelog link
- Added support for Docker API ([#14 ](https://github.com/pawelmalak/flame/issues/14 ))
2021-07-28 12:36:03 +02:00
### 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 ))
2021-07-28 12:52:30 +02:00
- Added changelog file
2021-07-28 12:36:03 +02:00
2021-11-13 22:47:59 +01:00
### v1.6.0 (2021-07-17)
2021-07-28 11:36:48 +02:00
- 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 ))
2021-11-13 22:47:59 +01:00
### v1.5.0 (2021-06-24)
2021-07-28 11:36:48 +02:00
- 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
2021-11-13 22:47:59 +01:00
### v1.4.0 (2021-06-18)
2021-07-28 11:36:48 +02:00
- 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 ))
2021-11-13 22:47:59 +01:00
### v1.3.0 (2021-06-14)
2021-07-28 11:36:48 +02:00
- 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 ))
2021-11-13 22:47:59 +01:00
### v1.2.0 (2021-06-10)
2021-07-28 11:36:48 +02:00
- 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 ))
2021-11-13 22:47:59 +01:00
### v1.1.0 (2021-06-09)
2021-07-28 11:36:48 +02:00
- 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 ))
2021-11-13 22:47:59 +01:00
### v1.0.0 (2021-06-08)
2021-08-17 10:32:15 +02:00
Initial release of Flame - self-hosted startpage using Node.js on backend and React on frontend.