Skip to content

Commit 1932fa7

Browse files
committed
Update manifest and readme
1 parent c7222ed commit 1932fa7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

web-search/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ You can configure the plugin directly via Noctalia's Plugin Settings:
7373

7474
## Changelog
7575

76+
### 1.1.1
77+
- Fix protocols other than http/https not recognized as URL
78+
- Support for middle domain with only one character (e.g., www.a.com)
79+
- Support for hostname without dot with port (e.g., hostname:8080)
80+
- If you want to enter hostname without port and dot, you have to type the protocol manually
81+
7682
### 1.1.0
7783
- Added Direct URL Opening. Automatically detects URLs, IP addresses, and localhost and opens them directly in the browser
7884
- Added configurable toggle for the Direct URL feature

web-search/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "web-search",
33
"name": "Web Search",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"author": "Rigelyon",
66
"license": "MIT",
77
"description": "Search the Internet from the Launcher.",

0 commit comments

Comments
 (0)