Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 1.0.1 HEAD v1.0.1 main | Vika | 2024-10-22 | 1 | -1/+1 |
| | |||||
* | vendor libsecret | Vika | 2024-10-22 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | The libsecret-rs crate is unmaintained, so I'm vendoring it for now. Bumping the glib version turned out to be enough. The exact process I used was: 1. Cloning the repository 2. Making changes 3. `cargo build` to ensure it works 4. `cargo package --no-verify` (b/c it tries to build all crates separately instead of the entire workspace as a whole) 5. `mkdir libsecret/sys -p` 6. `tar --strip-components 1 -C libsecret -xvf ../libsecret-rs/target/package/libsecret-0.6.0.crate` 7. `tar --strip-components 1 -C libsecret/sys -xvf ../libsecret-rs/target/package/libsecret-sys-0.6.0.crate` Then `Cargo.toml` is modified to ensure the libsecret and its `-sys` crate build out of my vendored sources. In the future, if I gain maintainership of the `libsecret` crate, I could just revert this commit to make it point back to the upstream. | ||||
* | cargo update | Vika | 2024-10-22 | 1 | -1/+1 |
| | |||||
* | Bump version to 1.0.0 v1.0.0 | Vika | 2024-09-04 | 1 | -1/+1 |
| | |||||
* | Make LLM enhancements optional | Vika | 2024-09-04 | 1 | -0/+4 |
| | |||||
* | Smart Summary is now working! | Vika | 2024-09-04 | 1 | -0/+1 |
| | | | | | | | | | There's no preferences dialog, so you can't really adjust the prompt or the model it uses. The default settings work well for me. You may want to tweak them depending on your model preferences and compute budget. (Not many can afford to run Llama3-8B at high quantization. Conversely, you might have a better GPU than me and wish to run a 27B model or bigger.) | ||||
* | Remove libpanel dependency | Vika | 2024-09-04 | 1 | -1/+1 |
| | |||||
* | Bring in gettext and related tools | Vika | 2024-08-28 | 1 | -0/+1 |
| | | | | xtr is better at extracting translatables from Rust than xgettext is. | ||||
* | Proper main menu icon | Vika | 2024-08-25 | 1 | -0/+1 |
| | |||||
* | Add license | Vika | 2024-08-25 | 1 | -0/+2 |
| | |||||
* | Send posts made in the post composer | Vika | 2024-08-20 | 1 | -0/+9 |
| | |||||
* | Initial Nix & Cargo boilerplate for a Relm4 project | Vika | 2024-08-19 | 1 | -0/+15 |