Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Oct 23, 2024
1 parent d2e30a8 commit 1792314
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 9 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Changelog - Standalone web app & API

### 3.0.0 (2024-10-XX)

#### Standalone web app

- Options & themes
- Move advanced options without a dialog #83
- Add preview with advanced options #86
- Add JSON import/export of options (theme) #84
- Add browser backup with theme manager #85
- Add
- Delete
- Replace
- Add font selection #81
- Add tabs in the themes dialog #85
- generic themes
- browser themes
- search for themes
- Preferences
- group emoji by ton, hear, etc. #80
- Improve dialog #82
- Fix bugs
- Fix and improve undo-redo with groups and themes #87
- Fix markdown with strong
- Fix markdown render
- Fix tile text color in some cases
- Fix background in iceberg mode
- Fix font & text in tiles
- Bingo: fix text-only tile
- Fix tile calculation for iceberg & axis
- Fix background image initialization

#### With API activated only

- Options & themes
- Add account backup with theme manager #85
- Add: private or public themes
- Delete
- Replace
- Add tabs in the themes dialog #85
- your account themes
- other users' public themes
- search for themes
- Required: API `1.20` with schema validation

---

### 2.5.2 (2024-09-07)

#### Standalone web app
Expand Down
30 changes: 22 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,32 @@ Current installation in this [website](https://classement.org/).
- ✅ Iceberg
- ✅ Axis
- ✅ Bingo
- ✅ Bingo selection
- ✅ Symbol
- ✅ Emoji (with transformation)
- ✅ Advanced customization of tiles, lines, background, etc.
- ✅ Background image
- ✅ Direction
- ✅ Color
- ✅ Font
- ✅ Image tile
- ✅ Reduce size
- ✅ Change size
- ✅ Resize
- ✅ Backup in browser or in Json
- ✅ Ranking in browser or in Json
- ✅ Browser save
- ✅ Import (one or more)
- ✅ Export all
- ✅ Export (one or all)
- ✅ Clone
- ✅ Theme in browser or in Json
- ✅ Browser save
- ✅ Import
- ✅ Export
- ✅ Image export: PNG, JPG or WebP (except for Safari)
- ✅ In-memory rankings clone
- ✅ Tags
- ✅ Preferences
- ✅ Languages
- ✅ Emoji
- ✅ External API
- ✅ IMDB
- ⬜ MAL
Expand All @@ -79,18 +91,20 @@ Current installation in this [website](https://classement.org/).
- ✅ Change password
- ✅ Change avatar
- ✅ Remove user
-rankings
- ✅ Save rankings on server
-Rankings
- ✅ Save on server
- ✅ Public
- ✅ Private
- ✅ Private with password
- ✅ Search in public rankings
- ✅ See rankings form template
- ✅ Ranking view
- ✅ Ranking history
- ✅ Bingo selection
- ✅ Symbol
- ✅ Emoji (with transformation)
- ✅ Theme
- ✅ Save on server
- ✅ Public
- ✅ Private
- ✅ Search in public themes
- ✅ Admin
- ✅ Search users or rankings
- ✅ Edit profil & change roles
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "classement",
"description": "This application aims to manage ranking list by groups of elements in the form of images or texts.",
"version": "2.5.2",
"version": "3.0.0",
"license": "GPL-3.0-or-later",
"author": {
"name": "Zéfling",
Expand Down

0 comments on commit 1792314

Please sign in to comment.