aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
* Update build.sh * Update build.sh * Update build.sh
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 ↵Adam Harrison
build configuration.
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 ↵Adam
that they can easily be modified by plugins instead of as upvalues. (#105)
2024-03-31Restructured functions to be more modular, and moved things to globals, so ↵Adam Harrison
that they can easily be modified by plugins instead of as upvalues.
2024-03-31Fix dependency on mbedtls (#104)Jaime Marquínez Ferrándiz
Since version 2.28.8 a .pc file for each library is provided and we must search them individually.
2024-03-29Updated SPEC to incude `checksum` at an addon level, and added in a warning ↵Adam Harrison
when explicit repositories are specified, but not used.
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
2024-03-23Changed how ephemeral bottles work.Adam Harrison
2024-03-23Fixed issue with headers delivered in multiple reads.Adam Harrison
2024-03-22Added in ephemeral bottle count, so we only destruct the bottle when the ↵Adam Harrison
lockfile reads 0.
2024-03-22Should fix #100Adam Harrison
2024-03-20Ensures that we close read handles on files.Adam Harrison
2024-03-20Made sure we set the metatable corectly.v1.2.6Adam Harrison
2024-03-20Remove unecessary require.Adam Harrison
2024-03-20Updated CHANGELOG.md.Adam Harrison
2024-03-20Gave exec access to the internal environment, just like with plugins.Adam Harrison
2024-03-20Added in ability to execute string literals for ease of automation.Adam Harrison
2024-03-17Updated CHANGELOG.md.v1.2.5Adam Harrison
2024-03-17Ensured we close filehandles.Adam Harrison
2024-03-17Added in EXEFILE.Adam Harrison
2024-03-17Build zlib on windows.Adam Harrison
2024-03-17Added in a fix to detect windows consoles from cmd.exe.Adam Harrison
2024-03-17Merge branch 'master' of github.com:adamharrison/lite-xl-plugin-managerAdam Harrison
2024-03-17Fixed error on first pull.Adam Harrison
2024-03-13Update README.mdAdam
2024-03-12Fixed minor issue.Adam Harrison