forget-cancellare-vecchi-toot/CHANGELOG.markdown

180 lines
5.1 KiB
Markdown
Raw Normal View History

2020-09-18 17:00:09 +02:00
## vNEXT
2020-12-29 22:09:45 +01:00
* fix: lowered database impact of a background task
<https://github.com/codl/forget/issue/166>
2020-09-18 17:00:09 +02:00
* fix: wording on "favourited posts" is unclear
<https://github.com/codl/forget/pull/366>
2019-09-13 03:45:56 +02:00
## v2.0.0
Released 2019-09-13
* fix: newer twitter accounts not fetching new posts past the initial historical fetch
2019-09-13 03:45:56 +02:00
<https://github.com/codl/forget/pull/254>
* fix: fetching task not getting rescheduled properly when doing the initial historic fetch
<https://github.com/codl/forget/pull/264>
* BREAKING: disabled tweet archive upload since twitter has dropped support for them
<https://github.com/codl/forget/pull/265>
2019-07-23 04:50:20 +02:00
## v1.6.1
Released 2019-07-23
2019-07-23 02:28:42 +02:00
* increased frequency of refresh jobs
* version number in footer now links to changelog instead of commit log
* updated about page. less negative, more succint, clarifies that forget is not a purging tool
2019-07-11 22:44:30 +02:00
## v1.5.3
Released 2019-07-11
* fix: everything related to mastodon broken because of a typo
2019-07-11 22:36:42 +02:00
## v1.5.2
2019-07-11 22:44:30 +02:00
Released 2019-07-11
2019-07-11 22:36:42 +02:00
* fix: stock user agent when querying mastodon servers
2019-05-02 01:46:52 +02:00
## v1.5.1
Released 2019-05-02
* fix: proxied avatars not working in some environments
* dependency updates
2019-03-15 21:53:12 +01:00
## v1.5.0
Released 2019-03-15
2019-03-11 16:25:15 +01:00
2019-03-11 16:26:41 +01:00
* back off before hitting rate limit on mastodon instances
2019-03-15 21:37:14 +01:00
* tracking of used instances for the login buttons on the front page is now entirely client-side,
avoiding a potential information disclosure vulnerability ([GH-175](https://github.com/codl/forget/issues/175))
2019-03-11 16:26:41 +01:00
* fix: fetch\_acc running multiple copies fetching the same posts
* internals: increased frequency of refresh jobs, decreased frequency of bookkeeping jobs
2019-03-11 16:25:15 +01:00
2019-03-11 03:31:04 +01:00
## v1.4.3
Released 2019-03-11
* documentation improvements
* fix: deadlock when refreshing or deleting from mastodon accounts ([GH-19](https://github.com/codl/forget/issues/19))
* fix: crash in fetch\_acc when user has no posts
* fix: not backing off if something crashes in refresh\_account
* fix: crashes when trying to refresh but no accounts have been created yet
2018-11-30 03:25:24 +01:00
## v1.4.2
2019-02-24 16:45:51 +01:00
Released 2019-02-24
* fix: implemented a more robust fetching algorithm, which should prevent accounts getting stuck with only a fraction of their posts fetched ([GH-13](https://github.com/codl/forget/issues/13))
2019-02-24 00:44:47 +01:00
* fix: picture tags having an extra comma
* fix: outdated joke in about page
2019-02-24 16:31:57 +01:00
* fix: posts' status not getting refreshed (ie whether or not they were faved, or deleted externally)
2018-11-30 03:25:24 +01:00
* internals: removed `x-` prefix from custom headers, as per [section 8.3.1 of RFC7231](https://httpwg.org/specs/rfc7231.html#considerations.for.new.header.fields)
2018-10-29 21:00:18 +01:00
## v1.4.1 (security update)
2018-10-29 22:07:48 +01:00
Released 2018-10-29
2018-10-29 21:00:18 +01:00
* updated requests to 2.20.0 ([CVE-2018-18074](https://nvd.nist.gov/vuln/detail/CVE-2018-18074))
2018-10-06 01:36:29 +02:00
## v1.4.0
2018-10-06 02:21:41 +02:00
Released 2018-10-06
2018-10-06 01:36:29 +02:00
* added warning when it looks like an archive is a full "Your Twitter data" archive
2018-07-06 09:38:52 +02:00
## v1.3.0
Released 2018-07-06
2018-07-06 01:48:33 +02:00
* implement exponential backoff
2018-05-08 00:52:18 +02:00
## v1.2.1
Released 2018-05-08
* limit number of log-in buttons to 5, and show up to 5 known instances
2018-05-08 00:26:09 +02:00
## v1.2.0
Released 2018-05-08
2019-02-24 13:27:23 +01:00
* remember a user's mastodon instances and let them log in in one click ([GH-36](https://github.com/codl/forget/issues/36))
2018-05-08 00:26:09 +02:00
2018-04-25 15:14:24 +02:00
## v1.1.3
Released 2018-04-25
* made radio strips more accessible
* unified button looks
* updated and cleaned up markup in README
2018-04-25 08:32:48 +02:00
## v1.1.2
Released 2018-04-25
* fixed crash when saving settings with JS disabled
2018-04-19 16:56:50 +02:00
## v1.1.1
Released 2018-04-19
2018-02-03 17:55:23 +01:00
* rewrote post-receive hook so it would play nice with versioneer
2018-01-31 23:27:23 +01:00
## v1.1.0
Released 2018-01-31
* three types of policies are now available for favs and media (keep only, delete only, ignore)
* a new input type was introduced to avoid having messy inline radio buttons
* sentry js init file now has 1 hour of caching
* fav and reblog count are now stored, for GH-7
* GH-17 reblogs are deleted regardless of media and favs
* mastodon instance popularity scoring has been simplified
2017-11-13 01:15:03 +01:00
## v1.0.0
2017-11-13 01:13:43 +01:00
* image proxy now respects max-age from cache-control header
* image proxy now stores a handful of whitelisted headers
* privacy policy moved to its own page
* only one copy of each task+args can run at once
* fix Error returning to forget after cancelling authorization #14
* a whole lot of trying to not hit rate limits
* removed flask-limiter
* a whole buncha minor changes and fixes that i don't remember because i'm writing this after the fact 🤷
## v0.0.10
2017-09-17 19:25:10 +02:00
* a test suite (it only tests libbrotli for now)
* an image proxy for those avatars that are served over http not https
* show a message to the user when their account has been
administratively disabled to explain why
* whjole lot of quality of life improvements
* whole lot of bug fixes
* some stylistic changes
2017-08-31 23:19:54 +02:00
## v0.0.9
* logged in page now shows time of last delete and next delete
* enabling/disabling doesnt require a refresh anymore
* security enhancements (A+ on moz observatory binchhhhh)
* bug fixes etc
2017-08-27 12:40:13 +02:00
## v0.0.8
* quick log-in buttons for popular mastodon instances
* add csrf tokens
* bug fixes
2017-08-20 18:21:49 +02:00
## v0.0.7
* add option for mastodon users to preserve direct messages (enabled by default)
* removed storing the posts' bodies. it was convenient for debugging early on but now it's kinda iffy privacy wise
* various fixes for mastodon
## before v0.0.7
idk