Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeerName committed Jun 9, 2023
1 parent 4d4a14d commit d6880e5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Mania Converter 3.0.2
# Mania Converter 3.0.3
Converter of FNF or osu!mania maps/charts, example from 4 key to 6 key, now with UI! It can remove damage notes, convert to osu!mania and more. Works with 1-512 keys. (yeah its possible)

# [VERY POG WEB VERSION (UPD 09.06.2023)](https://theleername.github.io/mania-converter/)
# [VERY POG WEB VERSION (UPD 10.06.2023)](https://theleername.github.io/mania-converter/)
- wow! its support mobile devices!!!
- the best frontend code only here!!!!

## [How to build it *(click)*](https://github.com/TheLeerName/mania-converter/blob/main/docs/building.md)

## (Latest) 3.0.2 - Hotfix
- Shows things on start app
- If key count setted as 0, then uses current key count on map
- Fixed difficulty name parsing again (thx to [ItzEnderArkail](https://gamebanana.com/posts/10811434) for report)
- Fixed unsupported osu modes

## (Latest) 3.0.3 - Hotfix
- Fix of 0 key count
- Fix of space char in start of diff name
- Fix of sustain length in convert to osu
- Fix of BPM in convert from osu
- First BPM in TimingPoints uses now, instead of average
- Fix of exported message for web version

### [Check past changelogs here](https://github.com/TheLeerName/mania-converter/blob/main/docs/changelogs.md)

Expand Down
11 changes: 10 additions & 1 deletion docs/changelogs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelogs of Mania Converter

## (Latest) 3.0.2 - Hotfix
## (Latest) 3.0.3 - Hotfix
- Shows things on start app
- If key count setted as 0, then uses current key count on map
- Fixed difficulty name parsing again (thx to [ItzEnderArkail](https://gamebanana.com/posts/10811434) for report)
- Fixed unsupported osu modes

## 3.0.2 - Hotfix
- Shows things on start app
- If key count setted as 0, then uses current key count on map
- Fixed difficulty name parsing again (thx to [ItzEnderArkail](https://gamebanana.com/posts/10811434) for report)
- Fixed unsupported osu modes

## 3.0.1 - Hotfix
- Fixed difficulty name parsing (thx to [LeoroyX](https://gamebanana.com/posts/10786130) for report)
Expand Down
2 changes: 1 addition & 1 deletion source/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Main extends Sprite
{
public static var version(get, default):String;
static function get_version():String {
var curVersion:String = "3.0.2 (&CT)"; // &CT will be replaced by formatted compileTime
var curVersion:String = "3.0.3 (&CT)"; // &CT will be replaced by formatted compileTime

var suffix:String = compileTime.substring(0, compileTime.indexOf(" ", compileTime.indexOf(" ") + 1)); // removing utc thing
suffix = suffix.replace("-", ""); // removing underline
Expand Down

0 comments on commit d6880e5

Please sign in to comment.