Releases: mtgred/netrunner
Releases · mtgred/netrunner
122
What's Changed
- Fix In The Groove to not trigger on facedown Runner installs by @butzopower in #7244
- A few small fixes for unrezzed labels by @butzopower in #7245
- Another fix to unrezzed labels by @butzopower in #7246
- Ensure current 'Format' setting loads on settings form by @butzopower in #7250
- Fix AirbladeX prompting to prevent outside of a run by @butzopower in #7251
- Support www.netrunnerdb.com decklist URLs when importing decks by @butzopower in #7253
- Allow deckbuilder to retain cards that are surrounded by square brackets by @butzopower in #7254
- Implementing Sunset by @tblackwe in #7259
- Highlight player name in logs to more easily determine side by @butzopower in #7249
- Show run phase in continue multimethod default error throwing by @butzopower in #7257
- Don't sort choices when deck is not shuffled by @butzopower in #7256
- Add changed? macro by @NoahTheDuke in #7262
- fix The Twinning charging up when Corp spends recurring credits by @francescopellegrini in #7264
- Reorganize test files by @NoahTheDuke in #7265
- fixed facedown-cards selection to only be able to select each card once by @NBKelly in #7271
- fix Masterwork not working with Paladin Poemu by @francescopellegrini in #7272
- fix Docklands Crackdown by @francescopellegrini in #7273
- fix Corporate Oversight A and B by @francescopellegrini in #7274
- show player choice on Hyoubu Precog Manifold, Targeted Marketing, and Saisentan by @francescopellegrini in #7276
Full Changelog: 121...122
121
What's Changed
- Reduce sente logging from info to default (warn) by @butzopower in #7202
- Fix Clot on-install and backfill tests by @butzopower in #7200
- Guard against lobby player being set to nil and causing lobby list to fail by @butzopower in #7203
- add msg to A Teia's ability by @francescopellegrini in #7204
- Fix various eid related bugs by @NoahTheDuke in #7196
- Fix :can-trash flag interaction by @francescopellegrini in #7208
- Fix indexes on printed subs when ice loses all variables subs by @butzopower in #7209
- Add /bug-report route back to fix bug reports by @butzopower in #7210
- Make 'Attempt reconnect' based on connection status by @butzopower in #7212
- Lago Paranoá Shelter should not trigger on condition counters by @butzopower in #7213
- Fix Jackpot triggering on forfeit by @butzopower in #7207
- Fix additional credit costs not being ignored by :ignore-costs :rez-costs by @butzopower in #7216
- Odore Fix by @NoahTheDuke in #7220
- Hide "Yes" if unable to pay for yes side of optional by @NoahTheDuke in #7218
- Dockerfile and Optional async clean up by @NoahTheDuke in #7221
- fix Tucana log mentioning HQ by @francescopellegrini in #7223
- fix Oppo Research prompt showing when the Corp has fewer than 5 credits by @francescopellegrini in #7215
- fix Anansi interaction with Capybara by @francescopellegrini in #7224
- Add settings to allow sorting archives and heap popups by @butzopower in #7226
- fix Power to the People missing :req by @francescopellegrini in #7227
- Fix first sound effect not firing by @butzopower in #7232
- Fix Winchester not reseting variable subs back to 0 on move by @butzopower in #7234
- Fix issue with multiple upgrades on R&D and Archives being unclickable by @butzopower in #7236
- Rez helper should fail on no rez by @butzopower in #7235
- Adding settings for showing card labels for face-up and/or unrezzed cards by @butzopower in #7230
- fix Joshua B. missing the decline ability by @francescopellegrini in #7237
- fix Bahia Bands options order by @francescopellegrini in #7238
- fix Solidarity Badge choices order by @francescopellegrini in #7239
- Fix Arissana-Jua interaction (and more) by @francescopellegrini in #7242
- Implement BMI Buffer and BMI Buffer 2 by @butzopower in #7241
Full Changelog: 120...121
120
What's Changed
- Fix Yakov and other abilities that fire even when trashed by @NoahTheDuke in #7193
Full Changelog: 119...120
119
What's Changed
- Fix Accelerated Diagnostics not discarding unplayed cards by @butzopower in #7171
- Fix Tatu-Bola not registering derezzed events by @butzopower in #7172
- Ensure derezzed-events get registered when cards get swapped by @butzopower in #7173
- fix La Costa Grid not having a start-of-turn reminder by @francescopellegrini in #7177
- fix Superdeep Borehole win reason by @francescopellegrini in #7178
- fix Adept, Sage, and Savant breaking all subs for 2 credits by @francescopellegrini in #7180
- Move toast handling into own component by @butzopower in #7181
- Only send toast to the side the toast is for by @butzopower in #7174
- Fix interaction of Verbal Plasticity and The Class Act by @butzopower in #7185
- Sneakdoor Prime A & B by @butzopower in #7186
- Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #7188
- Ensure Kimberlite Field uses printed rez/install cost by @butzopower in #7191
- Ensure Attini subroutines are async by @butzopower in #7195
Full Changelog: 118...119
118
What's Changed
- fix Balanced Coverage missing log by @francescopellegrini in #7100
- add missing spaces to tag-or-bad-pub messages by @francescopellegrini in #7099
- Explicit no-op handler for sente pong from client -> server by @butzopower in #7098
- Don't allow Cybersand Harvester trash ability when no credits by @butzopower in #7102
- Fix Asmund not trashing when installed with no cards by @butzopower in #7103
- Allow Under the Bus to be played without Connection by @butzopower in #7106
- fix Daruma triggering on all servers by @francescopellegrini in #7109
- Force sente to use ajax while ws is debugged by @butzopower in #7110
- General refactors by @NoahTheDuke in #7094
- improve all reveal logs by @francescopellegrini in #7105
- Upgrade sente log level from :warn to :info (to provide more info on connection issues) by @butzopower in #7101
- fix Open Forum drawing instead of adding to HQ by @francescopellegrini in #7104
- Fix self references and runner zones in messages by @francescopellegrini in #7112
- Fix Umbrella throwing system-msg errors when draw is declined by @butzopower in #7113
- Fix issue where M.I.C. reported weird continue run errors by @butzopower in #7114
- fix Mindscaping choices being in reverse order by @francescopellegrini in #7118
- fix Steve Cambridge not being interactive by @francescopellegrini in #7117
- Adding pt translation by @Vacilotto in #6958
- Fix Hostile Infrastructure always dealing 2 damage when trashed by @butzopower in #7120
- Upgrade sente and wrap handshake handler so it does not leak middleware stack on exceptions by @butzopower in #7122
- Upgrade http-kit to 2.7.0 by @butzopower in #7123
- Log counts of connected uids every 30 seconds by @butzopower in #7128
- fix spacing in logs by @francescopellegrini in #7130
- add install-locked? check to Into The Depths by @francescopellegrini in #7131
- Simplify checks on whether the Runner can pay and install cards by @francescopellegrini in #7134
- Refactor storing lobby-updates as separate key in app-state by @butzopower in #7129
- Fix issue with VSA and Phoneutria not closing prompts by @butzopower in #7136
- add bogus prompt to Political Dealings by @francescopellegrini in #7147
- Fix issues with trojans losing mu cost when hosted ice moves by @butzopower in #7154
- Small improvements by @francescopellegrini in #7146
- Done as unique fallback action by @francescopellegrini in #7145
- add Levy Advanced Research Lab test by @francescopellegrini in #7144
- White Hat can choose a single card by @francescopellegrini in #7143
- Ensure Saci doesn't fire off Magnet rez by @butzopower in #7141
- Include connection information in sente poll log by @butzopower in #7133
- Match duration timer by @utati in #6864
- Don't shuffle stack when Test Run installs from heap by @butzopower in #7159
- Add cards recap prompt by @francescopellegrini in #7142
- Show message when Stegodon MK IV lowers strength of icebreakers by @butzopower in #7160
- Fix MU issue with Magnet by @butzopower in #7158
- Decrease connection logging from every 30 sec to every 300 sec by @butzopower in #7164
- Revert sente back to auto mode by @butzopower in #7163
- fix Timely Public Release logging installed ice title by @francescopellegrini in #7161
- Stavka should not have lingering strength bonus if rezzed outside of run by @butzopower in #7156
New Contributors
- @Vacilotto made their first contribution in #6958
Full Changelog: 117...118
117
What's Changed
- Case insensitive email check when handling forget password by @mtgred in #6998
- Adding [Erratum] Trojan to relevant cards by @tblackwe in #7005
- Fix Persistent issue with Tucana by @butzopower in #7002
- Aa bugfixes by @NBKelly in #7003
- add Angelique Garza Correa test by @francescopellegrini in #7024
- add Greasing the Palm test by @francescopellegrini in #7067
- add Armed Asset Protection test by @francescopellegrini in #7066
- add Pivot test by @francescopellegrini in #7065
- add Oppo Research test by @francescopellegrini in #7064
- add Mindscaping test by @francescopellegrini in #7063
- small changes to Solidarity Badge by @francescopellegrini in #7055
- add AirbladeX (JSRF Ed.) test by @francescopellegrini in #7057
- Fix Hermes and Leela being able to bounce Public agendas by @butzopower in #6995
- add Tree Line test by @francescopellegrini in #7032
- add Hermes test by @francescopellegrini in #7056
- add multiple Ablative Barrier test by @francescopellegrini in #7035
- add Federal Fundraising test by @francescopellegrini in #7026
- add Your Digital Life test by @francescopellegrini in #7062
- add Beatriz Friere Gonzalez test by @francescopellegrini in #7054
- add enable-card and disable-card to the help menu by @francescopellegrini in #7068
- Make assets that damage start of turn interactive by @butzopower in #7072
- add A Teia test by @francescopellegrini in #7061
- add Mercury test by @francescopellegrini in #7060
- add Arissana test by @francescopellegrini in #7059
- add Debbie "Downtown" Moreira test by @francescopellegrini in #7053
- improve Ery Ayase-Pessoa test by @francescopellegrini in #7052
- improve Hannah "Wheels" Pilintra test by @francescopellegrini in #7051
- add Urban Art Vernissage test by @francescopellegrini in #7049
- adrian to successful run by @NBKelly in #6989
- add Bahia Bands test by @francescopellegrini in #7006
- small changes to Chrysopoeian Skimming by @francescopellegrini in #7007
- add Joy Ride test by @francescopellegrini in #7008
- small changes to S-Dobrado by @francescopellegrini in #7009
- small changes to The Price by @francescopellegrini in #7010
- add Curupira test by @francescopellegrini in #7048
- add Laser Pointer test by @francescopellegrini in #7047
- add Living Mural test by @francescopellegrini in #7046
- add Monkeywrench test by @francescopellegrini in #7045
- add Pichação test by @francescopellegrini in #7044
- add Saci test by @francescopellegrini in #7043
- add Shibboleth test by @francescopellegrini in #7042
- add Slap Vandal test by @francescopellegrini in #7041
- add Umbrella test by @francescopellegrini in #7040
- fix Valentão rez cost and test by @francescopellegrini in #7039
- add Attini test and pending threat test by @francescopellegrini in #7038
- rework Jaguarundi by @francescopellegrini in #7037
- add M.I.C. test by @francescopellegrini in #7036
- add Starlit Knight test by @francescopellegrini in #7034
- add Balanced Coverage test by @francescopellegrini in #7030
- add Behold! test by @francescopellegrini in #7028
- add Cybersand Harvester test by @francescopellegrini in #7027
- add Wage Workers test by @francescopellegrini in #7025
- add Vovô Ozetti test by @francescopellegrini in #7023
- small changes to Tucana by @francescopellegrini in #7022
- minor message changes by @francescopellegrini in #7019
- Use effects for unrunnable servers by @NBKelly in #7004
- add Tatu-Bola test by @francescopellegrini in #7033
- add Epiphany Analytica test by @francescopellegrini in #7058
- add Lago Paranoá Shelter test by @francescopellegrini in #7050
- add Virtual Service Agent test by @francescopellegrini in #7031
- add Stegodon MK IV test by @francescopellegrini in #7018
- Small cleanup by @NoahTheDuke in #7078
- add :autoresolve to LilyPAD by @francescopellegrini in #7084
- add missing :waiting-prompt by @francescopellegrini in #7083
- make Salvo Testing ability optional by @francescopellegrini in #7082
- refactor Hippo to use :remove-from-game cost by @francescopellegrini in #7085
- Fix eftest output and CI caching by @NoahTheDuke in #7087
- add Adrian Seis test by @francescopellegrini in #7021
- Clarify cost to place advancement counter for Vasilisa on-encounter effect by @jtrawinski in #7081
- add Oracle Thinktank test by @francescopellegrini in #7015
- add B-1001 test by @francescopellegrini in #7029
- add Fujii Asset Retrieval test by @francescopellegrini in #7012
- make Strike Fund optional by @francescopellegrini in #7011
- Adding support for the Neo format by @tblackwe in #6991
- Fix issue with card preview links disappearing by @butzopower in #7014
- Allow Timely Public Release to create a new remote by @butzopower in #7077
- Minor changes by @francescopellegrini in #7086
- Added "Attempt reconnect" button at 0 games in lobby. by @lostgeek in #7088
- Fix Starlit Knight interaction with ACME Consulting by @butzopower in #7073
- add Slash and Burn Agriculture test and expend test by @francescopellegrini in #7017
- rework Daniela Jorge Inácio and add test by @francescopellegrini in #7020
- Adopt official terminology, part 1 by @NoahTheDuke in #7090
- On Expose and On Access by @NoahTheDuke in #7092
- Fix get-effects, sum-effects, any-effects args order by @NoahTheDuke in #7091
- add Timely Public Release test for installing on a new remote by @francescopellegrini in #7093
New Contributors
- @jtrawinski made their first contribution in #7081
Full Changelog: 116...117
116
What's Changed
- tags on jaguarundi, epiphany prompt by @NBKelly in #6969
- Update NSG Card Backs by @jdeng89 in #6965
- Remove Audacity on play message from Shipment from Vladisibirsk by @butzopower in #6973
- maw fix by @NBKelly in #6986
- Fixes for phoneutria, solidarity badge, seymour/audrey, federal fundraising by @NBKelly in #6975
- Put cards back from play area after undoing a click by @butzopower in #6983
New Contributors
Full Changelog: 115...116
115
What's Changed
- superdeep borehole fixed for real this time by @NBKelly in #6853
- implement The Class Act latest wording by @francescopellegrini in #6845
- Fix small msg typos by @francescopellegrini in #6854
- fix closing bracket on sabotage-test by @francescopellegrini in #6858
- Fix The Root cannot pay for advancing cards by @francescopellegrini in #6830
- fix Reaver not triggering when multiple cards are trashed simultaneously by @francescopellegrini in #6857
- add test for Regenesis not affected by Subliminal Messaging by @francescopellegrini in #6859
- fix Klevetnik actual wording by @francescopellegrini in #6860
- remove req from Yakov :on-trash ability by @francescopellegrini in #6862
- fix Asmund Pudlat same-card check by @francescopellegrini in #6863
- make Gaslight interactive by @francescopellegrini in #6870
- add simpler msg to Wildcat Strike by @francescopellegrini in #6869
- add msg to Mr. Hendrik to print ability's cost by @francescopellegrini in #6868
- fix Info Bounty triggering on first breach by @francescopellegrini in #6871
- formicary is silent when it's set to not resolve by @NBKelly in #6874
- placeholder impl for hush by @NBKelly in #6876
- tracker implemented by @NBKelly in #6877
- remove Android references by @francescopellegrini in #6886
- Missing sound files by @mtgred in #6882
- fix Spark of Inspiration not being optional by @francescopellegrini in #6881
- add credit gain log to Fast Break by @francescopellegrini in #6901
- fix misplaced msgs by @francescopellegrini in #6904
- Fix tag prevention log by @francescopellegrini in #6906
- add Runner card been trashed to Kimberlite Field log by @francescopellegrini in #6905
- fix Moon Pool ability not opening up Archives prompt by @francescopellegrini in #6911
- fix Red Team not being interactive by @francescopellegrini in #6899
- fix Friday Chip log by @francescopellegrini in #6913
- add "rezzed" to Kimberlite Field prompt message by @francescopellegrini in #6914
- Add initial Japanese translation by @csbisa in #6900
- fix Architect Deployment Test prompt msg by @francescopellegrini in #6918
- Small changes to logs by @francescopellegrini in #6907
- Replace Nisei's resources with NSG's by @francescopellegrini in #6885
- Vanilla docker compose fails with nr.dev required namespace not available. by @smmathews-bw-boston in #6884
- Make CSS card icons read with screen readers. by @BlindGuyNW in #6925
- translations: Use standardized codes by @csbisa in #6945
- Adding ID to Lobby hover text by @tblackwe in #6956
- fix Regenesis not revealing the agenda in Archives by @francescopellegrini in #6934
- fix trash-hosted-cards log when no cards were trashed by @francescopellegrini in #6947
- fix Fairchild N.0 subs when runner cannot pay either costs by @francescopellegrini in #6951
- Update jnet image URL by @csbisa in #6963
- Support for translated card data by @csbisa in #6902
- Pause lobby updates when lobby view is closed or window is inactive by @lostgeek in #6961
- Fix user
lastConnection
key in the db by @mtgred in #6927 - When updating emails, change the emailhash too. by @Sjlver in #6908
- added aria live to in-game log, and added aria label to icon pattern … by @utati in #6948
- Adding NSG card back and translation by @tblackwe in #6957
- Fixed broken icons by @lostgeek in #6964
- Automata release by @NBKelly in #6962
New Contributors
- @csbisa made their first contribution in #6900
- @smmathews-bw-boston made their first contribution in #6884
- @BlindGuyNW made their first contribution in #6925
- @Sjlver made their first contribution in #6908
- @utati made their first contribution in #6948
Full Changelog: 114...115
114
What's Changed
- Compile css and cljs in github runner by @NoahTheDuke in #6822
- fix Riot Suppression damage not being a cost by @francescopellegrini in #6829
- fix Thule Subsea :agenda-stolen cost by @francescopellegrini in #6828
- fix Deep Dive's second access cost not being :click by @francescopellegrini in #6836
- fix Adjusted Matrix's ability cost to :lose-click by @francescopellegrini in #6835
- Fix ice abilities not being a cost by @francescopellegrini in #6834
- fix Hostile Architecture missing :once :per-turn by @francescopellegrini in #6839
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #6823
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #6744
- Fix Dedicated Technician Team test by @francescopellegrini in #6841
- add set-mark command by @francescopellegrini in #6842
- add missing :waiting-prompt on draw subs by @francescopellegrini in #6847
- fix Hafrún icon missing faction color by @francescopellegrini in #6846
- add test for Thunder Art Gallery on 0 credits by @francescopellegrini in #6850
- fix World Tree interaction with facedown cards by @francescopellegrini in #6849
- fix Meridian infinite approach when added to score area by @francescopellegrini in #6843
New Contributors
- @dependabot made their first contribution in #6823
Full Changelog: 113...114
113
What's Changed
- fix Info Bounty triggering twice with Virtuoso by @francescopellegrini in #6755
- fix Dr. Vientiane Keeling charging on every rez by @francescopellegrini in #6748
- fix Bloop derezzing itself as cost by @francescopellegrini in #6749
- fix Hostile Architecture test using wrong trash cost by @francescopellegrini in #6750
- fix log format on Vera Ivanovna Shuyskaya test by @francescopellegrini in #6751
- fix Yakov Erikovich Avdakov tests by @francescopellegrini in #6752
- fix Net Police new impl by @francescopellegrini in #6754
- mention kaocha in tests section by @francescopellegrini in #6766
- fix :waiting-prompt values by @francescopellegrini in #6767
- tremolo doesn't allow for a negative break cost by @NBKelly in #6763
- fix typo in Pulse test by @francescopellegrini in #6771
- fix Net Police test following updated impl by @francescopellegrini in #6772
- Fixes and testing for Issuaq by @poi2000 in #6765
- fix Hybrid Release effect by @francescopellegrini in #6773
- fix World Tree bug when accessing multiple cards by @francescopellegrini in #6775
- sabotage behaves nicely again, while still being convenient by @NBKelly in #6762
- superdeep borehole fix and tests by @NBKelly in #6779
- fix Pulse making the Runner lose clicks instead of spend them by @francescopellegrini in #6795
- fix Hypoxia not using allotted click term by @francescopellegrini in #6796
- fix Vampyronassa credits sub not using util functions by @francescopellegrini in #6798
- fix Nightmare Archive msg by @francescopellegrini in #6794
- fix Thule Subsea msg by @francescopellegrini in #6793
- Fix self references by @francescopellegrini in #6792
- fix Tsakhia "Bankhar" Gantulga msg by @francescopellegrini in #6791
- fix Nga prompt msg by @francescopellegrini in #6790
- fix Abaasy prompt msg by @francescopellegrini in #6789
- fix Raindrops Cut Stone msg by @francescopellegrini in #6788
- fix ZATO City Grid not enforcing remote-only req by @francescopellegrini in #6787
- Fix Time Bomb duplicate log by @francescopellegrini in #6785
- add missing label to subs by @francescopellegrini in #6784
- fix Hybrid Release prompting when no facedown cards are in Archives by @francescopellegrini in #6786
- fix Nonequivalent Exchange prompt msg by @francescopellegrini in #6799
- fix Mr. Hendrik not using install-access-trigger function by @francescopellegrini in #6797
- add missing :keep-menu-open to Dr. Nuka Vrolyck by @francescopellegrini in #6801
- rename brain to core damage in prompts by @alangfiles in #6806
- fix Yakov Erikovich Avdakov ability by @francescopellegrini in #6807
- small leftover on brain vs core damage renaming by @francescopellegrini in #6808
- fix Hostile Architecture's :on-trash ability by @francescopellegrini in #6809
- fix Info Bounty :once limitation by @francescopellegrini in #6810
- Fix missing waiting prompts by @francescopellegrini in #6800
- rename /take-brain to /take-core by @alangfiles in #6818
- singleton mode is more descriptive by @NBKelly in #6821
- Fix broken tests on main by @NoahTheDuke in #6817
New Contributors
- @alangfiles made their first contribution in #6806
Full Changelog: 112...113