removed filter from checkbox, update changelog to say 2021 instead of 2020

This commit is contained in:
Olivier Gagnon 2021-03-09 23:40:33 -05:00
parent af584e8c87
commit 1b8214b6fa
3 changed files with 9 additions and 3 deletions

@ -362,7 +362,6 @@ a:visited {
.optionCheckbox { .optionCheckbox {
filter: invert(100%) hue-rotate(0deg) brightness(1.7);
margin: 5px; margin: 5px;
float: right; float: right;
} }

@ -4,7 +4,7 @@ Changelog
========= =========
v0.48.0 - ASCII - 2020-03-07 (hydroflame) v0.48.0 - ASCII - 2021-03-07 (hydroflame)
------- -------
**ASCII** **ASCII**

@ -228,9 +228,16 @@ export let CONSTANTS: IMap<any> = {
LatestUpdate: LatestUpdate:
` `
v0.49.0 v0.49.0 - 2021-XX-XX Source-File -1
------- -------
Source-File -1
* For advanced players: The game now embraces exploits and will reward
players for doing so.
Netscript Netscript
* 'gang.getEquipmentStats' returns the stats of the equipment. * 'gang.getEquipmentStats' returns the stats of the equipment.
* 'gang.getTaskStats' returns the stats of a task. * 'gang.getTaskStats' returns the stats of a task.