mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-17 09:59:55 +01:00
Re-creation of https://github.com/Aurorastation/Aurora.3/pull/21046 to skip merge conflict hell. Brings us modern TGUI. **ALTERNATE TITLE: TGUI HELLSCAPE PR ABANDON ALL HOPE YE WHO ENTER HERE** - [x] Migrate build tools (javascript -> typescript, bun for package management). - [x] Upgrade all TGUI dependencies and associated root files to TG-congruent versions (axios, babel, dompurify, eslint, highlight, marked, prettier, sass, source-map, stacktrace-parser, typescript). - [x] InfernoJS -> React migrations - [x] React cleanup and polish (migrate all remaining .js files to appropriate .ts or .tsx filetype, all remaining hooks, linting, error corrections, etc.) - [ ] Test all remaining TGUI interfaces
67 lines
2.4 KiB
YAML
67 lines
2.4 KiB
YAML
################################
|
|
# Example Changelog File
|
|
#
|
|
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
|
#
|
|
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
|
# When it is, any changes listed below will disappear.
|
|
#
|
|
# Valid Prefixes:
|
|
# bugfix
|
|
# - (fixes bugs)
|
|
# wip
|
|
# - (work in progress)
|
|
# qol
|
|
# - (quality of life)
|
|
# soundadd
|
|
# - (adds a sound)
|
|
# sounddel
|
|
# - (removes a sound)
|
|
# rscadd
|
|
# - (adds a feature)
|
|
# rscdel
|
|
# - (removes a feature)
|
|
# imageadd
|
|
# - (adds an image or sprite)
|
|
# imagedel
|
|
# - (removes an image or sprite)
|
|
# spellcheck
|
|
# - (fixes spelling or grammar)
|
|
# experiment
|
|
# - (experimental change)
|
|
# balance
|
|
# - (balance changes)
|
|
# code_imp
|
|
# - (misc internal code change)
|
|
# refactor
|
|
# - (refactors code)
|
|
# config
|
|
# - (makes a change to the config files)
|
|
# admin
|
|
# - (makes changes to administrator tools)
|
|
# server
|
|
# - (miscellaneous changes to server)
|
|
#################################
|
|
|
|
# Your name.
|
|
author: Batrachophrenoboocosmomachia
|
|
|
|
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
|
delete-after: True
|
|
|
|
# Any changes you've made. See valid prefix list above.
|
|
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
|
# SCREW THIS UP AND IT WON'T WORK.
|
|
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
|
|
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
|
|
changes:
|
|
- refactor: "Updates TGUI backend (both modules and tgui code) from Inferno to React."
|
|
- refactor: "Migrates all TGUI components and interfaces to the new React architecture."
|
|
- rscadd: "Adds item examine tags and descriptors w/ hoverable tooltips in chat window."
|
|
- rscdel: "Removal of all lingering NanoUI code and assets."
|
|
- server: "Build tool Javascript to Typescript migrations."
|
|
- code_imp: "Migration to bun 1.2.16."
|
|
- code_imp: "Migration from eslint 7.32.0 -> biome 2.1.2."
|
|
- code_imp: "Many many other dependency changes; see all 'package.json' diffs."
|
|
- bugfix: "Fixes runtime attempting to clone executable files in NTOS File Manager."
|