Releases: seladb/StarTrack-js
Releases · seladb/StarTrack-js
StarTrack v3.1.4
StarTrack v3.1.3
StarTrack v3.1.2
What's new in this release?
- Update dependencies
- GitHub API occasionally has discrepancies between the star count and the actual star data. To accommodate this, we allow for a margin of up to 5 stars
Full Changelog: v3.1.1...v3.1.2
StarTrack v3.1.1
What's new in this release?
- Update dependencies
- Add
dependabot
to have regular dependency updates
StarTrack v3.1.0
What's new in this release?
- Enable the option to download stargazer data in JSON or CSV format
- Introduce a warning notification for repositories with an excessive number of stars, indicating limitations imposed by the GitHub API when loading them all
- Introduce dark mode
- Implement better error handling for forecast calculations when recent data is unavailable
- Resolve an issue related to pasting repository GitHub URLs in mobile browsers
StarTrack v3.0.0
What's new in this release?
- A complete rewrite of the codebase using Typescript and modern React
- Migrated from React Bootstrap to Material UI for a more consistent and polished look
- Upgraded the chart component to Plotly.js for better rendering of large datasets and an improved user experience
- Enhanced the GitHub authentication process to provide a smoother and more user-friendly experience
- Improved the forecast selection process to make it easier for users to choose a desired forecast
- When syncing between the repo stats and the chart, displays the date range of the chart
- Complete test coverage of all components
StarTrack v2.4.3
What's new in this release?
- Bugfix in forecast computation
- Move CI to GitHub Actions
- Dependabot and lint/formatting fixes
StarTrack v2.4.2
What's new in this release?
- Small bugfix
- For the new features in this version please refer to release v2.4
StarTrack v2.4
What's new in this release?
- Added an option to display a forecast based on the existing stargazer data. The forecast is calculated using Linear Least Squares regression
- Change between username and repo name text boxes using the / key (thanks @zaldih !)