Skip to content

Releases: undecV/Btrvol

v2.4.0

04 Jun 16:46
Compare
Choose a tag to compare
  • Separate awthemes package.
  • Build with self-build pyinstaller bootloader.

v2.3.0

08 May 04:40
4e9152f
Compare
Choose a tag to compare

What's Changed

  • ✨ Feature(GUI): Dark theme.

v2.2.0

08 Apr 15:34
6169207
Compare
Choose a tag to compare

Features:

  • ✨ Feature(Config): Load config at the start.
  • ✨ Feature(Logging): Add status bar.

v2.1.1

16 Feb 20:15
Compare
Choose a tag to compare

Well, I can't believe that the new version with Python/Tkinter is slower than the old version with Winform...
The laggy startup may be due to the gigantic packaging size and anti-virus scanning.

Features:

  • Performance improvement: We drew the plot ourselves.
    That reduces the packed exe size from 50.5 MiB to 19.9 MiB.
  • Add more info to the "about" view.

嗯,我不敢相信使用 Python/Tkinter 的新版本比使用 Winform 的舊版本還慢...
啟動緩慢可能是由於巨大的包裝尺寸和防毒掃描造成的。

功能:

  • 性能改進:我們自己繪製了圖表。
    這將打包的 exe 大小從 50.5 MiB 減少到 19.9 MiB。
  • 在「關於」視圖中新增更多資訊。

v2.0.1

15 Feb 19:54
Compare
Choose a tag to compare

What's Changed

Features:

  • Rewritten using Python and Tkinter. (Because the Winform program starts extremely slowly on Windows 11, so slow that one can’t help but think about the ultimate answer to life, the universe, and everything else);
  • Modified the translation of tones, now no need to understand trigonometric functions;
  • Adaptive interval mode, no need to specify intervals anymore;
  • CLI program.

功能:

  • 使用 Python 和 Tkinter 重寫。(因為 Winform 程式在 Windows 11 上啟動速度極慢,慢到讓人不禁思考生命、宇宙及萬事萬物的終極答案);
  • 修改音調的翻譯,現在不需要理解三角函數;
  • 自適應間隔模式,再也不再需要指定間隔;
  • CLI 程式。

v0.2.1

14 Jun 15:05
Compare
Choose a tag to compare

What's Changed

  • ✨ Feature: Improve graph representation.
  • 🐞 Fix: Volume incorrect when starting.

v0.2.0

13 Jun 23:14
Compare
Choose a tag to compare

What's Changed

  • ✨ Feature: Config file support.

v0.1.2

30 Nov 22:43
Compare
Choose a tag to compare

Fix:

  • Change the volume at the beginning.
  • Change the behavior of the progress bar.

v0.1.1

26 Nov 23:05
Compare
Choose a tag to compare

Feature:

  • Show the progress in Taskbar.

Fix:

  • Round the value smartly.

v0.1.0

24 Nov 03:24
Compare
Choose a tag to compare

First Release.