summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-03-28chore: update PKGBUILD and .SRCINFO for v0.7.0Byeonghoon Yoo
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28chore: release v0.7.0Byeonghoon Yoo
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-02chore: update PKGBUILD and .SRCINFO for v0.6.0Byeonghoon Yoo
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02chore: release v0.6.0Byeonghoon Yoo
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02feat: enforce single instance via KDBusServiceByeonghoon Yoo
Prevent multiple Krema instances from running simultaneously by registering a unique D-Bus service (com.bhyoo.krema). Subsequent launches are silently ignored and the existing instance continues. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01chore: add .SRCINFO for v0.5.1 and update release checklistIsac Byeonghoon Yoo
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01chore: update PKGBUILD for v0.5.1Isac Byeonghoon Yoo
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01chore: update PKGBUILDIsac Byeonghoon Yoo
2026-02-24docs: translate to English and optimize for SEO/discoverabilityIsac Byeonghoon Yoo
Rewrite README.md in English with badges, features, and installation info. Translate ROADMAP.md from Korean to English. Enhance metainfo.xml with expanded description, keywords, categories, and v0.3.0 release. Add Keywords to .desktop file, fix placeholder URLs in packaging files, and add LICENSE symlink. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19Initialize project structure with CMake + ECM + C++23Byeonghoon Yoo
Set up Krema dock project foundation: - CMake + ECM + Ninja build system with C++23 standard - CMakePresets for dev/release/asan configurations - Minimal Application class with LayerShellQt integration - Catch2 smoke test - clang-tidy, clangd, KDE clang-format configuration - OBS packaging (RPM spec, Debian control, Arch PKGBUILD) - justfile command runner for build/test/run/format workflow - GPL-3.0-or-later license (REUSE compliant) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>