Releases: Project-LemonLime/Project_LemonLime
Releases · Project-LemonLime/Project_LemonLime
Fix Package Name in Deb
0.2.6 chore: bump ver
0.2.4 Fix Too High Version On macOS
chore: bump version to 0.2.4
0.2.3 with setting directory change
0.2.3rc5
- Change Link
0.2.3rc4 Add AppImage Support
- Add AppImage Support.
- Update User Manual.
0.2.3rc3
0.2.3rc3
v0.2.3rc2
终于解决了x86编译…………
v0.2.3rc1
这个 release 主要是生成一个 32位 Windows 包……
v0.2.2
- feat(translation): add Traditional Chinese(TW) (#41)
- chore: add condition compile support (experimental)
- chore: move scripts to dir tools/
- chore: add CMake support
- refactor: replace old QtSingleApplication with itay-grudev/SingleApplication
- 修改了一些会引起不能评测的地方
- fix: Qt::SkipEmptyParts is avalible since Qt5.14
- refactor: replace qrand() with QRandomGenerator
- refactor: replace QMap with QMultiMap
- refactor: replace QTextStream& QTextStreamFunctions::endl(QTextStream&) with Qt::endl
- refactor: replace QString::SkipEmptyParts with Qt::SkipEmptyParts
- refactor: replace QProcess::execute(const QString&) with QProcess::execute(const QString &program, const QStringList &arguments)
- refactor: replace QList::swap() with QList::swapItemsAt()
- feat: C++20 来了
- fix:
diffPath
undefined on macOS