Changelog: Difference between revisions
Appearance
Created page with "=== September 16, 2023 === * The built-in region wiper should be a lot faster now === September 15, 2023 === * Mobile input has been improved for Android devices * The /warp chat command sets the world's attributes * A built-in region wiper has been included for world owners * You can now toggle a setting to limit text copying on your world. === August 28, 2023 === * You can now see when you claimed a world. Worlds claimed over 6 months ago don't have such data unfo..." |
Dat Hack3r (talk | contribs) No reason not to have a table of contents. Also moved the section, "Requesting features", to the top. |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
This article lists the changes by the time of deployment and not when they were committed to the [https://github.com/system2k/NodeWorldOfText repository]. Only relevant changes will be listed. | |||
== Requesting features == | |||
If you want to request a feature, You can do it in many ways: | |||
* Going on [[/fp]] and requesting the feature there on the canvas or chat. | |||
* Going on the [[OWOT Discord]] and requesting it there | |||
* Pinging @system2k on discord for a feature | |||
* Visiting the [[NWOT]] Github repo and doing a pull request or issue. | |||
== Changelog == | |||
=== August 8, 2024 === | |||
* Fixed tooltips on high DPI monitors | |||
* Fixed /stats command | |||
* Add coords to 'cmd' message packets | |||
* Allow custom metadata in chat messages | |||
* Add chatSend event | |||
=== June 18, 2024 === | |||
* Fix trigger for when mouse leaves note: link | |||
* Add tooltip links ("note:") | |||
* Fix warp command for frontpage | |||
* Fix URL parsing and WebSocket handling | |||
* Update library versions | |||
=== June 8, 2024 === | |||
* Fix chat rate limit bug that allowed for the sending of 512 messages per second | |||
* Fix WebSocket URL query handling | |||
* Add missing text color override check | |||
* ix problem with modal submission on tab addition | |||
* Merge dispatcher and request handler classes | |||
* Fix special char world handling | |||
* Don't fetch Global history if disabled | |||
* Integrate canvas-blanking workaround for Chrome | |||
* Refactor HTTP API server into own class | |||
* Make /stats viewable in /help | |||
* Shift /help command to client | |||
* Integrate paste preview | |||
=== April 13, 2024 === | |||
* Add one more char to the longwidth char list (for chat) | |||
=== March 29, 2024 === | |||
* Fix CPU bottleneck caused by cache overflow detector | |||
* Add missing domains to safe domains list | |||
* Double resolution of chat emotes | |||
* Force procedural rendering of overbar combining mark | |||
=== February 14, 2024 === | |||
* Added 'action:deco' support for action links | |||
=== February 13, 2024 === | |||
* Added [[Links#Action links|action links]] | |||
* Made links easier to see in night mode | |||
* Don't allow local writes if char rate is 0 | |||
=== January 25, 2024 === | |||
* Fixed flinging issue when zooming and scrolling | |||
* Increased max chat rate for owners/members | |||
* Trim spaces in worldname when claiming | |||
* Fixed up /help list for chat | |||
* Added optional flags for duration multipliers (/mute command) | |||
* Sort worldnames with numbers properly | |||
* Integrate selection with handles for mobile devices | |||
=== November 17, 2023 === | |||
* Fixed a few input-related bugs | |||
* Integrated <code>use()</code> function for easy module sharing | |||
* Fixed a few typos on the world config page | |||
* Tweaked chat button & chat borders | |||
=== September 29, 2023 === | |||
* Single/double dots cannot be used in world segments | |||
* Fixed issue where you can rename a world by adding a slash at the end, thus preventing access to it | |||
* Fixed issue preventing you from pressing Shift+Enter (useful for when you hold Shift+<symbol> and need to press Enter quickly) | |||
* Fixed issue with the area deletion tool using tiled selection | |||
=== September 16, 2023 === | === September 16, 2023 === | ||