Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-10 | chore: transition to shorter license headers (#6) | Rini | |
Transition from the GPL jumpscare to a more concise header: /* * Vencord, a Discord client mod * Copyright (c) 2023 Vendicated and contributors * * SPDX-License-Identifier: GPL-3.0 */ Old files still keep the old headers, while eslint will now autofix the new header Reviewed-on: https://codeberg.org/Ven/cord/pulls/6 Co-authored-by: Rini <rini@rinici.de> Co-committed-by: Rini <rini@rinici.de> | |||
2023-05-06 | [skip ci] Refactor utils | Vendicated | |
2023-02-10 | refactor: update plugins to use `$self` (#478) | fawn | |
Co-authored-by: Ven <vendicated@riseup.net> | |||
2022-12-20 | Fix StartupTimings (#353) | Nuckyz | |
2022-11-28 | Path aliases, better lazyWebpack (#268) | Ven | |
2022-11-19 | fix startup timings page (#219) | megumin | |
2022-11-07 | lint: Disallow utils index imports | Vendicated | |
This keeps leading to issues due to circular imports. Import from specific files instead, index just reexports | |||
2022-11-05 | feat(plugins): add Startup Timings (#189) | megumin | |