Skip to content

Releases: mideind/Netskrafl

Version e20240306

04 Apr 15:28
aa66695
Compare
Choose a tag to compare
User online status caching (#94)

* WIP on cron + Redis caching of connected users per locale

* Language support tweaks

* WIP on more logical locale support; fav users filtered by locale

* WIP on Redis caching of presence using sets; moved type definitions

* WIP on Redis caching of user presence data

* WIP on online user caching

* WIP but code is now consistent; needs test

* Cleanup of unused variables in firebase.py

* Added user parameter to render_template() calls; code formatting in cache.py

* Bug fixes in Redis online status handling code

* Added online user update job to cron.yaml

* Added TTL caching of online users

* Add attribution & copyright for Norwegian word frequency data

* Reduced in-memory caching of online users to 30 seconds

* Skip user online query if robots only

* Removed unused class

The mfix3 version running on GAE as of 2022-09-04

05 Sep 13:40
Compare
Choose a tag to compare

Mfix2 + patches including updated word lists and cherry picked bug fixes, plus updated copyright info and a fix to the SalesCloud wrapper div style

Netskrafl master branch before merging Explo stuff

09 Jul 17:40
Compare
Choose a tag to compare

This is a release that encompasses Netskrafl before a large merge with the Explo codebase, where code has been moved to the /src directory, the backend endpoints split into web.py and api.py, and the UI migrated to a single-page UI written in TypeScript.

Mfix release

25 Jan 16:02
Compare
Choose a tag to compare
  • Vocabulary fixes
  • Fixed code for reading games from the database. ResponseMoves were being read in such a manner that word validity at the time of reading was used as the ground truth, not the word validity as it was when the original move was made. This affected manual wordcheck games that were in progress while the vocabulary was being changed to be more restrictive - and then back again to being more permissive.

Median release

20 Jan 18:46
Compare
Choose a tag to compare
  • Backtracked change in main dictionary; it now includes the same subset of BÍN as before (basically everything except 'bibl' and plural question forms)
  • Changed the Miðlungur robot to use a separate vocabulary, similar to what Amlóði does
  • Added tests
  • Removed extraneous indexes from the RatingModel datastore entities
  • Added separate accounting of Elo points for manual-wordcheck games (not yet enabled in the UI)

Ksnid release

13 Jan 18:03
Compare
Choose a tag to compare
  • Updated dictionary from newest version of BÍN using "Kristínarsnið"
  • Removed ~130.000 rare, localized, poetic, old or misspelled word forms from dictionary
  • Moved to Python 3.8 runtime
  • Type annotations added

Vocabfix3: Python2 version synced with Python3

22 Jul 18:40
Compare
Choose a tag to compare

This is hopefully the last Python2 release, using the same vocabulary as the new Python3 release.

Vocabfix2: vocabulary fixes

16 Apr 17:04
Compare
Choose a tag to compare

Removed spurions plural question forms (marked FT2 in BÍN); added 'hvívetna'; removed 'farai'

Punchfix

26 Nov 00:02
Compare
Choose a tag to compare
  • Try to fix problems with drag-and-drop on touch screens
  • Fixed logout URL pointing to singlepage html/js which is not yet ready

Firefix release

16 Oct 13:33
Compare
Choose a tag to compare

UI fixes for Firebase release, enabling scrolling on small mobile screens and fixing other bugs