Skip to content

Releases: seladb/StarTrack-js

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

StarTrack v2.2

05 Jun 10:02
Compare
Choose a tag to compare

What's new in this release?

  • Added support for smaller screen sizes (mobile devices)
  • Small improvements in overall layout

StarTrack v2.1

14 Feb 09:23
Compare
Choose a tag to compare

What's new in this release?

  • Added a checkbox to sync the stats with the current chart view displayed. This is useful for viewing stats on specific dates
  • You can now paste a GitHub link instead of typing the username and repo name, and they will be parsed automatically
  • Added a link to the GitHub repo in the badge displaying the repo details
  • Preloading screen: fix decreasing transition in progress bar when loading the next repo
  • All React components were replaced from class to function components and are using React Hooks