Releases: gazmull/kamihime-database
2.7.2
2.7.1
2.7.0
2.6.0
2.5.0
2.5.0
On commit: 7fde04e
Overview
This update implements new features and bug fixes mostly on backend API such as util/scenarios
, dashboard
, and discord client
. A footer has also been added for frontend to track application version and provide the discord link (contact).
Enhancements
util/scenarios
: Added extract by character type optiondiscord client
: Added listener forerror
andmessageUpdate
views template
: Added footer links
Changes
auth-handler
: Reverted XHR requests being ignoreddashboard
: String values don't require quotes anymore
Fixes
browser
: Fixed query selector breaking, causing the side-nav to stop highlighting current categorydashboard
: Fixed a bug where character ID isn't consistently passed, which is required by KamihimeDB APIdashboard
: Fixed a bug where apostrophes inside update values are being stripped off
2.4.2
2.4.1
On commit: 5bdbe2a
Overview
This update implements follow-up fix for duplicate search results caused by unhandled asynchronous behaviour.
Warning: Please be advised this may not work with browsers marked as red here: Can I use#abortcontroller
Fixes
search
: AddedAbortController API
to handle asynchronous behaviour of search request which causes duplicate search results.
2.4.0
On commit: cb187df
Overview
This update implements refactorisation of cookie system, and removal of the 'jumpy' effect when searching with a desktop browser.
Changes
search
: Removed the 'jumpy' effect it leaves when being closed; trading off window responsiveness (changing window size) while searching [reduces reflowing]
Enhancements
cookies
: Refactored, user settings is now distributed under one cookie onlyog:*
:og:image
added
2.3.1
2.3.1
On commit: 495fa63
Overview
This update implements security enhancement for users, and clarity of the agreement buttons at /disclaimer
.
For developers, dashboard prompts has been enhanced.
Enhancements
cookies
: Tighter security (added secured and signed flags)disclaimer
: Agreement buttons should be easier to see now with background additionadmin
: Enhanced action prompts
2.3.0
On commit: 4ecce31
More info (#10)
Overview
This update implements site user interface and user experience optimisation
such as simpler component animations
and overall layout and colour scheme
.
For developers, admin dashboard
, deprecation
notice on update/redirect route
, and codebase re-organisation
such as moving from local lib to remote lib
, and migrated from CSS to Sass
has been implemented.
Enhancements
views side-nav
: Help text emphasisedadmin
: Implmented route (#1)views meta-tags
: Added og:image+titleauth handler
: Simpler processplayer/scenario
: Renderer changed totransform
animation for optimalperformance
views layout
: Animations and colour schemeoptimised
; mobile friendlierchangelog
: Re-organised
Changes
db
: Modified admin table for passwordlib
: Local to remote (jsdelivr
) (#9)static
: Re-organised static files (JS/CSS
)views styles
:CSS to SCSS
; Modularisedviews vendors
: Separated scripts and stylesupdate/redirect routes
: Added deprecation noticeviews
: Refactored templates andstyle
Fixes
util/scenario
: Add fix for extracting scripts