This website requires JavaScript.
c9f41bccc9
feat: add architecture documentation for Clean Architecture overview
master
Gabriel Kaszewski
2026-07-24 14:05:30 +02:00
fb0d014ccd
feat: add dev-egui target to Makefile for easier development with egui
Gabriel Kaszewski
2026-07-24 13:57:45 +02:00
0fc21ede97
chore: bump version to 0.2.1 and update related files
v0.2.1
Gabriel Kaszewski
2026-07-24 13:54:32 +02:00
fa5d38107a
feat: add ghostty to known terminals list
Gabriel Kaszewski
2026-07-24 13:50:38 +02:00
051d19d878
v0.2.0
v0.2.0
Gabriel Kaszewski
2026-07-24 13:42:14 +02:00
2e773cdeaf
style: format code for better readability in tests and function signatures
Gabriel Kaszewski
2026-03-18 13:59:53 +01:00
3d2bd5f9fe
fix: update build_entries function signature to ignore frecency parameter
Gabriel Kaszewski
2026-03-18 13:48:02 +01:00
ff9b2b5712
fix(review): bugs, arch violations, design smells
Gabriel Kaszewski
2026-03-18 13:45:48 +01:00
38860762c0
Update iced dependency in Cargo.toml to disable default features and add additional ones
Gabriel Kaszewski
2026-03-18 13:09:33 +01:00
248094f442
feat(app): enhance engine initialization with EngineHandle and update run function signature
Gabriel Kaszewski
2026-03-18 13:05:14 +01:00
bd356f27d1
feat: production hardening (panic isolation, file logging, apps cache)
Gabriel Kaszewski
2026-03-18 12:59:24 +01:00
58d0739cea
refactor: remove client module and associated show command logic
Gabriel Kaszewski
2026-03-15 23:49:31 +01:00
12f1f541ae
fix(app): format code for clarity in update function
Gabriel Kaszewski
2026-03-15 23:31:50 +01:00
bee429192f
chore: update .gitignore and enhance README with compositor setup instructions
Gabriel Kaszewski
2026-03-15 20:09:06 +01:00
86e843f666
chore(docs): remove unused screenshot file
Gabriel Kaszewski
2026-03-15 20:08:29 +01:00
71b8e46ae6
feature/prod-ready (#1 )
Gabriel Kaszewski
2026-03-15 19:03:30 +00:00
2e2351e084
fix(calc): remove ambiguous log alias, use ln/log2/log10 explicitly
Gabriel Kaszewski
2026-03-15 19:34:54 +01:00
b567414930
fix(calc): fix log/ln naming, cache math context, strengthen sin(pi) test
Gabriel Kaszewski
2026-03-15 19:32:46 +01:00
aeea3756c1
feat(calc): add math functions (sqrt, sin, cos, etc.) and pi/e constants
Gabriel Kaszewski
2026-03-15 19:30:01 +01:00
207c20f77d
refactor(calc): rename preprocess, extend underscore test assertions
Gabriel Kaszewski
2026-03-15 19:24:15 +01:00
be7c2b6b59
feat(calc): strip underscore digit separators
Gabriel Kaszewski
2026-03-15 19:21:43 +01:00
bf065ffdf0
feat: update dependencies for improved compatibility and performance
Gabriel Kaszewski
2026-03-15 19:14:50 +01:00
4283460c82
feat: add plugin-url for URL handling and open in browser functionality
Gabriel Kaszewski
2026-03-15 19:08:38 +01:00
d1479f41d2
feat: add support for external plugins and enhance plugin management
Gabriel Kaszewski
2026-03-15 18:54:55 +01:00
b8a9a6b02f
feat: add Makefile for build, run, and installation commands
Gabriel Kaszewski
2026-03-15 18:42:07 +01:00
5bb5c8f531
feat: add required features for k-launcher-egui and update dependencies
Gabriel Kaszewski
2026-03-15 18:40:11 +01:00
fe46b7808a
feat: update README and add documentation for installation, configuration, usage, and plugin development
Gabriel Kaszewski
2026-03-15 18:37:48 +01:00
3093bc9124
feat: enhance configuration management and UI styling, remove unused theme module
Gabriel Kaszewski
2026-03-15 18:31:22 +01:00
3098a4be7c
feat: add k-launcher-config crate for configuration management and integrate with existing components
Gabriel Kaszewski
2026-03-15 18:20:15 +01:00
bc7c896519
feat: add k-launcher-ui-egui crate for enhanced UI
Gabriel Kaszewski
2026-03-15 18:10:46 +01:00
1a2de21bf6
feat: implement OS bridge and enhance app launcher functionality
Gabriel Kaszewski
2026-03-15 17:45:24 +01:00
93736ae19d
feat: add FilesPlugin for file searching and integrate into KLauncher
Gabriel Kaszewski
2026-03-15 17:15:47 +01:00
dbce15bfd5
feat: implement frecency tracking for app usage and enhance search functionality
Gabriel Kaszewski
2026-03-15 17:05:05 +01:00
f5dd303b79
feat: add CmdPlugin for executing terminal commands and update workspace configuration
Gabriel Kaszewski
2026-03-15 16:53:30 +01:00
c059961854
refactor: update dependencies and improve keyboard event handling in KLauncherApp
Gabriel Kaszewski
2026-03-15 16:37:46 +01:00
6780444caa
refactor: simplify theme usage and enhance AppsPlugin structure
Gabriel Kaszewski
2026-03-15 16:30:35 +01:00
1ac9dde347
feat: restructure k-launcher workspace and add core functionality
Gabriel Kaszewski
2026-03-15 16:20:36 +01:00
4c3be17b77
Initialize k-launcher project structure with multiple crates and basic configurations
Gabriel Kaszewski
2026-03-15 15:12:28 +01:00