This commit is contained in:
Olivier Gagnon 2021-11-19 15:50:22 -05:00
parent b80d12b9f8
commit 983c102123
7 changed files with 35 additions and 19 deletions

26
dist/vendor.bundle.js vendored

File diff suppressed because one or more lines are too long

@ -3,6 +3,21 @@
Changelog Changelog
========= =========
v1.0.2 - 2021-11-17 It's the little things (hydroflame)
-------------------------------------------------------
** Breaking (very small I promise!) **
* buy / sell now return getAskPrice / getBidPrice instead of just price.
This should help solve some inconsistencies.
** Misc. **
* scripts logs are colorized. Start your log with SUCCESS, ERROR, FAIL, WARN, INFO.
* documentation for scp not say string | string[]
* Donation link updated.
* nerf noodle bar
v1.0.1 - 2021-11-17 New documentation (hydroflame) v1.0.1 - 2021-11-17 New documentation (hydroflame)
-------------------------------------------------- --------------------------------------------------

@ -66,7 +66,7 @@ documentation_title = '{0} Documentation'.format(project)
# The short X.Y version. # The short X.Y version.
version = '1.0' version = '1.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.0.1' release = '1.0.2'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{ {
"name": "bitburner", "name": "bitburner",
"license": "SEE LICENSE IN license.txt", "license": "SEE LICENSE IN license.txt",
"version": "1.0.1", "version": "1.0.2",
"main": "electron-main.js", "main": "electron-main.js",
"author": { "author": {
"name": "Daniel Xie" "name": "Daniel Xie"

@ -293,8 +293,9 @@ export const CONSTANTS: {
** Misc. ** ** Misc. **
* scripts logs are colorized. * scripts logs are colorized. Start your log with SUCCESS, ERROR, FAIL, WARN, INFO.
* documentation for scp not say string | string[] * documentation for scp not say string | string[]
* Donation link updated.
* nerf noodle bar * nerf noodle bar
`, `,
}; };