Changelog
What's new in Aware.
1.5.0
2026-03-26- Redesigned social system: each platform (Reddit, Hacker News, YouTube, Twitter/X) gets its own configuration section with per-platform toggles.
- Added Twitter/X as a social platform (BYOK — bring your own API key, pay-as-you-go).
- Social topics are now separate from news topics — configure what each source searches for independently.
- Google News RSS is now the primary news source. GDELT removed due to reliability issues from cloud environments.
- Dashboard refresh button now properly busts the cache — fresh data persists for subsequent loads.
- All stored tokens (sessions, magic links) are now hashed with SHA-256 for improved security.
- Removed global mutable state — request-scoped origin handling prevents race conditions.
- Centralized security and CORS headers across all endpoints.
- Login flow now preserves your intended destination through the auth process.
- API keys in URL paths removed — use the Authorization header instead.
1.4.0
2026-03-17- OAuth 2.1 connector support for Claude.ai (web and mobile).
- Google Sign-In for faster account creation.
- Live dashboard with environment and signal cards.
- In-page API key management (save/remove without page reload).
- Modal accessibility: focus trapping, focus restoration, ARIA attributes.