1
0
mirror of synced 2025-02-22 13:10:41 +01:00

173 Commits

Author SHA1 Message Date
Stepland
5495135529 Improve some error messages 2023-01-26 23:25:54 +01:00
Stepland
de0ade4e49 Bump version to 2.0.4 v2.0.4 2023-01-25 00:03:01 +01:00
Stepland
6adcb13c0a [konami] Handle files with duplicate TEMPO lines 2023-01-24 23:59:29 +01:00
Stepland
350af6ce21 Update mypy + fix associated errors 2022-12-24 14:03:44 +01:00
Stepland
6b7b2cc9f0 [jbsq] use the correct magic bytes for long note charts v2.0.3 2022-12-24 12:48:36 +01:00
Stepland
5524656cf2 Update repo maintenance docs to reflect the switch from --commit to --no-commit 2022-11-03 23:58:14 +01:00
Stepland
a906761216 Bump version to 2.0.2 v2.0.2 2022-11-03 23:28:05 +01:00
Stepland
d0716999ce Update CHANGELOG.md 2022-11-03 23:27:34 +01:00
Stepland
4d7b796a33 Update dependencies to be compatible with python 3.11 2022-11-03 23:22:28 +01:00
Stepland
9376f26af1 Add toml to docs requirements 2022-11-03 22:03:53 +01:00
Stepland
0237ef4311 Add an icon to go back to gitlab from the docs 2022-11-03 21:54:25 +01:00
Stepland
0998e224b0 Update readme with docs badge and link to the docs 2022-11-03 21:54:12 +01:00
Stepland
4e0b135a8a Update repository url 2022-11-03 21:53:46 +01:00
Stepland
04394f4011 the docs now read the version number directly from pyproject.toml 2022-11-03 21:26:22 +01:00
Stepland
0a96de5bb6 Update .gitlab-ci.yml file 2022-11-03 21:18:06 +01:00
Stepland
e6ab82fd42 Bump version to 2.0.1 v2.0.1 2022-09-21 13:14:51 +02:00
Stepland
4e202238cd Fix crash of guess_format on valid empty jbsq file 2022-09-21 13:14:27 +02:00
Stepland
74e9a96869 Update .gitlab-ci.yml file 2022-09-20 23:07:12 +00:00
Stepland
4175b4eee7 Bump version to 2.0.0 v2.0.0 2022-09-21 00:48:25 +02:00
Stepland
bd16f3f1cd - Update changelog
- Fix whitespace formatting in song.py
- make bump_version.py rewrite info.py instead of version.py
2022-09-21 00:48:18 +02:00
Stepland
80ab963f89 fix typos in docs 2022-09-21 00:33:48 +02:00
Stepland
534cf4ef61 Add changelog to docs and mention the docs in the changelog 2022-09-21 00:29:13 +02:00
Stepland
45f08d0a32 Finish first version of the docs 2022-09-21 00:15:29 +02:00
Stepland
9b88f732de More docs 2022-09-20 01:45:19 +02:00
Stepland
b43f404526 Merge branch 'docs' 2022-09-06 12:13:14 +02:00
Stepland
eee22fa582 Start writing docs 2022-09-06 00:43:41 +02:00
Stepland
e76eef79e8 [memo2] friendlier error messages for bpp=2 mistakes 2022-09-05 17:25:58 +02:00
Stepland
9a51a2a1b2 Pin typing-inspect to 0.7.1 to not have to wait for marshmallow dataclass to fix their dependencies 2022-09-05 12:56:44 +02:00
Stepland
592d4f36a0 pin construct version using ^ instead of ~= 2022-08-30 19:11:25 +02:00
Stepland
a87695d1a0 Start adding docs 2022-08-30 19:10:21 +02:00
Stepland
c7cc8d02d6 Fix loaders using the actual enum instances as chart difficulties instead of their associated values 2022-04-16 01:23:52 +02:00
Stepland
1443e8335f [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
3790ebad80 Cleanup and update some dependencies 2022-03-10 01:56:32 +01:00
Stepland
685973e134 [konami] Take hakus into account when choosing the end beat 2022-03-10 01:56:32 +01:00
Stepland
995d374e7a Setup Gitlab CI 2022-03-10 01:56:32 +01:00
Stepland
ece6103b1b Fix links in pyproject.toml 2022-01-10 10:33:58 +00:00
Stepland
28266a04ac Bump version to 1.4.0 v1.4.0 2021-12-28 17:00:13 +01:00
Stepland
646fc4cf53
Merge pull request #21 from Stepland/more-stuff
More stuff
2021-12-28 16:57:06 +01:00
Stepland
692b63cb96 Add support for HAKUs for konami formats 2021-12-28 16:49:27 +01:00
Stepland
efaa52d10b Remove MultiDict everywhere
Add a test for --merge
2021-12-28 12:07:32 +01:00
Stepland
4002282c12 Use argument lists in Song.from_monochart_instances 2021-12-27 23:12:46 +01:00
Stepland
1ce5c75969
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
82b03688aa Add support for memon v1.0.0 2021-12-27 02:15:03 +01:00
Stepland
cc1fd2bf72 Bump version to 1.3.0 v1.3.0 2021-12-22 01:58:34 +01:00
Stepland
49e8a10257
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
2e4b5978bd Add support for memon 0.3.0 2021-12-22 01:55:30 +01:00
Stepland
93ada9fd31 Bump version to 1.2.3 v1.2.3 2021-12-08 03:31:30 +01:00
Stepland
0d3b370fc9
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
acc05a53bf Avoid shadowing loader/dumper default values for options
Fixes #17
2021-12-08 03:07:55 +01:00
Stepland
9bf593a39b Update mypy and hypothesis 2021-10-23 02:14:09 +02:00