mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-28 13:43:05 +03:00
🔖 Bumps to V 1.6.9 and updates changelog
This commit is contained in:
parent
b88ddd97eb
commit
72e5cf2b46
5
.github/CHANGELOG.md
vendored
5
.github/CHANGELOG.md
vendored
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## ✨ 1.6.9 - Web Search Feature [PR #185](https://github.com/Lissy93/dashy/pull/185)
|
||||||
|
- Adds ability to search the web directly from Dashy by pressing enter on the search bar
|
||||||
|
- Adds configuration options, for setting default search engine, opening method and disabling
|
||||||
|
- Adds text under search bar, implements into minimal view also
|
||||||
|
|
||||||
## ⚡️ 1.6.8 - Improved Loading Experience [PR #183](https://github.com/Lissy93/dashy/pull/183)
|
## ⚡️ 1.6.8 - Improved Loading Experience [PR #183](https://github.com/Lissy93/dashy/pull/183)
|
||||||
- During app initialization, show the build progress and status message
|
- During app initialization, show the build progress and status message
|
||||||
- While requests are being made, show loader at top of screen
|
- While requests are being made, show loader at top of screen
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.6.8",
|
"version": "1.6.9",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user