Changelog: Difference between revisions
Jump to navigation
Jump to search
Guest-1052 (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
This article will list the changes done per deployment and not when they were committed to the [https://github.com/system2k/NodeWorldOfText repository]. Only relevant changes will be listed. | |||
== Changelog == | == Changelog == | ||
=== February 13, 2024 === | |||
* Add ed[[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 === | === September 29, 2023 === | ||
Revision as of 18:58, 13 February 2024
This article will list the changes done per deployment and not when they were committed to the repository. Only relevant changes will be listed.
Changelog
February 13, 2024
- Add edaction 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
use()
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
- 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 unfortunately.
- You can now run /block anon (or /block reg for registered users) to block anonymous users
- World owners can make use of the /delete chat command (requires a script!)
- If you're muted in chat, the server will now tell you.
- You can now hold Ctrl to zoom in/out without relying on your browser. You can hit Ctrl/+ or Ctrl/- or Ctrl/0 too.
July 8, 2023
- The /stats command works globally now
- World owners can hide the Global chat tab
July 4, 2023
- You can now precisely protect areas using region selection much faster
Feature Requesting
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.