Skip to content

Releases: spicyboys/drg-completionist

[v5.2.1] Fix save parser

19 Dec 03:54
dfb28f2
Compare
Choose a tag to compare

Update the save parser to handle new MulticastInlineDelegate value from new version of game

[v5.2.0] Overall Progression

29 Jul 23:10
f1479ee
Compare
Choose a tag to compare

Updated the main page to show an overall progression

[v5.0.1] Update Save Parser

25 Jul 03:42
ff70510
Compare
Choose a tag to compare

Update to the new nom-based save parser (drg-save-parser v4) which fixes issues with parsing some save files

[v5.0.0] Robert Rewrites Everything

24 Jul 02:48
21b33b1
Compare
Choose a tag to compare

create-react-app is a nightmare to work with for anything more than "baby's first react page" and we aggressively outgrew it. Recently, we absolutely blew through our Netlify bandwidth allocations because we have so many assets and none of them are properly resized or adjusted for quality, which CRA obviously provided no support to do. That made the decision I've been mulling over to rewrite this whole tool from scratch pretty easy to actually digest: the site went down and so a hard break was easier.

This is a rewrite of the whole app, conceptually. It reorganizes unlocks by Miner, and uses menu based navigation instead of tabs.

Save IDs are now formatted in the style they come out of the game assets from.

The whole site uses Gatsby which has super powerful image asset handling and data structuring.

Currently, to get something out, it only supports "Overclocks" (and the landing page is literally the Gatsby default, whoops), but it's something and a place to build off of.

[v4.0.1] Bug Fixes

20 Jun 02:09
e946276
Compare
Choose a tag to compare

Changed

  • Updated dependencies to make Dependabot happy
    • Now using React 18

Fixed

  • Fixed incorrect overclock icon for Hurricane's Rocket Barrage
  • Fixed TypeScript typing error with MinerCard (thanks @rob0rt)

[v4.0.0] Season 4 Update

16 Jun 04:36
30fd875
Compare
Choose a tag to compare

New

  • Added tabs for tracking the remaining DRG collectables (and a huge thanks to @nojonqs for getting them in)
    • Can now track Victory Poses, Cosmetics, Matrix Cores, Cargo Crates, Lost Packs, and, of course, Bosco
  • Added handy icons to the category tabs for your viewing convenience
    • Also added them to drop-down select on smaller width devices

Changed

  • Updated all overclocks to be up-to-date as of the current patch [1.38.88240.0]
    • Added Unstable OC Rocket Barrage for the "Hurricane" Guided Rocket System
    • Removed Clean OC Manual Guidance Cutoff for the "Hurricane" Guided Rocket System
    • Reworded several overclocks for grammatical consistency and reading ease
  • Updated GitHub buttons to point to updated repository location
  • Tweaked README with a few wording and link changes

[v3.0.1] Update save parser

11 Nov 04:06
c0219dd
Compare
Choose a tag to compare

Changes:

  • The save parser has been updated to version 2.0.0 with support for parsing save files generated from Update 35. Note that no other content from this update has been added.

[v3.0.0] Add Armor Paintjobs Page

02 Sep 01:41
6533008
Compare
Choose a tag to compare
  • Add new page for tracking armor paint jobs for each class, including ones common to all classes
  • Update parser to find and track armor paint job progress
  • Update generic page component to optionally accept new components at the bottom, such the all-class panel on the Armor page
  • Update dependencies

[v2.1.0] Update 34 Balance Changes

24 May 18:09
b5ad462
Compare
Choose a tag to compare

Changes:

  • Update overclock stats to include balance changes from Deep Rock Galactic's Update 34
  • Add some placeholder data for Armor Paintjobs to lay the groundwork for upcoming Armor page

[v2.0.1] Small PWA Improvements and Other Fixes

14 Mar 03:34
5a8393a
Compare
Choose a tag to compare

Changes:

  • Add shortcuts and icons to each tab for installed PWAs
    • Try right-clicking or long-pressing the app's icon to see them in action!
  • Convert even more PNGs to WebP to further shrink app download
  • Update service worker caching rules to cache more image types than just PNGs outside of /src
  • Add additional analytic events throughout the app to get a better understanding of use cases
  • Fix tab dropdown on xs/sm always showing the default tab on app load, no matter what tab was actually selected
  • Fix slight clipping of the current percentage text on header progress bars on some mobile browsers