Update root files; NOTICE, AKNOWLEDGEMENTS, .issues, .notes, etc.

pull/2/head
BakedPVP 4 years ago
parent 8d833c7b02
commit 65d0b74428

@ -258,7 +258,7 @@
"object": "Object",
"key": "key",
"value": "value",
"Git": "Git",
"VizalityModules": "VizalityModules",
"WebpackModule": "WebpackModule",

@ -4,6 +4,6 @@
/**
* [✓] Seems to be a problem when a server has an outage, which crashes Discord whenever you try to go to a server: Minified React error #152
* [] Error when clicking a link on a custom changelog; link still works, just gives an error,
* likely just related to analytics: Uncaught TypeError: t.props.track is not a function at Object.t.trackLinkClick [as onLinkClick] (f7cb4df9dcfa23a500a6.js:1)
* [] Error when clicking a link on a custom changelog; link still works, just gives an error, likely just related to analytics: Uncaught TypeError: t.props.track * is not a function at Object.t.trackLinkClick [as onLinkClick] (f7cb4df9dcfa23a500a6.js:1)
* [✗] Settings changes for Settings and Updater not causing rerenders
*/

@ -1,5 +1,5 @@
//==============================================================================
// Project Notes
// Project Developer Notes
//==============================================================================
/**
@ -16,8 +16,6 @@
* • NaN !== NaN -> true
* • .2 + .1 -> 0.30000000000000004
* • true + true -> 2
* • {} === {} -> false
* • [] === [] -> false
*/
/**
@ -63,5 +61,5 @@
* me for cross-file types. In order for it to work, I also had to add the path to the
* typings file to jsconfig.json.
* ----------------
* File location: ./src/.vizality/typedefs/index.js
* File location: ./src/.vizality/typings/index.js
*/

@ -1,33 +1,25 @@
# This Changelog is just a placeholder for now...
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project attempts to loosely adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
All notable changes to this project will be documented in this file. This project attempts to loosely adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.0] - 2019-02-15
Added {added marginTop}
======================
### Added {added marginTop}
- Danish translation from [@frederikspang](https://github.com/frederikspang).
- Georgian translation from [@tatocaster ](https://github.com/tatocaster).
- Changelog inconsistency section in Bad Practices
Changed {fixed}
======================
### Changed {fixed}
- Fixed typos in Italian translation from [@lorenzo-arena](https://github.com/lorenzo-arena).
- Fixed typos in Indonesian translation from [@ekojs](https://github.com/ekojs).
## [1.0.0] - 2017-06-20
Added
======================
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
@ -53,8 +45,7 @@ Added
- Persian translation from [@Hameds](https://github.com/Hameds).
- Ukrainian translation from [@osadchyi-s](https://github.com/osadchyi-s).
Changed
======================
### Changed
- Start using "changelog" over "change log" since it's the common usage.
- Start versioning based on the current English version at 0.3.0 to help
@ -74,8 +65,7 @@ Changed
- Improve phrasing in French translation.
- Fix phrasing and spelling in German translation.
Removed
======================
### Removed
- Section about "changelog" vs "CHANGELOG".

@ -618,4 +618,4 @@ an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
END OF TERMS AND CONDITIONS

@ -11,4 +11,4 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
See LICENSE for more details.
See LICENSE for more details.

@ -6,7 +6,6 @@
"@root/*": [ "./../*" ],
"@src/*": [ "./*" ],
"vizality/*": [ "./.vizality/modules/*"],
"@api": [ "./.vizality/api"],
"@classes": [ "./.vizality/modules/classes" ],
"@compilers": [ "./.vizality/modules/compilers" ],
"@components": [ "./.vizality/modules/components" ],
@ -14,15 +13,10 @@
"@discord": [ "./.vizality/modules/discord" ],
"@entities": [ "./.vizality/modules/entities" ],
"@http": [ "./.vizality/modules/http" ],
"@localize": [ "./.vizality/modules/localize/Messages" ],
"@modules": [ "./.vizality/modules"],
"@patcher": [ "./.vizality/modules/patcher" ],
"@plugin": [ "./.vizality/modules/entities/Plugin" ],
"@react": [ "./.vizality/modules/react" ],
"@theme": [ "./.vizality/modules/entities/Theme" ],
"@typings": [ "./.vizality/typings" ],
"@updatable": [ "./.vizality/modules/entities/Updatable" ],
"@util": [ "./.vizality/modules/util" ],
"@utilities": [ "./.vizality/modules/utilities" ],
"@webpack": [ "./.vizality/modules/webpack" ]
}
}

@ -19,7 +19,6 @@
"@root": ".",
"@src": "src",
"vizality": "src/.vizality/modules",
"@api": "src/.vizality/api",
"@classes": "src/.vizality/modules/classes",
"@compilers": "src/.vizality/modules/compilers",
"@components": "src/.vizality/modules/components",
@ -27,28 +26,25 @@
"@discord": "src/.vizality/modules/discord",
"@entities": "src/.vizality/modules/entities",
"@http": "src/.vizality/modules/http",
"@localize": "src/.vizality/modules/localize/Messages",
"@modules": "src/.vizality/modules",
"@patcher": "src/.vizality/modules/patcher",
"@plugin": "src/.vizality/modules/entities/Plugin",
"@react": "src/.vizality/modules/react",
"@theme": "src/.vizality/modules/entities/Theme",
"@typings": "src/.vizality/typings",
"@updatable": "src/.vizality/modules/entities/Updatable",
"@util": "src/.vizality/modules/util",
"@utilities": "src/.vizality/modules/utilities",
"@webpack": "src/.vizality/modules/webpack"
},
"dependencies": {
"classnames": "^2.2.6",
"codemirror": "^5.54.0",
"image-to-base64": "^2.1.1",
"long": "^4.0.0",
"module-alias": "^2.2.2",
"node-watch": "^0.6.4",
"pluralize": "^8.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-markdown": "^4.3.1",
"sass": "^1.26.7",
"sucrase": "^3.15.0",
"unzip-crx": "^0.2.0",
"uuid": "^8.3.0"
"unzip-crx": "^0.2.0"
},
"devDependencies": {
"eslint": "^7.1.0",

Loading…
Cancel
Save