Skip to content

Releases: Chlorie/Deenote

0.7.2

01 Mar 11:01
Compare
Choose a tag to compare

Added auto save to json feature.
添加了自动保存到json谱面功能。
代码太糟了短时间内真的不想再碰了。几年前的我写代码是怎么可以写这么烂的,没眼看了……

0.7.1

06 Jun 08:39
Compare
Choose a tag to compare

Fixed a bug on the new feature in 0.7.
修复了0.7新功能中的一个bug。

0.7

06 Jun 06:50
Compare
Choose a tag to compare
0.7

Added chart concatenating function for medley making.
为组曲制作添加了谱面连接功能。
来啊造作啊!来啊DT啊!(该用户已被禁言)

0.6.12

04 Jun 10:12
Compare
Choose a tag to compare

Changed the color of the charming glow effects. Now it is more of an orange color instead of yellow.
Now exception messages are shown and saved to file whenever an unhandled exception is caught. Bug reporting should be simpler.
Removed support for .ogg audio files.
If exception is caught during audio file loading, the user is forced to select another audio file.

修改了charming光效的颜色。现在光效应该更偏橙色而不是黄色。
现在若发现未经处理的异常则会弹出对话框提醒并保存到文件, 反馈bug会更容易一些。
取消了对.ogg文件的支持。
若在读取音频时捕获到异常, 用户会被强制重新选择音频文件。
P.S. 这睿智NAudio要是再出其他问题的话我就考虑换库或者自己写MP3文件读取了,又是丢帧又是读取不了带封面的文件真的遭不住……

0.6.11

14 May 13:42
Compare
Choose a tag to compare

Finally(I'm a derp and wrote "Final" not "Finally" in the update history of the app, never mind) changed the shader used for charming glow effects. Now the glows should be much prettier than before.
终于修改了charming光效的着色器。现在光效要比以前好看多了。(大概)
今天我们来刷版本号.jpg

0.6.10

14 May 06:18
Compare
Choose a tag to compare

Added a preceding empty frame before the MP3 samples as a workaround for NAudio's problem. Now there won't be any weird 26-millisecond offset anymore, probably...
BUT I still recommend you to use professional applications such as Adobe Audition for offset measuring and as note placement assistance.
在读出来的mp3采样前面加了一个空帧,用来解决NAudio的某些奇怪问题。现在应该大概有可能似乎好像理论上不会有奇怪的26毫秒offset了。
但是我还是建议你们用专业软件比如Adobe Audition来进行offset测定以及辅助对音。

0.6.9

09 May 15:54
Compare
Choose a tag to compare

Apparently, me, HCl, or Chlorie, is an AI, which stands for Absolute Idiot.
Now the issue of the program unable to load any project file is fixed.
And also the version checker is fixed.
我就是个大傻逼.jpg
现在不能打开文件的bug已修复。
版本检测已修复。

0.6.8

08 May 15:19
Compare
Choose a tag to compare

Fixed the problem of beat lines disappearing when importing charts from JSON files.
Fixed the problem where inserting notes in a large project may cause stack overflow.
The update checking system has been broken for months since GitHub doesn't allow normal HTTP request(like those ones in Deenote) any more. Substitution methods have been used in currently developing versions.
解决了导入JSON谱面会导致拍线消失的问题。
解决了谱面中note很多时插入新note导致栈溢出的问题。
由于GitHub不再允许一般的辣鸡HTTP请求(几个月前的事情了)所以Deenote的版本检测系统已经坏了很久了。我正在开发的你们从没玩过的船新版本已经换了可以用的替代方法(LibGit2Sharp),但是那个版本开发完工大概要到8102年吧(脱线咕——)。但是反正这段时间也不会再有新版本了,所以那东西有没有其实也无所谓,随便吧.jpg

0.6.7

02 Mar 15:38
Compare
Choose a tag to compare

[English]
Added localization support for Chinese.
Fixed some minor bugs.
Collided notes are tinted red now.
[中文]
增加了中文的本地化支持。
修复了一些小漏洞。
重叠note现在会显示红色。

0.6.6

10 Feb 03:38
Compare
Choose a tag to compare

File format is optimized, so that the project file won't take much space.
You don't have to do anything to upgrade the project files, they will be automatically updated after saving once.
Before this version of Deenote, audio data of the project is saved in float arrays, thus 32 bits per sample. That is the cause for big file sizes.
After the format conversion, audio data is saved by saving the whole audio file into the project file. So the project file won't be much bigger than the original audio file.
About the project version conversion, the audio data part will be converted to a 16-bit ".wav" file, so old file sizes will be halved. Replace the audio with ".mp3" files for smaller file sizes.
The version conversion takes time, so when you open old files it could be a bit slow. It will get faster after the conversion. Due to the file format change, file loading time will be a bit longer than before, but saving time will be shorter.