Bian Jiaping
4833135f87
container source plugin supports watching update of a specified tag ( #243 )
...
container source plugin supports watching update of a specified tag. Resolve #241
2023-12-02 23:45:25 +08:00
Daniel Peukert
592b4a4f6b
update docs for sparkle
2023-10-18 02:03:10 +02:00
lilydjwg
b8c0e8a6b3
still fix readthedocs
...
[skip ci]
2023-08-26 11:54:02 +08:00
lilydjwg
efc99cb791
add .readthedocs.yaml
...
https://blog.readthedocs.com/migrate-configuration-v2/
[skip ci]
2023-08-26 11:46:24 +08:00
Daniel Peukert
5052d82550
github: implement option to include prereleases
2023-08-25 23:23:30 +02:00
lilydjwg
5a972cd0d0
alpm: community repo is gone
2023-06-29 14:03:03 +08:00
lilydjwg
d3603fcee8
better documentation on optional dependencies
...
fixes #225 .
[skip ci]
2023-06-02 00:43:49 +08:00
Pekka Ristola
8157e08b59
Add alpmfiles source
...
Rewritten from the `archfiles` source in archlinuxcn/lilac
2023-05-31 21:29:17 +03:00
Felix Yan
34e87db8f9
Use tomllib on Python 3.11+
...
Fallback to tomli for compatibility with older Python.
2023-05-08 10:52:27 +03:00
Alexandru Fikl
8366e519d6
port from deprecated appdirs to platformdirs
2023-02-01 17:15:15 +02:00
lilydjwg
fad7cf631d
Merge remote-tracking branch 'origin/pr/212'
...
Conflicts:
setup.cfg
setup.py
2022-11-20 13:42:22 +08:00
lilydjwg
8ca78f7445
docs: update about default git branch.
...
[skip ci]
2022-11-08 20:57:10 +08:00
Chih-Hsuan Yen
51ffbbdf61
Fix docs warnings
...
usage.rst:886: (WARNING/2) Title underline too short.
Check Visual Studio Code Marketplace
~~~~~~~~~~~~~~~
usage.rst:886: (WARNING/2) Title underline too short.
Check Visual Studio Code Marketplace
~~~~~~~~~~~~~~~
2022-10-29 14:20:07 +08:00
Moody Liu
dada15505c
doc: separate 'repo' and 'repos' for alpm source
2022-08-21 15:29:07 +01:00
Moody Liu
706952609e
update alpm documentation: repos
2022-08-21 14:54:34 +01:00
lilydjwg
ffe84cae08
add support for using awesomeversion to compare versions
2022-06-05 14:31:54 +08:00
lilydjwg
f2aa4cad20
fix typos
2022-04-21 17:16:34 +08:00
Chih-Hsuan Yen
c15e9b7576
android-sdk improvements
...
* Returns all matched versions to support list options
* Don't hard-code the host OS
* Document the default of `channel`
2022-04-02 11:53:27 +08:00
Dusk Banks
8b929322cb
defensively fix reStructuredText syntax
...
a ` : ` (space, colon, space) like that can be confused for a definition
list classifier, especially in a definition list, so prefer to
backslash-escape the colon.
see the "reStructedText Markup Specification",
section "Syntax Details" > "Body Elements" > "Definition Lists".
2022-02-22 21:51:47 -08:00
Pekka Ristola
e03023bd6c
add CRAN support
2022-02-22 19:06:15 +02:00
Alexandru Fikl
4bf2755b0e
bitbucket: use 'fields' query to restrict returned fields
2022-02-06 10:17:49 -06:00
Alexandru Fikl
a8228bb594
bitbucket: use querying and sorting for improved tag search
2022-02-04 10:31:41 -06:00
lilydjwg
5e60a1dc86
replace the toml library with tomli
2021-12-29 16:36:23 +08:00
lilydjwg
f8be3e7418
doc: \ in `` `` should not be escaped
...
Vim syntax has an error with this.
[skip ci]
2021-11-02 11:23:03 +08:00
lilydjwg
e93f91af57
doc: remove an erroneous `
...
[skip ci]
2021-11-02 11:20:41 +08:00
lilydjwg
d24f64a4f0
doc: update example to use toml syntax
...
fixes #204 .
[skip ci]
2021-11-02 11:11:55 +08:00
Yichao Yu
c43d4e900f
Support HTTP POST request in the htmlparser and regex source
...
Example:
source = "regex"
regex = "spcm_linux_libs_v[0-9a-zA-Z]*"
url = "https://spectrum-instrumentation.com/spcm_downloads_downloads_ajax "
post_data = "series%5B%5D=273&families%5B%5D=475"
2021-09-07 00:40:23 -04:00
lilydjwg
494c4ddf67
alpm: make `repo` option optional
2021-07-25 19:38:26 +08:00
lilydjwg
11aea624e6
update docs about parse_version
...
[skip ci]
2021-07-18 21:20:20 +08:00
Th3Whit3Wolf
25d7a7498d
Add Visual Studio Code Marketplace
2021-07-14 22:45:13 +08:00
Th3Whit3Wolf
ad2dc19415
Add OpenVSX source
2021-07-14 13:05:45 +01:00
lilydjwg
f8dd1a4212
docs: add an inline sample config
...
also fix the code block display
2021-07-01 19:38:17 +08:00
Sergey A
822eb76a1c
Docs: add sample keyfile.toml
2021-07-01 10:46:14 +03:00
lilydjwg
92e422c726
add doc for the cratesio source
...
closes #192
[skip ci]
2021-07-01 15:04:56 +08:00
lilydjwg
4c4b770c27
docs: clarify behavior when `from_pattern` is not matched
...
[skip ci]
2021-06-24 11:18:35 +08:00
lilydjwg
ffaca8c949
option to not verify HTTPS certificate
...
fixes #190 .
2021-06-23 16:08:47 +08:00
lilydjwg
3eee6480ab
docs: remove trailling space
...
[skip ci]
2021-06-11 16:19:49 +08:00
Maud LAURENT
9deb55806d
Add optional token for regex and httpheader. Add htmlparser source ( #182 )
...
add an httptoken option; add htmlparser with xpath source
Co-authored-by: Maud LAURENT <maud.laurent@eurecia.com>
Co-authored-by: lilydjwg <lilydjwg@gmail.com>
2021-06-11 16:18:39 +08:00
lilydjwg
4033c0b9ba
fix a typo in the docs
...
[skip ci]
2021-06-08 15:11:20 +08:00
lilydjwg
3c2abb01f0
update docs for combiner
...
[skip ci]
2021-06-08 15:07:44 +08:00
lilydjwg
ae506ba9cf
add a combiner source and the underlying mechanism to wait for other entries' results
2021-06-08 14:55:57 +08:00
lilydjwg
8db5c6a938
doc: we may need a newer rtd theme
2021-05-23 17:47:12 +08:00
lilydjwg
c65513b37d
doc: clarify options of the container source
...
See also: https://github.com/lilydjwg/nvchecker/issues/183
2021-05-23 17:38:19 +08:00
lilydjwg
46da41147f
version 2.3
...
update docs for gitlab source.
2021-03-19 13:41:26 +08:00
lilydjwg
27269534d2
update test status badget
2021-02-01 17:43:55 +08:00
lilydjwg
305c329e02
add a httpheader source
...
see #175 for use cases.
2021-01-28 18:05:58 +08:00
Chih-Hsuan Yen
91daf5ad4d
Make the generated man page reproducible
2021-01-17 17:20:10 +08:00
lilydjwg
491a71add7
git source: support fetching commit hash on a branch
2020-12-24 22:01:22 +08:00
DDoSolitary
5622d6d0c1
add ALPM source
2020-11-09 05:07:14 +08:00
lilydjwg
630f41c19b
docs: a missed - -> _ conversion
...
[skip ci]
2020-11-05 00:11:03 +08:00