Skip to content

Commit 9913fd8

Browse files
committed
feat: version 0.18.1
1 parent c2dd96a commit 9913fd8

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.18.1
2+
3+
- Fix instance not being able to fetch multi-reddits if not behind a proxy
4+
15
# Version 0.18.0
26

37
- Display subreddit name (r/<name>) in search result (fix #288)

eddrit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from eddrit import config
66

7-
__version__ = "0.18.0"
7+
__version__ = "0.18.1"
88

99
logger.remove()
1010
logger.add(sys.stderr, level=config.LOG_LEVEL)

eddrit/utils/oauth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ async def oauth_before_request(
9595
"Android", "Amdroid"
9696
)
9797

98+
9899
def _get_login_headers_from_cache() -> dict[str, Any]:
99100
"""
100101
Get the login headers from cache

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "eddrit"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
description = "Alternative Reddit frontend"
55
authors = [
66
{ name = "corenting", email = "corenting@gmail.com" },

0 commit comments

Comments
 (0)