Skip to content

Releases: mindori/linkpress

v0.3.1

23 Jan 10:18

Choose a tag to compare

## Fixed
- Fixed article sorting by "Added" date
- Fixed hardcoded Korean difficulty labels

## Dependencies
- Updated @linkpress/core to v0.1.3

v0.2.5

20 Jan 00:53

Choose a tag to compare

## Fixed
- Use fresh browser profile for each Slack authentication to prevent token conflicts between workspaces

## Docs
- Added note about upcoming Slack OAuth support in LinkPress SaaS

v0.2.4

19 Jan 13:42

Choose a tag to compare

## Added
- Real-time autocomplete for channel selection (type to search)
- Auto-add Saved Messages (DM to self) by default

## Changed
- Temporarily disabled OpenAI and Gemini providers (JSON output issues)

## Docs
- Added note about Slack token expiration and how to refresh
- Added note about bot detection limitations (HTTP 403)
- Updated AI provider section (Anthropic only, others coming soon)
- Added channel selection GIF and description
- Added more badges (downloads, node version, AI)

v0.2.3

19 Jan 00:32

Choose a tag to compare

## Fix
- Prevent duplicate workspace registration when running source add slack multiple times
- If workspace already exists, token is updated instead of creating duplicate entries

v0.2.2

18 Jan 21:51

Choose a tag to compare

## Fix
- Handle Ctrl+C gracefully in CLI prompts (no more ExitPromptError stack trace)

v0.2.1

18 Jan 15:35

Choose a tag to compare

Release notes:

## Features
- Multi-provider AI support (Anthropic, OpenAI, Gemini)
- Automatic Slack token extraction via Playwright
- AI-powered content classification & filtering
- Magazine UI with dark/light theme
- Read/unread tracking
- Watch mode (real-time updates)
- Pagination
- i18n (English, 한국어, 日本語)

##  Architecture
- Extracted core logic to `@linkpress/core` package

## Installation
npm install -g linkpress