Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
classement
classement
Commits
a691746f
Commit
a691746f
authored
Oct 09, 2022
by
Zéfling
🎨
Browse files
Version 1.0.0 (
#4
)
parent
8cfb69f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
a691746f
# Changelog - Standalone web app & API
## 1.0.0 beta (2022-10-09)
### Standalone web app
-
improve group naming
-
added support for line breaks
-
autoresize instead of scrollbar
### With API activited only
-
add an expiration days for cookies
-
do not show advanced options on open
-
improve textarea with autoresize (contact page)
-
fix loading issues in navigate
-
fix auto login
## 0.9.22 beta (2022-09-25)
### Standalone web app
...
...
@@ -214,7 +230,10 @@
### With API activited only
-
sign up / login / oauth (Discord / Facebook / Google)
-
sign up / login / oauth
-
Discord
-
Facebook
-
Google
-
profil management
-
save tierlists with account
-
search/browse tierslists on server
...
...
package.json
View file @
a691746f
{
"name"
:
"classement"
,
"version"
:
"
0.9.22
"
,
"version"
:
"
1.0.0
"
,
"scripts"
:
{
"postinstall"
:
"npm audit fix"
,
"ng"
:
"ng"
,
...
...
src/app/content/home/classement-home.component.ts
View file @
a691746f
...
...
@@ -9,7 +9,7 @@ import { environment } from 'src/environments/environment';
styleUrls
:
[
'
./classement-home.component.scss
'
],
})
export
class
ClassementHomeComponent
{
version
=
'
0.9.22 beta
'
;
version
=
'
1.0.0
'
;
modeApi
=
environment
.
api
?.
active
||
false
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment