From 33102094014c396185f57453a4740d3b81314717 Mon Sep 17 00:00:00 2001 From: Allie Crevier Date: Fri, 5 Jul 2019 10:57:42 -0700 Subject: [PATCH] backfill changelog entries --- MANIFEST.in | 3 ++- changelog.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ac0e29fcb..afc1809d9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ include build-requirements.txt include requirements.txt include README.md include LICENSE +include changelog.md include setup.py include files/alembic.ini include files/client.ini @@ -10,6 +11,6 @@ include files/securedrop-client.desktop recursive-include alembic * recursive-include securedrop_client * - + recursive-exclude alembic *.pyc recursive-exclude securedrop_client *.pyc diff --git a/changelog.md b/changelog.md index 825c32f0d..422dfba6e 100644 --- a/changelog.md +++ b/changelog.md @@ -1 +1,61 @@ # Changelog + +## 0.0.8 + + * Update SDK to 0.0.10, urllib to 1.24.3, and SQLAlchemy to 1.3.3 (#424) + * Remove pipenv in favor of pip-tools (#372) + +## 0.0.7 + + * Update securedrop-sdk to 0.0.8 (#357) + +## 0.0.6 + + * Long lived threads are now de-authenticated on logout (#179) + * updated requirements based on newly built wheels (#177) + * Application no longer crashes when source collection is deleted on web + interface (#176) + * Improved input validation for login panel (#169) + * Delete submissions on disk when deleted from server (#168) + * Escape HTML in messages (#164) + * Source list displayed by last_updated value (#158) + * Show attachment icon when document count is greater than zero (#157) + * Disable refresh when API call in progress (#154) + * Fix crash in offline mode (#150) + * Developer environment fixes (#148, #149, #152) + +## 0.0.5-1 + + * Package updated to apt-test-qubes did not include securedrop-sdk 0.4 + +## 0.0.5 + + * Standardize dev env (#145) + * Update securedrop-proxy to 0.0.4 + +## 0.0.4 + + * Adds .desktop shortcut. + +## 0.0.3 + + * Fix and squash migrations (#129). + * Don't hide two factor code while typing (#131). + * Remove placeholder text from source list (#134). + +## 0.0.2-1 + + * Resolves venv paths in generated scripts (via dh-virtualenv) + +## 0.0.2 + + * Enable decryption and viewing of replies (#114). + * Enable decryption and viewing of messages (#99). + * Enable decryption and opening of files in a DispVM (#113). + * Add status bar on bottom of application (#65). + * Prevent concurrent application launches (#54). + * Enable starring/unstarring of sources (#50). + +## 0.0.1 + + * Initial release.