1
0
mirror of synced 2025-02-24 14:03:37 +01:00

145 Commits

Author SHA1 Message Date
Stepland
b1dd7b33df Start writing docs 2022-09-06 00:43:41 +02:00
Stepland
b0b7de676e Start adding docs 2022-08-30 19:10:21 +02:00
Stepland
26b3d46975 Fix loaders using the actual enum instances as chart difficulties instead of their associated values 2022-04-16 01:23:52 +02:00
Stepland
f76bc2aa88 [jubeat-analyser] Update the repository URL dumped in the comment
Rename version.py to info.py and add the repository url in it

Modify the version bump script so it also updates the repo url in info.py
2022-04-16 01:10:09 +02:00
Stepland
4da68a6915 Cleanup and update some dependencies 2022-03-10 01:56:32 +01:00
Stepland
a163124473 [konami] Take hakus into account when choosing the end beat 2022-03-10 01:56:32 +01:00
Stepland
a78d5ecc60 Setup Gitlab CI 2022-03-10 01:56:32 +01:00
Stepland
d7d79fb726 Fix links in pyproject.toml 2022-01-10 10:33:58 +00:00
Stepland
8465ea93d0 Bump version to 1.4.0 2021-12-28 17:00:13 +01:00
Stepland
587e68ab3e Merge pull request #21 from Stepland/more-stuff
More stuff
2021-12-28 16:57:06 +01:00
Stepland
15b690619b Add support for HAKUs for konami formats 2021-12-28 16:49:27 +01:00
Stepland
f5f458bf6d Remove MultiDict everywhere
Add a test for --merge
2021-12-28 12:07:32 +01:00
Stepland
c06c9ffc33 Use argument lists in Song.from_monochart_instances 2021-12-27 23:12:46 +01:00
Stepland
e111f93645 Merge pull request #20 from Stepland/memon-1-support
Add support for memon v1.0.0
2021-12-27 02:21:51 +01:00
Stepland
503ba1d528 Add support for memon v1.0.0 2021-12-27 02:15:03 +01:00
Stepland
1d9704e214 Bump version to 1.3.0 2021-12-22 01:58:34 +01:00
Stepland
811241fffd Merge pull request #19 from Stepland/memon-v0.3.0
Add support for memon 0.3.0
2021-12-22 01:57:51 +01:00
Stepland
0dba0a6192 Add support for memon 0.3.0 2021-12-22 01:55:30 +01:00
Stepland
0bcc378c09 Bump version to 1.2.3 2021-12-08 03:31:30 +01:00
Stepland
b501f7bbde Merge pull request #18 from Stepland/type-error-missing-beat-snap-17
Avoid shadowing loader/dumper default values for options
2021-12-08 03:10:51 +01:00
Stepland
abc546ca07 Avoid shadowing loader/dumper default values for options
Fixes #17
2021-12-08 03:07:55 +01:00
Stepland
4364666162 Update mypy and hypothesis 2021-10-23 02:14:09 +02:00
Stepland
8815d2bcae Bump version to 1.2.2 2021-06-01 20:01:26 +02:00
Stepland
fb07e3be92 typos in changelog 2021-06-01 19:59:49 +02:00
Stepland
2bc9bde1d5 Merge pull request #16 from Stepland/remove-null-values
[malody] Dumping does not write placeholder `null` values anymore
2021-06-01 19:58:29 +02:00
Stepland
09ff666afc Harden file path format code 2021-06-01 19:56:40 +02:00
Stepland
5ab3ac4f47 Make dump_and_load_then_compare default to using a temporary directory
Dump path format variables all need to be strings
2021-06-01 19:38:31 +02:00
Stepland
90503469c8 [malody] Dumping does not write placeholder null values anymore 2021-06-01 19:06:53 +02:00
Stepland
f451639dbf Bump version to 1.2.1 2021-05-28 01:59:47 +02:00
Stepland
a4f8499aaf Merge pull request #15 from Stepland/malody-extra-keys
[malody] allow unknown keys in input
2021-05-28 01:59:06 +02:00
Stepland
4c9eb6876e [malody] Add real file test case 2021-05-28 01:58:29 +02:00
Stepland
54e1010cbe [malody] allow unknown keys in input 2021-05-28 01:48:10 +02:00
Stepland
5ba4a95536 Update README.md 2021-05-28 01:33:52 +02:00
Stepland
8fabf767b1 Merge pull request #14 from Stepland/loosen-konami-formats-tests
[konami] only test for 1/4 and 1/3 times
2021-05-28 01:28:04 +02:00
Stepland
88adcaccad Bump version to 1.2.0 2021-05-28 01:25:51 +02:00
Stepland
edd2c0b2ac [konami] only test for 1/4 and 1/3 times 2021-05-28 01:23:35 +02:00
Stepland
80c94e26a0 Merge pull request #13 from Stepland/malody
Malody support
2021-05-28 01:15:51 +02:00
Stepland
04f5ec49d4 [malody] test pass ! 2021-05-28 01:12:17 +02:00
Stepland
1e252eb34b [malody] beta dump support ! 2021-05-27 23:58:58 +02:00
Stepland
ba90122d19 [malody] beta load support ! 2021-05-26 22:49:33 +02:00
Stepland
4aac79086a Bump version to 1.1.3 2021-05-23 11:27:54 +02:00
Stepland
909b5ee401 Merge pull request #12 from Stepland/force-encoding
[jubeat-analyser] use `surrogateescape` everywhere
2021-05-23 11:26:41 +02:00
Stepland
d381ff2bfe [jubeat-analyser] use surrogateescape everywhere 2021-05-23 11:24:21 +02:00
Stepland
505447efa1 Bump version to 1.1.2 2021-05-22 13:10:09 +02:00
Stepland
b48911d8f2 Merge pull request #10 from Stepland/fix-bugs-found-by-nomlas
Fix bugs found by Nomlas
2021-05-22 13:03:26 +02:00
Stepland
49b6529105 Fix Style 2021-05-22 13:00:06 +02:00
Stepland
a1259a0d2b Fix black not checking anything in the Ci pipeline 2021-05-22 12:58:56 +02:00
Stepland
a040ffcd95 [memo2] handle b=4 and t= commands anywhere in the file
[jubeat-analyser] handle ideographic whitespace
2021-05-22 12:55:41 +02:00
Stepland
c695550866 Bump version to 1.1.1 v1.1.1 2021-05-19 17:37:05 +02:00
Stepland
5984d6b4ba Make construct-typing required 2021-05-19 17:36:50 +02:00