Skip to content

Commit 1a2de47

Browse files
committed
chore: release v0.1.8
1 parent 7aa0ff5 commit 1a2de47

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@ All notable changes to `polymarket-on-paper` are documented here.
44

55
> Forked from [agent-next/polymarket-paper-trader](https://github.com/agent-next/polymarket-paper-trader) at v0.1.7.
66
7-
## Unreleased
7+
## [0.1.8] - 2026-03-13
8+
9+
### Added
10+
- **Polymarket links**: every market, position, and trade links directly to its Polymarket page (``)
11+
- **`event_slug` field**: `Market` model now carries event slug for correct deep-linking (`/event/{event_slug}/{market_slug}`)
12+
- **Balance flash animation**: navbar balance pulses on change after trades (scale + purple, 0.8s)
13+
- **Balance refresh on trade**: Markets page triggers navbar balance update via Outlet context
14+
- **`pm-trader web --reload`**: auto-reload backend on Python file changes during development
15+
- **Web search button**: visible Search button alongside Enter-to-search
16+
- **Open Positions scroll**: max-height with scroll for large portfolios, shows position count
17+
- **Architecture diagram**: three-layer diagram added to README
18+
- **Web dashboard section**: added to README with usage examples
19+
- **API surface mapping**: added to CLAUDE.md — maps Gamma endpoints to CLI/MCP/Web
820

921
### Fixed
1022
- **Search**: switch from broken Gamma API `_q` param to official `/public-search` endpoint — search now returns relevant results
@@ -14,10 +26,6 @@ All notable changes to `polymarket-on-paper` are documented here.
1426
- **Web navbar**: replace staleness dot indicator with 60-second auto-polling for balance
1527
- **Web search**: replace `<form>` submit with `onKeyDown` handler to fix Enter key not triggering search
1628

17-
### Added
18-
- **`pm-trader web --reload`**: auto-reload backend on Python file changes during development
19-
- **Web search button**: visual Search button alongside Enter-to-search
20-
2129
## [0.1.7] - 2026-03-01
2230

2331
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "polymarket-on-paper"
7-
version = "0.1.7"
7+
version = "0.1.8"
88
description = "Your AI agent trades Polymarket — $10k paper money, real prices, zero risk. Compete on the leaderboard."
99
authors = [{name = "parle-ai"}]
1010
license = "MIT"

0 commit comments

Comments
 (0)