Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: XPEHO/YAKI

1.25.1

04 Jan 10:12
da8819e

Choose a tag to compare

What's Changed

Fixed Bugs 🐛

Full Changelog: 1.25.0...1.25.1

1.25.0

03 Jan 13:25
7aa61ed

Choose a tag to compare

What's Changed

Exciting New Features 🎉

Fixed Bugs 🐛

  • fix(splash_screen): change splash screen redirection process by @PiotrFLEURY in #1113
  • fix(user_avatars): fix error in user with avatar fetch crashing if thee avatar reference was null by @LaurentMag in #1170
  • fix(expired_token): add validity token check on application opening by @LaurentMag in #1189
  • fix(admin_front): prevent first team of the list to always be selected at page change by @LaurentMag in #1192
  • fix(mobile_router): redirection issue on logging by @LaurentMag in #1193
  • fix(rollback): go back to preview version du to routing issue by @LaurentMag in #1194
  • fix(token verification): check token validity by @LaurentMag in #1195

Other Changes 🤷‍♂️

  • refactor(layouts): simplify layout and set modal accept / cancel logic in the parent by @LaurentMag in #1148
  • refactor(ui_archi): regroup visual .vue into ui folder by @LaurentMag in #1159
  • chore(deps-dev): bump com.intuit.karate:karate-junit5 from 1.4.0 to 1.4.1 in /yaki_karate by @dependabot in #990
  • chore(deps): bump shared_preferences from 2.2.1 to 2.2.2 in /yaki_mobile by @dependabot in #999
  • chore(deps): bump flutter_riverpod from 2.4.6 to 2.4.9 in /yaki_mobile by @dependabot in #1157
  • chore(deps): bump go_router from 10.2.0 to 12.1.1 in /yaki_mobile by @dependabot in #1061
  • chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.1.0 to 2.2.0 in /yaki_admin_backend by @dependabot in #991
  • chore(deps): bump argon2 from 0.30.3 to 0.31.2 in /yaki_backend by @dependabot in #1016
  • chore(deps-dev): bump @types/crypto-js from 4.1.1 to 4.2.1 in /yaki_backend by @dependabot in #1017
  • chore(deps): bump retrofit_generator from 7.0.8 to 8.0.4 in /yaki_mobile by @dependabot in #1062
  • chore(deps): bump junit5.version from 5.10.0 to 5.10.1 in /yaki_karate by @dependabot in #1155
  • chore(deps): bump org.postgresql:postgresql from 42.6.0 to 42.7.1 in /yaki_karate by @dependabot in #1167
  • chore(deps): bump org.springframework:spring-jdbc from 6.0.12 to 6.1.2 in /yaki_karate by @dependabot in #1166
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.3 in /yaki_karate by @dependabot in #1165
  • chore(deps): bump vite from 4.5.0 to 4.5.1 in /yaki_admin by @dependabot in #1164
  • chore(deps): bump very_good_cli from 0.15.0 to 0.17.1 in /yaki_mobile by @dependabot in #1158
  • chore(deps): bump pg and @types/pg in /yaki_backend by @dependabot in #986
  • chore(deps-dev): bump @babel/core from 7.22.1 to 7.23.5 in /yaki_backend by @dependabot in #1150
  • chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.9.10 to 1.9.21 in /yaki_admin_backend by @dependabot in #1151
  • chore(deps): bump org.springframework.boot:spring-boot-starter-test from 3.1.0 to 3.2.0 in /yaki_admin_backend by @dependabot in #1152
  • test(update): updated findAllByTeam test to consider a case with avatarReference null by @LaurentMag in #1171
  • refactor(avatar function): directly return avatar instead of waiting for the entier switch process to return the value by @LaurentMag in #1172

Full Changelog: 1.19.0...1.25.0

1.19.0

30 Nov 14:12
518a06e

Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat(info_no_team): change captain page content to display a no team message by @LaurentMag in #1142

Fixed Bugs 🐛

  • fix(form_validation): using enter will validate login and create/edit modal by @LaurentMag in #1138
  • fix(promises): use promise.all() to make sure to have all promises resolve at once by @LaurentMag in #1139
  • fix(select_team): focus on the newly created team by @LaurentMag in #1140
  • fix(input_content): fix input field content for creation or edition by @LaurentMag in #1143
  • fix(team_name): error message if user try to create a team without name by @LaurentMag in #1144

Other Changes 🤷‍♂️

  • refactor(modal_logic): create pinia modal store and simplify logic by @LaurentMag in #1132
  • refactor(layout_folder): change layour folder name by @LaurentMag in #1145

Full Changelog: 1.18.0...1.19.0

1.18.0

28 Nov 14:37
2857d22

Choose a tag to compare

What's Changed

Fixed Bugs 🐛

  • fix(teamName_change): set ability back to edit the team name by @LaurentMag in #1131

Other Changes 🤷‍♂️

Full Changelog: 1.17.0...1.18.0

1.17.0

23 Nov 05:33
d2d20c2

Choose a tag to compare

What's Changed

Other Changes 🤷‍♂️

Full Changelog: 1.16.1...1.17.0

1.16.1

22 Nov 06:38
9b47c26

Choose a tag to compare

What's Changed

Fixed Bugs 🐛

Full Changelog: 1.16.0...1.16.1

1.16.0

16 Nov 15:32
9b27b2f

Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat(LockRotateScreen): Lock portaitMode by @SDecambray in #1071
  • Feat/cell card display avatar by @LaurentMag in #1073
  • Feat/declaration timer by @SDecambray in #1076

Fixed Bugs 🐛

  • fix(email-support): support email by @PriscilliaAmmeux in #1066
  • fix(UpperCase): add uppercase in trad file by @SDecambray in #1072
  • fix(TrimAuthenticate): add trim to login&password by @SDecambray in #1070
  • fix(fetch-error-widget-selection-teams): add icon profil in selection… by @PriscilliaAmmeux in #1069
  • fix(redirection-page-change-password): redirection page change passwo… by @PriscilliaAmmeux in #1078
  • fix(back): improper error handling cause nodeJs to crash by @LaurentMag in #1080
  • fix(fetch-avatar): fix the fetch avatar on cell card by @PriscilliaAmmeux in #1083
  • fix(back_halfday): correctly return the 2 objects for the halfday declaration by @LaurentMag in #1084

Other Changes 🤷‍♂️

  • test(JestTest): increase jest test by @SDecambray in #1081

Full Changelog: 1.15.3...1.16.0

1.15.3

15 Nov 07:59
59c4aef

Choose a tag to compare

What's Changed

Fixed Bugs 🐛

Full Changelog: 1.15.1...1.15.3

1.15.1

14 Nov 11:08
c373f84

Choose a tag to compare

What's Changed

Fixed Bugs 🐛

  • fix(fetch-password-profil): fetch password in page profile by @PriscilliaAmmeux in #1054
  • fix(RedirectionError): comment useless code by @SDecambray in #1060

Full Changelog: 1.15.0...1.15.1

1.15.0

14 Nov 10:23
6a94f4e

Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat(App_bar_date): add conditionnal rendering by @SDecambray in #1047
  • feat(node_changePW): feat to change current password for a new one by @LaurentMag in #1053

Fixed Bugs 🐛

  • fix(ProfilUserFetchAvatar): change rendering by @SDecambray in #1038
  • fix(TeamDeclarationSummaryPadding): add bottom pad by @SDecambray in #1039
  • Fix/mobile get user avatar by @LaurentMag in #1032
  • Fix/kisweb and password view by @SDecambray in #1052
  • fix(avatar_response): fix improper response in case of default avatar choice by @LaurentMag in #1055
  • fix(ScreenSize): fix size & add scrollController by @SDecambray in #1057

Other Changes 🤷‍♂️

  • refactor(avatar): function naming, and set feature in his own folder and files by @LaurentMag in #1050

Full Changelog: 1.14.0...1.15.0