Skip to content

Commit 4c593ff

Browse files
BoPengclaude
andcommitted
Bump version to 0.10.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f1be81d commit 4c593ff

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.1]
11+
12+
### Added
13+
- Built-in web UI for config editing and live monitoring (FastAPI + CodeMirror)
14+
- TOML syntax highlighting in config editor
15+
- Live log streaming with filtering by level, item, AI score, and text
16+
- Guided forms for adding/editing AI backends, items, users, and marketplaces
17+
- `--webui-host` and `--webui-port` CLI options for remote access
18+
- No password required on localhost; credentials required for remote access
19+
- `FACEBOOK_USERNAME` / `FACEBOOK_PASSWORD` environment variable fallback for credentials
20+
- Graceful handling of missing `${ENV_VAR}` references (warning instead of error)
21+
1022
## [0.10.0]
1123

1224
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
readme = "README.md"
33
name = "ai-marketplace-monitor"
4-
version = "0.10.0"
4+
version = "0.10.1"
55
description = "An AI-based tool for monitoring facebook marketplace"
66
authors = [{ name = "Bo Peng", email = "ben.bob@gmail.com" }]
77
requires-python = ">=3.10"

0 commit comments

Comments
 (0)