summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* make sure that a url isnt in cache or hits a triggermsglm2023-02-151-1/+1
|
* when erroring when getting rss feed, the program now waitsmsglm2023-02-151-1/+2
|
* release 1.0.5v1.0.5msglm2023-02-141-36/+33
| | | | | | | | | | | | Trigger words discard much earlier using the job name in the URL, increasing stability and speed. deprecated old way of parsing urls for nim's uri library for readability's sake. longer waiting times for both rss feeds and opening URLs. cache no longer is overwritten on start up
* make indeed watcher sleep more oftenmsglm2023-02-141-3/+3
|
* make cache not override on start upmsglm2023-02-141-2/+2
|
* 1.0.4 improvementsv1.0.4msglm2023-02-051-13/+25
| | | | | | | | Fixed cache system Fixed Company names not appearing vastly simplified the cache system improved stability Version Bump
* some small debugging stuffmsglm2023-01-241-0/+2
|
* program saves to cache more oftenmsglm2023-01-241-2/+4
|
* spruced up the retry feature for slower connections and better stabilityv1.0.2msglm2023-01-231-9/+22
|
* remove retry system that bogs slower connectionsmsglm2023-01-221-14/+7
|
* 4 big improvementsmsglm2023-01-111-20/+62
| | | | | | | config, if it doesn't exist, is created cache, if it doesn't exist, is created nimble build system added you can now blacklist words from job titles
* oops forgot arrays indexed at 0 for a momentmsglm2023-01-111-11/+14
|
* cache system actually works nowmsglm2023-01-111-69/+79
|
* latex stuff added; probably going to removemsglm2023-01-112-8/+72
|
* design and data retreieval doneYour Name2022-12-252-0/+22