Skip to content

Releases: YuriyCherniy/lzy.su

v2.0.0

26 Jan 21:51
Compare
Choose a tag to compare
  • Django updated to 5.0.1 release
  • Updated all dependencies to the latest releases in requirements.txt
  • Removed django-admin-honeypot app
  • Updated README.md
  • Minor code style changes

v1.6.0

26 Jan 21:41
Compare
Choose a tag to compare
  • Improved forbidden domain system
  • Improved UrlCreate and UrlCreateByForm views
  • Added some tests
  • Fixed some tests

v1.5.0

26 Mar 20:57
Compare
Choose a tag to compare
  • Added boolean field is_lazy to Url model to track which way a user chooses to make a short URL
  • Minor changes

v1.4.0

27 Feb 20:31
Compare
Choose a tag to compare
  • Added an intermediate page with redirect warning message for user security reason
  • Added click counter on the long target URL on the intermediate page
  • minor changes

v1.3.0

18 Feb 19:39
Compare
Choose a tag to compare
  • Added ability to use SQLite database instead of Postgres
  • Added Russian localization to README
  • Simplified README instructions to run local development

v1.2.1

10 Feb 07:31
Compare
Choose a tag to compare
  • minor changes

v1.2.0

14 Jan 18:02
Compare
Choose a tag to compare
  • added terms of use
  • improved index.html template, IndexView and UrlCreateByForm
  • removed storing user ip
  • minor changes

v1.1.0

09 Aug 21:00
Compare
Choose a tag to compare
  • added forbidding domain functionality
  • passwords are stored in encrypted form
  • improved LzyURLValidator
  • hashids module installd using pip

v1.0.1

08 Aug 21:45
Compare
Choose a tag to compare

First release

23 Jul 19:59
Compare
Choose a tag to compare
v1.0.0

fixed SECURE_HSTS_SECONDS value for prodaction