Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yudi committed Jan 2, 2023
1 parent 96e343b commit 272b3d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### 2023.01.02.11.55

- Licença de uso alterada para GPL-3.0-only
- Correção na legenda de clima
- Adicionado 1 segundo de delay na leitura de QR Codes na página de presenças
- Mostrar apenas os 5 últimos grandes eventos na aba de "Eventos"
- Remoção da rota do "impersonate", pois o recurso não está implementado corretamente
2 changes: 1 addition & 1 deletion src/app/shared/services/global-constants.service.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export class GlobalConstantsService {
public static appName: string = 'FCT App';
/* YYYY.MM.DD.HH.MM */
public static appVersion: string = '2022.10.19.16.02';
public static appVersion: string = '2023.01.02.11.55';
public static userDataVersion: string = '0.3.0';
public static nonAmbiguousAlphabetCapitalizedNumbers: string = '2345689ABCDEFGHKMNPQRSTWXYZ';
}

0 comments on commit 272b3d9

Please sign in to comment.