Skip to content

Releases: alexandrelam/blame-detective

V0.3 Shadowflame

29 Jun 18:08
57a2d4d
Compare
Choose a tag to compare

Blame Detective v0.3 Patch Notes
Release Date: June 29, 2023

πŸš€ New Features:

  1. Implemented a GitHub API next reset time feature, displaying the time in a human-readable format instead of a Unix timestamp. @alexandrelam in #10
  2. Added a "Clear Cache Database" button, allowing users to easily delete cached data. @alexandrelam in #13
  3. Enhanced user experience by introducing a loading progress bar, making long loading times more tolerable. @alexandrelam in #12

Bug fix πŸ›

  1. Resolved an issue where only the first 30 commits were fetched. The app now fetches all commits as intended. @alexandrelam in #11
  2. Ensured that all required parameters are necessary for launching the app. The GitHub token is now mandatory. @alexandrelam in #8
  3. Improved error handling by displaying an error banner when a fetch operation fails. @alexandrelam in #9
  4. Enhanced the settings page functionality by disabling the form if the owner, repository, or token fields are left unfilled.

We hope these updates enhance your experience with our app. Should you encounter any issues or have suggestions for further improvements, please don't hesitate to reach out to us. Thank you for your continued support!

Full Changelog: V0.2...V0.3

V0.2 Hextech Protobelt-01

25 Jun 10:50
Compare
Choose a tag to compare

Blame Detective v0.2 Patch Notes
Release Date: June 25, 2023

πŸš€ New Features:

  1. Git Diff Enhancements: We have added a highly requested feature that allows you to easily navigate and analyze changes in your Git repositories. When performing a regex text search, the app now highlights the lines in the Git diff that match your search criteria. This makes it even more convenient to track specific changes within your codebase. @alexandrelam in #6

  2. Stay Up-to-Date: We understand the importance of keeping our users informed about new releases and exciting updates. To achieve this, we have introduced a new patch note component. This component will provide you with timely information about the latest features, improvements, and bug fixes in each release. Now, you can stay up to date with the app's progress and never miss out on any important announcements. @alexandrelam in #3

  3. Improved Calendar Input Validation: Our calendar feature now includes enhanced validation to ensure accurate and logical date selection. We have implemented a validation mechanism that prevents users from choosing a second date that falls in the past. This enhancement eliminates any confusion or unintended selections, making the calendar input more intuitive and error-free. @alexandrelam in #4

Bug fix πŸ›

  1. Default Theme Stability: We have addressed an issue that caused the default theme to malfunction when launching the app for the first time. The bug has been fixed, ensuring a seamless and visually pleasing experience right from the start. @alexandrelam in #2

  2. React Icons Warning Resolved: We have resolved a warning related to the usage of icons in React. This fix eliminates any potential issues or conflicts that may have occurred, resulting in a smoother and error-free app performance. @alexandrelam in #7

  3. Improved Context Organization: In our ongoing efforts to improve code structure and maintainability, we have moved the context to their own dedicated folder. This reorganization enhances the clarity and organization of the app's architecture, making it easier for developers to navigate and maintain the codebase. @alexandrelam in #5

Thank you for your continued support and feedback! We are committed to delivering the best user experience, and your input is invaluable in helping us achieve that goal. If you have any further suggestions or encounter any issues, please don't hesitate to contact our dedicated support team.

Full Changelog: V0.1...V0.2

V0.1 Nashor's tooth

24 Jun 21:32
Compare
Choose a tag to compare

Blame Detective v0.1 Patch Notes

Release Date: June 24, 2023

πŸš€ New Features:

  1. File Modification History:
    You can now view all files that have been modified within a specified range of dates. This powerful functionality aids in debugging and tracking down the source of bugs more effectively.

  2. Enhanced Search Capabilities:
    The search feature has been expanded to allow you to find specific text within files. Additionally, you can include or exclude files using regular expressions, providing greater control over the search results.

  3. GitHub Integration:
    Blame Detective now integrates with GitHub, allowing you to search for files within a specified date range directly from your GitHub repositories.

  4. Customizable Themes:
    Personalize your Blame Detective experience by selecting from a range of themes. Choose a theme that suits your preferences and enhances your workflow.

  5. File Tree View:
    The app now features a file tree view, enabling you to navigate and explore your project's file structure more intuitively. This hierarchical representation enhances your understanding of the codebase and assists in locating specific files.

  6. Git Diffs:
    View detailed Git diffs within Blame Detective, providing a clear overview of changes made to files. This functionality helps you track modifications and identify potential causes of bugs more efficiently.

  7. Bug Fixes and Improvements:
    Various bug fixes and performance enhancements to ensure a smoother and more reliable user experience.
    We hope these new features and improvements enhance your debugging process and streamline your workflow with Blame Detective. If you have any feedback or suggestions, please don't hesitate to reach out to us. Happy debugging!