Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store avatars in the user's cache directory.dot-cache-avatars | Miquel Lionel | 2024-09-26 | 1 | -0/+32 |
| | | | | | | | | - Not anymore in ~/.local/share, where media files are stored. - Already existing ~/.local/share/dino/avatars directory will be moved to ~/.cache/dino/avatars - If both directories already exists, the old one (in ~/.local/share) is removed. | ||||
* | Discover plugins in Meson build directories | hrxi | 2024-09-15 | 1 | -2/+22 |
| | | | | | | | If the environment looks like a Meson build dir (parent directory is called "main"), then also look for plugins in `../plugins/*`. Fixes #1591. | ||||
* | Add a WeakMap implementation + tests | fiaxh | 2020-11-14 | 1 | -0/+69 |