Skip to content

Releases: cubing/CubePB

v0.1.10

02 Apr 14:36
Compare
Choose a tag to compare
  • Majorly improve the mobile viewing experience for many pages
  • The left-hand drawer will be closed by default when the page is opened for the first time on mobile devices

v0.1.9

01 Apr 13:50
Compare
Choose a tag to compare
  • Add new "PB Card" interface for easier viewing and editing of common PB types
  • Update home page text to show instructions for retrieving PB data from the old PB site
  • Add interface for viewing record data in table format (cleaner viewing of PBs and Users)

v0.1.8

30 Mar 19:46
Compare
Choose a tag to compare
  • Resolve "Insufficient Permissions" error when following/unfollowing other users
  • Resolve "Insufficient Permissions" error when viewing your followers/people you are following
  • Remove unused requested WCA oauth scopes
  • No longer truncate table rows on overflow (better for mobile device viewing)
  • Add action buttons on home page

v0.1.7

28 Mar 20:49
Compare
Choose a tag to compare
  • Introduce new pages to to view the users following you and the users that you are following
  • Add new page (My PBs Feed) to show the latest PBs by people that you are following
  • Change setSize text from "Sample Size" to "Solves Count"
  • Render PB Type and Solves Count together in the same column
  • If the PB Type's required setSize is not set, the setSize of the created personalBest must be greater than 1 (basically, you can't do Mean of 1 or Average of 1 anymore, as this is redundant).
  • API: backend changes to better handle different types of filter fields.

v0.1.6

27 Mar 13:51
Compare
Choose a tag to compare
  • Fix Discord invite link on home page (#2)
  • Add separate component for viewing records (allows for better viewing of personalBests)
  • Fix hidden filters on public-pbs page
  • public-users page will now be sorted by createdAt descending (newest users shown first)

v0.1.5

26 Mar 02:34
Compare
Choose a tag to compare
  • Can now follow a user from their profile page (or when viewing the user)
  • Cubing icons updated to include icon for FTO
  • "Date Happened" will now default to the current date in your current time zone (as opposed to UTC)
  • Consolidated "score" field into a custom component that will more compactly display the result
  • Support up to 2 decimal places in moves_count (for FMC-style events)
  • API: Improve score calculation for events with MBLD scoreMethod
  • API: Fix backend bug that occurred when deleting current PBs

v0.1.4

25 Mar 03:14
Compare
Choose a tag to compare
  • Fix settings page
  • Truncate table row data on overflow

v0.1.3

24 Mar 22:38
Compare
Choose a tag to compare
  • Add ability to (un)follow other cubers by clicking the button on the user's chip card
  • Add cubingIcon field to event type
  • Fix a bug where you could add an equivalent or worse score on the same date as your current PB
  • API: refactor jomql backend logic
  • API: change all fields to camelCase

v0.1.2

20 Mar 18:25
Compare
Choose a tag to compare
  • Users will now show up as a clickable chip, which can be expanded to show more information about the user and a link to the user's profile
  • Reduce footer text when viewport becomes too small
  • API: hide certain sensitive user fields in contexts when unauthorized
  • API: fix bug where dependency fields were not being fetched in nested context

v0.1.1

19 Mar 16:39
Compare
Choose a tag to compare
  • Site will now show a notice when the loaded version of the site is not the latest, with the option to refresh the page
  • Home page "Recent Releases" section will now fetch release information directly from the Github repository
  • Various behind the scenes improvements for deployment workflows