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
19cd88e4
Commit
19cd88e4
authored
Nov 06, 2022
by
Zéfling
🎨
Browse files
Version 1.4.0
parent
c3827440
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
19cd88e4
# Changelog - Standalone web app & API
## 1.4.0 (2022-11-06)
### Standalone web app
-
update font and add more icon in interface #18
-
update classicon to
`1.4`
-
show (i) only if annotation content
-
advanced options less visible
### With API activited only
-
redesign of the status change dialog for server tierlists #17
-
add status
-
add tooltips
-
change of links to buttons
-
add last tierlists on home page #16
-
required: API 1.0.5
## 1.3.1 (2022-10-31)
### Standalone web app
...
...
package.json
View file @
19cd88e4
{
"name"
:
"classement"
,
"version"
:
"1.
3.1
"
,
"version"
:
"1.
4.0
"
,
"scripts"
:
{
"postinstall"
:
"npm audit fix"
,
"ng"
:
"ng"
,
...
...
src/app/content/home/classement-home.component.ts
View file @
19cd88e4
...
...
@@ -17,7 +17,7 @@ import { environment } from 'src/environments/environment';
styleUrls
:
[
'
./classement-home.component.scss
'
],
})
export
class
ClassementHomeComponent
{
version
=
'
1.
3.1
'
;
version
=
'
1.
4.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