Commits
- Commit:
4443c9574543ad11d1e2ea067f7b0a8ba20e7313- From:
- witcher <witcher@wiredspace.de>
- Date:
chore: Bump version
- Commit:
daff78d13c4be8c178eed2b34ca07cfb16ea5a70- From:
- witcher <witcher@wiredspace.de>
- Date:
fix: Show URL of failed request
Implements: https://todo.sr.ht/~witcher/rss-email/27
Implements: https://todo.sr.ht/~witcher/rss-email/26
- Commit:
c78d7af3acd6f2ab3cb7c4fb8a8ddf39a5216e4a- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: build on archlinux instead
Using rust on alpine is a pain, so just build on Arch Linux instead
- Commit:
308fd22746177b9f540aab367f27f30a0a7d68e3- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: add cargo
- Commit:
f2845d0c45d25f3c6c02c2c9da4fc5542fc8209b- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: reorder tasks, remove release mode builds
Release mode builds are not necessary anymore as no artifacts are published.
Helps CI load.
Additionally, no docs are built either for the same reason.
- Commit:
35b8fa9dd6ad85c5a23e38f511f5af6678b5cd25- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: avoid tests, don't upload artifacts
No tests presently exist for this package, so take some load off CI by
removing running tests entirely
- Commit:
db2d759afc549523695f5bcca317622398e87599- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: use upstream rust package
- Commit:
95ad706fd84e7adc63e34223fa03b7d5066bee29- From:
- witcher <witcher@wiredspace.de>
- Date:
chore(cog): introduce cog
cocogitto, with its binary `cog`, helps in me not messing any bumps in releases
up anymore.
In addition, all new tags, starting with the next version, now have a `v`
prefix.
https://github.com/cocogitto/cocogitto/
- Commit:
3f4b3d0f445f4ab891a413c7544aa0c6e9b8fb3b- From:
- witcher <witcher@wiredspace.de>
- Date:
CI: yuck, misspelled LICENSE *again*
- Commit:
e4ac99f14681f35e8e5e0b4818b9e1475695a45a- From:
- witcher <witcher@wiredspace.de>
- Date:
CI: Build with stable compiler
- Commit:
484fca2a09ee896f7a44e1d154382c418aa56eaf- From:
- witcher <witcher@wiredspace.de>
- Date:
CI: Fix misspelling to add LICENSE to tarball
- Commit:
ee85b57d8b907737e39eaaeafc729611263cf224- From:
- witcher <witcher@wiredspace.de>
- Date:
Add more clippy lints and make clippy happy :)
- Commit:
db9db34540318a2a30adac65e9f5eda9bcbb8f26- From:
- witcher <witcher@wiredspace.de>
- Date:
Build CI in release mode for publishing artifacts
- Commit:
71face450cbe5420c2aeb24477b706d95f75be2f- From:
- witcher <witcher@wiredspace.de>
- Date:
Bump version to 0.4.1
The version number in Cargo.toml was not updated from 0.3.0 to 0.4.0 in
the 0.4.0 release, this is "fixed" with a new patch release bumping the
version.
- Commit:
238b9884195442e7e6475d3d8a0772823f1fc619- From:
- witcher <witcher@wiredspace.de>
- Date:
Add release artifacts to CI
- Commit:
56324d742869f6d7b8fd700161c98278655e4fad- From:
- witcher <witcher@wiredspace.de>
- Date:
Fix outdated default path for cache
- Commit:
d280a1dc09aeb9e45a569a9c3c60e203fa397a0d- From:
- witcher <witcher@wiredspace.de>
- Date:
Specify RSS and Atom support in man page
- Commit:
f931592c6893feb74ada3d43ecee5d4a2f3353d3- From:
- witcher <witcher@wiredspace.de>
- Date:
Add `--no-fetch` to skip fetching feeds
Implements: https://todo.sr.ht/~witcher/rss-email/20
- Commit:
38d37de2f174a9f5f7bc79467d34f4fbe7a91e8d- From:
- witcher <witcher@wiredspace.de>
- Date:
Move `cache.db` to proper xdg dir
Implements: https://todo.sr.ht/~witcher/rss-email/22
- Commit:
95b898ec29b08e1344a01d1d693dc0068fb166f2- From:
- witcher <witcher@wiredspace.de>
- Date:
Fix spelling of `sqlx-cli`
- Commit:
8174009a821e5340485f8e0fe5736027147f1c62- From:
- witcher <witcher@wiredspace.de>
- Date:
Replace env_logger with simple_logger
With simple_logger the logging level can bet set with an argument
instead of relying on an environment variable. This enables the command
line flag `-v` for specifying the logging level, which is a little more
ergonomic than an environment variable.
- Commit:
55c6cbf79df0b49e557cab18d15ebdc952243d7d- From:
- witcher <witcher@wiredspace.de>
- Date:
Enable config file attributes on command line
All possible configuration file attributes can be given on the command
line instead and, if all have been given, no configuration file is
needed for the program to run.
Implements: https://todo.sr.ht/~witcher/rss-email/24
References: https://todo.sr.ht/~witcher/rss-email/13
- Commit:
53515ec93f87219808a6d2bcbe9416f30d235cb0- From:
- witcher <witcher@wiredspace.de>
- Date:
Don't create config folder by default
- Commit:
72c999365c60eaa762a71a50f16e40b61896913e- From:
- witcher <witcher@wiredspace.de>
- Date:
Read clap command line info from Cargo.toml
- Commit:
5c16381767852c8b16b1554ba983eaaeb95c47c3- From:
- witcher <witcher@wiredspace.de>
- Date:
Extend Cargo.toml with more attributes
