Commit Graph

235 Commits (e1737f7c30bbf46691fe4abc08ce511ddcbb5488)

Author SHA1 Message Date
spacemeowx2 89b82a429b feat: update delete.ts 2022-11-28 16:29:24 +08:00
spacemeowx2 af95defd9a fix: auto promotion not working as expecting 2022-11-28 16:29:24 +08:00
spacemeowx2 707d7204dc fix: coop weapon map failed due to a dot (#33) 2022-11-27 16:30:17 +08:00
imspace d13d75d40a
feat: use /api/v3/salmon/weapon (#31)
* feat: use /api/v3/salmon/weapon

https://github.com/fetus-hina/stat.ink/issues/1128#issuecomment-1328007235

* feat: remove hardcoded dict

* build: bump version
2022-11-26 21:12:23 +08:00
imspace d6980c8208
feat: add upload from file (#30)
* feat: add upload from file

* fix: url is undefined

* feat: support pathname

* feat: read from cache if errored

* fix: state not initialized

* fix: splatnet access
2022-11-26 17:25:25 +08:00
spacemeowx2 ba43bb6c55 feat: add fail_reason for salmon run 2022-11-26 14:12:24 +08:00
imspace 54d53fc488
fix: random weapon (#29)
* fix: allow weapon to be random

* feat: save pathname of image in file exporter

* fix: allow random weapon

* build: update chagnelog
2022-11-26 00:31:21 +08:00
spacemeowx2 0e4f080054 fix: export error when disconnected 2022-11-25 21:41:36 +08:00
spacemeowx2 c9bdf54110 fix: specialWeapon null (#27) 2022-11-25 21:29:11 +08:00
spacemeowx2 84752ea427 feat: add delete all to delete-coop 2022-11-25 20:41:02 +08:00
spacemeowx2 a4d4f23263 fix: missing title_before (#28) 2022-11-25 20:20:47 +08:00
spacemeowx2 47a3425627 fix: missing king_smell (#28) 2022-11-25 20:03:09 +08:00
spacemeowx2 ddc3eb88df fix: missing coop weapons (fix #27) 2022-11-25 19:57:45 +08:00
imspace ff538c1f2a
feat: add salmon run export to stat.ink (#18)
* feat: add coop types

* feat: update coop types

* feat: add coop game id

* feat: add splatnet3 types

* feat: did some mapping

* feat: remove used code

* feat: add coop player map

* feat: update types

* fix: lint error

* refactor: use Env::newFetcher in exporter

* feat: add some mappings

* feat: add groupInfo to coop

* feat: add private

* feat: complete all mappings

* fix: dirty fix upload error

* fix: fApi request

* feat: remove workarounds

* chore: remove coop todo

* feat: update constant and version

* feat: remove coop test flag

* fix: wrong clear_waves
2022-11-25 19:07:39 +08:00
spacemeowx2 bd57f2cf6c style: fix CHANGELOG format 2022-11-21 19:34:44 +08:00
spacemeowx2 b57544e847 chore: rename CHANGELOG.md 2022-11-21 17:03:59 +08:00
imspace eda3b37fab
chore: bump version (#25) 2022-11-21 17:03:08 +08:00
Paul 741c2c117f
feat(export-geardata): add log (#23)
* log

* feat: add log

* feat: update constant

Co-authored-by: spacemeowx2 <spacemeowx2@gmail.com>
2022-11-21 16:59:43 +08:00
imspace 6918294fe7
Update README.md 2022-11-19 22:26:05 +08:00
spacemeowx2 ba4fa9f249 build: bump version 2022-11-18 20:48:46 +08:00
spacemeowx2 549f397e95 fix: stat ink key prompt 2022-11-18 20:48:46 +08:00
spacemeowx2 de8e09b143 fix: initRank 2022-11-18 20:48:46 +08:00
spacemeowx2 ecdf0dd4da refactor: add prompts to Env 2022-11-18 20:48:46 +08:00
spacemeowx2 94e6ed33ba refactor: move readline 2022-11-18 20:48:46 +08:00
spacemeowx2 1afdbd0bc6 fix: wrong cookie in fetcher 2022-11-18 20:48:46 +08:00
spacemeowx2 597960df32 refactor: loginManually takes promptLogin 2022-11-18 20:48:46 +08:00
spacemeowx2 b5e314eaf1 refactor: use fetcher 2022-11-18 20:48:46 +08:00
spacemeowx2 b9b71843ce chore: exclude .github from deno fmt 2022-11-18 20:04:01 +08:00
imspace 86292fc3df
chore: update issue templates 2022-11-18 19:58:06 +08:00
spacemeowx2 ef4808d0e0 build: add deno.lock 2022-11-18 02:55:25 +08:00
imspace e60b3f98a8
refactor: splatnet3 (#22)
* refactor: make Splatnet3 a class

* feat: use in memory state backend when no '-p'

* feat: avoid race

* build: bump version

* fix: rankState
2022-11-17 19:19:11 +08:00
spacemeowx2 a296ae24a4 build: add actions badges 2022-11-16 21:19:18 +08:00
spacemeowx2 e988393a32 ci: add daily check 2022-11-16 21:12:56 +08:00
spacemeowx2 9d7287f27b ci: fix pr check 2022-11-16 21:07:18 +08:00
spacemeowx2 724694fcb7 ci: check constant on pr 2022-11-16 20:54:51 +08:00
imspace 239db3b2f3
ci: add CI (#21)
* ci: add ci

* ci: add lint and fmt

* build: add dockerfile

* ci: change version

* ci: deno check

* build: add .gitattributes

* ci: use glob

* ci: add pr
2022-11-16 20:47:01 +08:00
spacemeowx2 068daa15bd feat: add login to export-geardata 2022-11-15 13:57:18 +08:00
spacemeowx2 6fcebb07bd feat: add geardata exporter 2022-11-15 03:29:31 +08:00
spacemeowx2 43df6baaea fix: don't set rank_exp_change if isUdemaeUp is true
should fix #17

0.1.19
2022-11-10 21:04:08 +08:00
imspace e77ad9f152 build: add devcontainer for codespaces 2022-11-08 12:23:15 +00:00
spacemeowx2 b148963311 build: update README 2022-11-08 19:44:45 +08:00
spacemeowx2 b0460b7d38 build: update README 2022-11-08 19:37:22 +08:00
imspace 443c6c7936
feat: remove gear map workaround (#16)
https://github.com/fetus-hina/stat.ink/issues/1127
2022-11-07 12:37:24 +08:00
spacemeowx2 62b53893de fix: remove debug file 2022-11-05 17:40:54 +08:00
spacemeowx2 9916b7e5f5 feat: add generate gear map script 2022-11-05 17:20:57 +08:00
spacemeowx2 2fde581f08 fix: missing ink_saver_main in gears 2022-11-05 13:09:09 +08:00
imspace 35b47d79c2
Merge pull request #14 from spacemeowx2/feature-gears
Feature gears
2022-11-05 13:03:27 +08:00
spacemeowx2 933b438505 feat: workaround for incorrect translate from stat.ink 2022-11-05 12:57:29 +08:00
spacemeowx2 1c9c03e327 feat(stat.ink): add gears 2022-11-04 23:34:07 +08:00
spacemeowx2 af941a59fd fix: RankTracker broken when token expires 2022-11-04 16:31:07 +08:00