Releases: cubing/CubePB
Releases · cubing/CubePB
v0.1.10
v0.1.9
v0.1.8
- 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
- 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
v0.1.5
- 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
v0.1.3
- 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
- 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
- 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