aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-09Relaxed detection of datadir and core plugins to probably fix #112.Adam Harrison
2024-06-03Added in searchpath for lib64, which is where libraries get installed sometimes.Adam Harrison
2024-05-13Ugh.Adam Harrison
2024-05-13Warn about id mismatches, but otherwise, take the basename of a path.Adam Harrison
2024-05-13Fixed issue with https://github.com/lite-xl/lite-xl-plugin-manager/issues/110.Adam Harrison
2024-05-13Merge branch 'master' of github.com:adamharrison/lite-xl-plugin-managerAdam Harrison
2024-05-13Fix for issue #112.Adam Harrison
2024-05-13Add JSON schema for `manifest.json` files (#102)Guldoman
2024-05-12Fix meson static lua source generationGuldoman
2024-05-12Updated meson and build.sh to remove source context for LPM_STATIC builds.Adam Harrison
2024-05-12Made change to ensure that total_objects_or_content_length was > 0.Adam Harrison
2024-04-25Fixed stuff.Adam Harrison
2024-04-25Comment.Adam Harrison
2024-04-25Fixed up a few things.Adam Harrison
2024-04-25Added in declarative managed plugin functionality to plugin_maanger.Adam Harrison
2024-04-24Unified syntax.Adam Harrison
2024-04-24Fixed addons.Adam Harrison
2024-04-24Added in plugin manager hook.Adam Harrison
2024-04-24Added in apply.Adam Harrison
2024-04-21Updated CHANGELOG.md.v1.2.9Adam Harrison
2024-04-21Fixed commas.Adam Harrison
2024-04-21Made {{ a thing.Adam Harrison
2024-04-21Made URL more sensible.Adam Harrison
2024-04-21Updated CHANGELOG.md.Adam Harrison
2024-04-21Fixed issue with SHOULD_COLOR being set to nil, rather than false.Adam Harrison
2024-04-21Fixed type inference.Adam Harrison
2024-04-20Made it so you can run the system bottle.Adam Harrison
2024-04-20Updated CHANGELOG.md.v1.2.8Adam Harrison
2024-04-20Changed how url is generated.Adam Harrison
2024-04-20Made it so that we can access `extra` fields. Closes #107.Adam Harrison
2024-04-20Fixed author variable position.Adam Harrison
2024-04-17Updated build to match new environment variable.Adam Harrison
2024-04-17Gcc as $CC (#108)Rohan Vashisht
2024-04-06Removed old hack to support jgm's stuff.Adam Harrison
2024-04-05Merge branch 'master' of github.com:adamharrison/lite-xl-plugin-managerAdam Harrison
2024-04-05Changed CFLAGS and LDFLAGS vars in build script to handle Guldo's exotic buil...Adam Harrison
2024-04-01Only return functions from `lpm.run`Guldoman
2024-04-01Fix `lpm.run` not returning executor functionGuldoman
2024-03-31Merge branch 'PR/restructuring'Adam Harrison
2024-03-31Added in logging, and fixed a bugPR/restructuringAdam Harrison
2024-03-31Added in complex plugins, as well as split up command and run.Adam Harrison
2024-03-31Restructured functions to be more modular, and moved things to globals, so th...Adam
2024-03-31Restructured functions to be more modular, and moved things to globals, so th...Adam Harrison
2024-03-31Fix dependency on mbedtls (#104)Jaime Marquínez Ferrándiz
2024-03-29Updated SPEC to incude `checksum` at an addon level, and added in a warning w...Adam Harrison
2024-03-29Changed separator to , from :, due to URLs. Sigh.Adam Harrison
2024-03-29Fixed handleization.Adam Harrison
2024-03-24Updated CHANGELOG.md.v1.2.7Adam Harrison
2024-03-24Abstrated out handleize.Adam Harrison
2024-03-24Changed how stubs are reported.Adam Harrison