Releases: VibeTensor/IssueVista
Releases · VibeTensor/IssueVista
Release list
v1.2.0 - Major Feature Release
What's New in v1.2.0
This release includes 30+ new features and improvements, making IssueFlow more powerful and accessible than ever.
Highlights
Visualization & Analytics
- Topic Cluster Visualization (#154) - D3-powered bubble chart grouping issues by labels
- Visual Issue Difficulty Badges (#145) - Color-coded Easy/Medium/Hard indicators
- Visual Issue Complexity Meter (#152) - Progress bar showing issue complexity
- Repository Statistics Panel (#147) - Stars, forks, issues, watchers at a glance
- Interactive Tag Cloud (#137) - Visual label exploration
Search & Filtering
- Search Autocomplete (#129) - Intelligent suggestions while typing
- Infinite Scroll (#131) - Seamless pagination for large result sets
- Language Filter Chips (#153) - Multi-select programming language filters
- Advanced Search Filters (#121) - Boolean operators (AND, OR, NOT)
- Smart Search Sorting (#122) - Relevance scoring algorithm
Themes & UI
- Enhanced Dark Mode (#142) - 6 theme presets (Light, Dark, Midnight, Ocean, Forest, Sunset)
- Quick Actions Context Menu (#139) - Right-click actions for issues
- Loading Skeleton Cards (#172) - Perceived performance improvements
- Fade-in Animation (#183) - Visual polish for issue cards
UX Improvements
- Search History (#62) - Track and reuse previous searches
- Shareable Search URLs (#140) - Link directly to search results
- Toast Notifications (#174) - Visual feedback for actions
- Scroll-to-Top Button (#178) - Quick navigation
Accessibility (WCAG 2.1)
- ExportMenu Accessibility (#216) - Focus management, keyboard navigation
- RateLimitDisplay Accessibility (#215) - Screen reader support
- Authentication State Indicator (#187) - Visual auth status
Technical Improvements
- ESLint and Prettier configuration (#74)
- TypeScript CI checks (#50)
- EditorConfig for consistent formatting (#48)
- Security Policy (SECURITY.md) (#45)
Security
- Fixed h3 Request Smuggling vulnerability (GHSA-mp2g-9vg9-f4cg)
Full Changelog: v1.1.0...v1.2.0
IssueFlow v1.1.0 - Feature Release
What's New in v1.1.0
This release brings significant UX improvements, brand redesign, and comprehensive testing.
New Features
- Empty State System (#30): Context-aware empty states with beautiful illustrations
- Footer Component (#21): Professional footer with version display and social sharing
- Zero-Comment Highlighting (#20): Visual indicators for beginner-friendly issues
- Smart Relative Time (#17): Human-friendly date formatting with freshness indicators
- Auto-Focus & Validation (#16): Improved search UX with real-time feedback
- Export Issues (#10): Download issue links in Markdown, JSON, or plain text
- Copy Issue Link (#14): One-click copy for individual issues
Brand Redesign
- New IssueFlow logo (S-curve pipeline design)
- Monochromatic teal color palette
- Updated favicon and Open Graph images
- Streamlined documentation
Technical Improvements
- Component architecture refactoring (#35)
- 403 unit tests + 54 E2E tests
- WCAG 2.1 accessibility compliance
- Improved code organization
Links
- Live Demo: https://issueflow.pages.dev
- Documentation: https://github.com/VibeTensor/IssueFlow#readme
- Changelog: https://github.com/VibeTensor/IssueFlow/blob/master/CHANGELOG.md
Full Changelog: v1.0.0...v1.1.0
IssueFlow v1.0.0 - Initial Release
IssueFlow v1.0.0 - Initial Release
Find unassigned GitHub issues without pull requests
Features
Core Functionality
- Smart Issue Filtering: Automatically finds open, unassigned issues without PRs
- Multiple Authentication Options:
- GitHub OAuth (Device Flow)
- Personal Access Token
- No-auth mode (60 req/hr)
- GraphQL API: 45% faster than REST, 5000 req/hr with token
- Privacy-First: All tokens stored locally in browser
UI/UX
- Hand-Drawn Sketch Aesthetic: Unique monochromatic slate design
- Mobile-First Responsive: Works perfectly on all devices
- Smooth Scrolling: Custom scrollbar styling with accessibility
- Interactive Help: Step-by-step token generation guide
- Real-Time Rate Limits: See remaining requests
Performance
- Astro 5.x: Zero KB JavaScript for static content
- Svelte 5: Only 3KB runtime for interactive components
- UnoCSS: On-demand atomic CSS (minimal bundle size)
- Lighthouse Score: 100/100 (target)
Tech Stack
- Astro 5.x
- Svelte 5
- UnoCSS
- TypeScript
- GitHub GraphQL API
Deployment
- Live Demo: https://issueflow.pages.dev
- Deployed on Cloudflare Pages
- CI/CD via GitHub Actions
What's Included
- Automated code reviews (CodeRabbit)
- Security scanning (GitGuardian)
- Build verification
- Hacktoberfest friendly
Contributing
This is a Hacktoberfest-friendly open-source project!
- See CONTRIBUTING.md for guidelines
- Check HACKTOBERFEST.md for participation details
- MIT License
Credits
Created and maintained by @ascender1729
Built with modern web technologies and best practices for the open-source community.
Full Changelog: https://github.com/ascender1729/IssueFlow/commits/v1.0.0