Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Releases: synzen/MonitoRSS-Clone

1.0.14

13 Aug 00:59
Compare
Choose a tag to compare

Remove mlab from app.json. Database URI must be manually inserted since mlab is being removed from Heroku (https://docs.mlab.com/shutdown-of-heroku-add-on/).

Updated README to reflect the above change

1.0.13

24 Jul 17:49
Compare
Choose a tag to compare

Update settings/config.bot.example.json with configs

config.log.articleDailyChannelLimit (default 0)

1.0.12

23 Jul 19:00
Compare
Choose a tag to compare

Update settings/config.bot.example.json with the configs

config.log.rateLimitHit (default true)
config.bot.exitOnDatabaseDisconnect (default false)
config.bot.userAgent (default "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0")

1.0.10

16 Jun 00:31
Compare
Choose a tag to compare

Added config.database.deliveryRecordsExpire to settings/config.bot.example.json
Added config.feeds.directSubscribers to settings/config.bot.example.json
Updated bot and web

1.0.9

29 May 16:17
Compare
Choose a tag to compare

Updated README instructions for Glitch for easier updates
Added config.bot.runSchedulesOnStart to config.bot.example.json

1.0.8

29 May 13:25
Compare
Choose a tag to compare

Updated packages
Changed node engine to be >=12.16
Updated README (#6)

1.0.7

27 May 14:22
Compare
Choose a tag to compare

Update packages
Add missing configs to config.web.example.json
Fix v6 migration ignoring env variables

1.0.6

27 May 14:21
Compare
Choose a tag to compare

Update packages

1.0.5

27 May 14:20
Compare
Choose a tag to compare

Update packages

1.0.4

23 May 19:08
Compare
Choose a tag to compare

Updated packages
Included instructions for Glitch on README (#4 thanks to @codeinteger6 )