Releases: steveoro/goggles_main
Releases · steveoro/goggles_main
0.8.00
0.7.25
0.7.24
0.7.23
0.7.22d
0.7.22c
0.7.21
(API unchanged)
- disabled Facebook Omniauth login;
- added more FAQs;
- auto-clear last_season_id cookie after sign-in; minor Cucumber fixes regarding calendar features domain preparation;
- added collapsible section to the "latest calendar updates" list in the info page to prevent very long lists from cluttering the view;
- support for intermixed gender links in relay results on meeting/show;
- minor optimization: removed outer joins from meetings/show components to prevent object allocations to blow up with many results on the page;
- additional query optimizations by trial-and-error;
- added migrations from DB project;
- output additional user stats from stats:: rake command;
- re-sync w/ base engine;
- bundle updates;
0.7.18
- re-sync w/ base engine;
- bundle updates & misc specs adjustments;
- added latest data update section to the info/about page;
- removed Patreon links for sponsorship;
- removed Twitter/X social link as that social media now sucks big time;
- removed Capybara driver support for Galaxy Fold as it's not considered standard anymore by the SeleniumDriver: replaced with the Samsung S20U;
- added "team manager" label display in dashboard for TMs (plus another label for admins)
0.7.16
0.7.08
- fixes for history grid ordering & history recap list;
- added a crude output dialog to the timing-delta compute tool page as quick copy-paste helper for TXT/CSV output;
- speed improvements to /meetings/event detail show
- fixed best-result calc in team_result page on team swimmers recap header & table
- re-sync w/ base engine & bundle update
- minor rubocop fixes