Changelog
Here's a list of all the new features, improvements, and bug fixes we've shipped.
v0.8.0
Unified Changelog & UI Polish
Launched a new, dedicated changelog page to provide a complete history of all platform updates. The dashboard widget has been updated to show only the 5 most recent changes and now includes a "View all updates" button. The main dashboard layout was also refined, making the changelog card dynamically fill the available vertical space for a more balanced and professional appearance.
v0.7.2
Robust Organization Routing
Implemented a new OrganizationRouteHandler to intelligently manage navigation and state when switching between organizations. The application now correctly redirects users to their default organization upon login and ensures the selected organization's data is always in sync with the URL.
v0.7.1
Dedicated Page Components
Restructured the application pages into dedicated components (RepositoriesListPage, TeamPage, SettingsPage) that are rendered within the new AppLayout. This improves code organization and makes the application easier to maintain and scale.
v0.7.0
Dashboard & Navigation Overhaul
Introduced a completely new application layout featuring a persistent sidebar for effortless navigation between the Overview, Repositories, Team, and Settings sections. This foundational change provides a more intuitive and scalable structure for the user dashboard.
v0.6.1
Granular Event Tracking
Expanded our privacy-focused analytics to track more specific user interactions, such as REPO_FILTER_CHANGE, ORG_TEAM_INVITE_SUCCESS, and THEME_SWITCH. These insights are crucial for understanding how features are used and guiding future development priorities.
v0.6.0
Analytics & User Insights
Integrated a lightweight, privacy-respecting analytics service to help us understand feature usage and improve the platform. This helps us prioritize what to build next and identify areas for improvement without collecting any personal identifying information.
v0.5.2
Moderation Queue Enhancements
The moderation queue now supports regenerating AI reviews with custom prompts. If a review isn't quite right, moderators can now provide specific instructions to the AI for a better, more targeted result, increasing the quality and relevance of the final feedback.
v0.5.0
Customizable AI Review Types
You can now tailor the focus of AI reviews! From the organization settings page, choose a default review type: "general" for overall quality, "security" for vulnerability scanning, or "performance" for identifying bottlenecks. You can also provide global custom instructions for the AI to follow on all reviews.
v0.4.1
Centralized State Management
Refactored the application's state management using Zustand. This provides a more performant and reliable experience by creating a single, persistent source of truth for user authentication and organization data, eliminating prop-drilling and ensuring UI consistency.
v0.4.0
Enhanced User Experience & Theming
Major UI components have been refined for better clarity and usability. This includes the introduction of a global theming system with a dark mode switcher, allowing you to tailor the interface to your preference.
v0.3.2
Manual Repository Management
The Admin Panel now includes a Manual Repo Manager. This allows administrators to add and manage repositories that are not covered by the GitHub App installation, ensuring that pull requests from these external repos appear in the moderation queue for review.
v0.3.1
Project Balance Management
Added the Balance Manager to the Admin Panel. Administrators can now directly view and update the USD balance for any project in the system, providing a simple way to manage project funds and review credits.
v0.3.0
Admin Dashboard
Introduced a secure, multi-tab admin dashboard for platform management. This provides administrators with powerful tools to oversee the moderation queue, manage project balances, and configure repositories.
v0.2.1
Filter by Pull Request Status
In addition to filtering by repository, you can now filter the review feed by pull request status: "open," "merged," or "closed." This provides more granular control, helping you quickly find the reviews that matter most.
v0.2.0
Advanced Review Filtering
The main dashboard feed now includes a powerful filtering system. You can easily filter the review list by one or more repositories, making it simple to focus on the projects you are most interested in.
v0.1.2
Team Role Management
Empowered organization admins with the ability to manage user roles directly within the app. Using the new RoleSelector, you can now assign "Admin" or "Member" roles, overriding a user's default GitHub permissions for app-specific access control.
v0.1.1
Team Member Invitations
Added the ability for organization admins to invite new members to their team via email. The new InviteMemberModal streamlines the process of expanding your team on the platform.
v0.1.0
Team Management & Data Sync
Launched the first version of the Team Management page. The application now performs a comprehensive sync of organization members and their roles from GitHub upon login, ensuring the team list is always up-to-date.
v0.0.1
Internal Beta
Completed internal alpha testing and bug-bashing before the official launch. This phase focused on refining the core AI review logic, stabilizing the GitHub App integration, and ensuring webhook reliability.
v0.0.0
Initial Launch
prpal is live! AI-powered code reviews are now available directly in your GitHub pull requests, providing instant, actionable feedback to accelerate development cycles and improve code quality.