Skip to content

2.8.0

Latest
Compare
Choose a tag to compare
@Snarling Snarling released this 06 Mar 02:42
02c4f9c

v2.8.0 Release: 5 March 2025

MAJOR CHANGES

UI

  • Fix: Company name in Job tab is not updated when switching companies in edge cases (#1828) (@Nerdpie)
  • Make minor changes in buttons and error messages of tutorial (#1837) (@catloversg)
  • Infiltration remembers faction choice for reputation reward (#1860) (@catloversg)
  • Add filter tool to list of installed augmentations (#1833) (@catloversg)
  • Disable buttons when player cannot buy things in tech vendor (#1881) (@catloversg)
  • Show warning message for deprecated API Server feature (#1903) (@catloversg)
  • Change "overclock" to "Boosted by bonus time" in Sleeves tab (#1901) (@catloversg)
  • Hide spoiler content in Soft Reset popup (#1898) (@catloversg)
  • Change how hacking level requirement is shown in "Create program" tab (#1900) (@catloversg)
  • Fix: "Import Save Comparison" popup is shown after reloading (#1659) (@catloversg)
  • Fix: Editor shows "+1 overload" with all NS APIs (#1883) (@catloversg)
  • Fix multiple problems with editor (#1893) (@catloversg)
    • Editor becomes laggy and autocomplete may not work when player has too many scripts
    • Edited code disappears in editor after switching tab
    • Editor shows error popup when opening scripts on "." server
  • Add UI to share RAM to boost reputation gain (#1862) (@catloversg)
  • Fix: Sleeves UI shows and sets wrong task (#1807) (@catloversg)
  • Add Grafting tab to sidebar (#1809) (@catloversg)
  • Improve UX of Remote API setting page (#1870) (@catloversg)
  • Add reward info to intro page of infiltration (#1835) (@catloversg)
  • Fix: Wrong plural form in modal of coding contract (#1939) (@catloversg)
  • Show all jobs instead of only one in Job tab (#1945) (@catloversg)
  • Fix: Cursor position in editor is moved undesirably in edge cases (#1952) (@catloversg)
  • Show Save ID in Options tab (#1964) (@catloversg)
  • Warn player if they are editing and saving files on non-home servers (#1968) (@catloversg)
  • Improve performance of April Fools Easter egg (#1977) (@catloversg)
  • Add disambiguation to the confusing "1s / ls" tutorial step (#1972) (@ficocelliguy)

MISC

DOCUMENTATION

SPOILER CHANGES - UI

  • Add visual cues to warn player of dangerous actions and status of population, chaos (#1856) (@catloversg)
  • Allow empty string in amount and price fields in sell modals before confirming (#1847) (@catloversg)
  • Show production multiplier of product in research popup (#1919) (@catloversg)
  • Show operation description in tooltip of completed BlackOps (#1941) (@catloversg)
  • Show exact reasons why player cannot bribe factions (#1967) (@catloversg)

SPOILER CHANGES - MISC

  • Allow passing 0 SkillPoints to ns.formulas.bladeburner.skillMaxUpgradeCount (#1844) (@catloversg)
  • Change description and add tooltip for HackMoney-related multipliers (#1823) (@catloversg)
  • Clarify "Company Favor" hash upgrade (#1861) (@catloversg)
  • Increase number of displayed digits for "Base Size Modifier" of Stanek's Gift (#1871) (@catloversg)
  • Remove mention of passive reputation gain when player is in BN2 (#1859) (@catloversg)
  • Fix: Wrong warning of sellAmt being negative (#1819) (@catloversg)
  • Add ns.singularity.getSaveData API (#1390) (@catloversg)
  • Reword description of "Operation Tyrell" and "Operation Wallace" BlackOps (#1931) (@Hihahahalol)
  • Standardize behavior of "connect" command and ns.singularity.connect API (#1933) (@catloversg)
  • Decrease interval of check for faction invitation (#1943) (@TheAimMan)
  • Change multiplier of defense level in BN14 (#1927) (@ficocelliguy)
  • Fix: Sleeve takes on contracts without checking availability (#1946) (@catloversg)
  • Fix: ns.corporation.bribe can bribe faction that player is not member of (#1966) (@catloversg)
  • Return experience gain rate of gang member in GangMemberInfo.expGain (#1955) (@AdamAndreatta)

SPOILER CHANGES - DOCUMENTATION

CODEBASE/REFACTOR