Skip to content

Commit 98afe9b

Browse files
committed
feat: release 0.18.0
1 parent 48eedbc commit 98afe9b

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Version 0.18.0
22

33
- Display subreddit name (r/<name>) in search result (fix #288)
4+
- Rework navigation UI (search, subreddit list)
5+
- Fix icons colors being wrong sometimes
46

57
# Version 0.17.0
68

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.17.0"
7+
__version__ = "0.18.0"
88

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

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.17.0"
3+
version = "0.18.0"
44
description = "Alternative Reddit frontend"
55
authors = [
66
{ name = "corenting", email = "corenting@gmail.com" },

0 commit comments

Comments
 (0)