Skip to content

Releases: seladb/StarTrack-js

StarTrack v3.1.4

02 Dec 02:35
9c949b0
Compare
Choose a tag to compare

What's new in this release?

  • Update dependencies

Full Changelog: v3.1.3...v3.1.4

StarTrack v3.1.3

18 Sep 08:18
0d48253
Compare
Choose a tag to compare

What's new in this release?

  • Update dependencies

Full Changelog: v3.1.2...v3.1.3

StarTrack v3.1.2

03 Jun 01:23
25fafb1
Compare
Choose a tag to compare

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

03 Apr 06:37
d485128
Compare
Choose a tag to compare

What's new in this release?

  • Update dependencies
  • Add dependabot to have regular dependency updates

StarTrack v3.1.0

11 Mar 07:12
358fb5b
Compare
Choose a tag to compare

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

15 Feb 08:42
Compare
Choose a tag to compare

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

08 Sep 09:39
346d839
Compare
Choose a tag to compare

What's new in this release?

  • Bugfix in forecast computation
  • Move CI to GitHub Actions
  • Dependabot and lint/formatting fixes

StarTrack v2.4.2

18 Jun 05:37
Compare
Choose a tag to compare

What's new in this release?

  • Small bugfix
  • For the new features in this version please refer to release v2.4

StarTrack v2.4

16 Jun 08:35
Compare
Choose a tag to compare

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 !)

StarTrack v2.3

02 Feb 09:14
Compare
Choose a tag to compare

What's new in this release?

  • Parallel load of stargazer data which significantly improves the overall loading time (thanks @gsaraf !)
  • Display chart data in log scale (thanks @passcod !)