Releases: freechessclub/freechessclub-app
Releases · freechessclub/freechessclub-app
v4.5.1
What's Changed
- Stop webpack bundling onnx wasm files by @dhirallin in #159
- Add support to indicate playing status of user in chat tab title by @freechessclub-dev in #160
Full Changelog: v4.5.0...v4.5.1
What's Changed
- Stop webpack bundling onnx wasm files by @dhirallin in #159
- Add support to indicate playing status of user in chat tab title by @freechessclub-dev in #160
Full Changelog: v4.5.0...v4.5.1
v4.5.0
What's Changed
- Fix crazyhouse bug game not ending by @dhirallin in #157
Full Changelog: v4.4.1...v4.5.0
What's Changed
- Fix crazyhouse bug game not ending by @dhirallin in #157
Full Changelog: v4.4.1...v4.5.0
What's Changed
- Fix crazyhouse bug game not ending by @dhirallin in #157
Full Changelog: v4.4.1...v4.5.0
v4.4.1
What's Changed
- Add user list toggles by @freechessclub-dev in #156
Full Changelog: v4.4.0...v4.4.1
What's Changed
- Add user list toggles by @freechessclub-dev in #156
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
- Improve settings layout by @freechessclub-dev in #150
- Move rating icons by @dhirallin in #151
- Fix follow bug and fix bug private chat tabs being removed when game starts by @dhirallin in #155
- Add a "follow" pane by @freechessclub-dev in #154
Full Changelog: v4.3.3...v4.4.0
What's Changed
- Improve settings layout by @freechessclub-dev in #150
- Move rating icons by @dhirallin in #151
- Fix follow bug and fix bug private chat tabs being removed when game starts by @dhirallin in #155
- Add a "follow" pane by @freechessclub-dev in #154
Full Changelog: v4.3.3...v4.4.0
4.3.3
What's Changed
- Add mushroom cloud animations and sfx for atomic variant by @dhirallin in #149
Full Changelog: v4.3.2...v4.3.3
4.3.2
What's Changed
- Bug fixes and tweaks by @dhirallin in #148
- Added users as friends from "notify list" and fixed the bug where users list didn't populate correctly the first time
- Added foreground service for android app
- Added game "invite links" support
Full Changelog: v4.2.0...v4.3.2
4.2.0
What's Changed
- Engine Settings panel, multiple engines supported, updated stockfish, multiple premove and smart move tweaks, bug fixes. by @dhirallin in #147
Full Changelog: v4.1.2...v4.2.0
4.1.2
What's Changed
- 'ping' keep-alive, virtual-scroll for chat tabs, base themes, theme settings tweaks by @dhirallin in #120
- Fix bug app not loading on mobile by @dhirallin in #122
- Fix bishop square color calc by @freechessclub-dev in #121
- Chat features: Emoji panel, messages integration, improved 'Start Chat' button, Info bar in channel tabs by @dhirallin in #123
- Add new board themes and piece sets by @freechessclub-dev in #124
- Make 'Would you like to clear messages' notification clearer. by @dhirallin in #127
- Add chat column hiding and overlay options by @freechessclub-dev in #126
- Display move times in move list by @freechessclub-dev in #128
- Fix panels jumping glitch when expanding chat by @dhirallin in #129
- Fix bugs change movetime by @dhirallin in #130
- Webpack config improvements by @dhirallin in #131
- Custom keyboard shortcuts by @dhirallin in #132
- Tournaments panel by @dhirallin in #133
- Fix bug clock starting in examine mode by @dhirallin in #134
- Fix typo in webpack-config by @dhirallin in #136
- King of the hill bug fix again. by @dhirallin in #137
- Add unversioned files for build, fix gitignore by @dhirallin in #138
- Fix KoTH unseek bug by @dhirallin in #139
- Still finding bugs in KoTH and tournaments by @dhirallin in #140
- Fix regex's that were failing for users with rating < 1000 by @dhirallin in #141
- Users modal and menus by @dhirallin in #143
- Remove maximize chat button and show/hide left menus button by @dhirallin in #144
- Evil bar by @dhirallin in #145
- Faster examine mode and subvariations in observe mode by @dhirallin in #146
Full Changelog: v3.6.1...v4.1.2
3.6.1
Release Notes
✨ New & Extended Functionality
- Opening book for “Play Computer” for stronger, more varied computer games.
- Multiboard view with complete history rewrite—follow (or play) many games side-by-side.
- Game-tools panel adds handy in-game utilities (analysis, export, etc.).
- PGN load / save & rich Edit mode — supports nested sub-variations and comments.
- Setup-Board mode with drag-and-drop pieces and custom glyph set.
- Progressive-Web-App (PWA) support: installable app, offline caching (manifest + service-worker).
- Multiple premoves & “smart move” for faster blitz/bullet play.
🛠️ UX, UI & Workflow Improvements
- Chat quality and usability refinements.
- Game now auto-focuses when you click any piece (previously suppressed).
- Numerous UI touches: player-name alignment, textarea / number-spinner fixes (Firefox), fresh chess-piece glyphs, assorted cosmetic tweaks.
- Storage & CredentialStorage abstraction for cleaner persistence.
- Codebase refactor: reorganised functions in index.ts for easier maintenance.
🐞 Fixes
- General stability & bug-squash rounds (PR #91, #107, #113, #115).
- allobsRequested counter now decrements correctly.
- Robust handling of player names and removeGame() cleanup.
- Corrected endgamebot / puzzlebot logic.
- Drag-piece issue in Setup-Board mode resolved.
- Service-worker caching fix (post-PWA).
Thanks to @dhirallin and @freechessclub-dev for the contributions!
What's Changed
- Bug fixes by @dhirallin in #91
- Add opening book to 'Play Computer' mode by @dhirallin in #92
- Multiboard mode and history rewrite by @dhirallin in #94
- Give game focus when user clicks on a piece (click event was being suppressed) by @dhirallin in #96
- Few minor UI/UX fixes by @freechessclub-dev in #95
- Fix bug allobsRequested not decremented by @dhirallin in #97
- Fix player names and removeGame() cleanup by @dhirallin in #98
- Fix player name padding again! by @dhirallin in #99
- Game tools by @dhirallin in #101
- Chat improvements by @dhirallin in #102
- Fix input textarea and number spinners on firefox by @dhirallin in #104
- Fix bug in endgamebot and puzzlebot by @dhirallin in #106
- Bug fixes by @dhirallin in #107
- Load/Save PGN files and Edit mode supporting nested subvariations and annotations by @dhirallin in #108
- Setup Board Mode, Chess piece glyphs, Storage and CredentialStorage by @dhirallin in #112
- Bug fixes and start of refactor (rearranged functions in index.ts) by @dhirallin in #113
- Fix bug, drag piece in setup board mode by @dhirallin in #114
- Cosmetic tweaks, bug fixes, refactoring by @dhirallin in #115
- Add PWA support, manifest and service-worker by @dhirallin in #116
- Service worker fix by @dhirallin in #119
- Multiple premoves and smart move by @dhirallin in #118
Full Changelog: v3.0.1...v3.6.1
3.0.1
A brand new desktop app release after a long time. Several new features have been added since the previous 2.0.1 release.
- Offline computer play
- More piece sets and color themes
- Support for variants
- Lots of bug fixes...
Enjoy!