Skip to content

Releases: RomanVassilchenko/simple-url-shortener

Release v1.2.0: Advanced options and a lot of fixes

26 Sep 18:53
5851d05
Compare
Choose a tag to compare

Changes:

  • Add an advanced option for custom aliases
  • Fixes of colours on the website
  • Add Google Analytics
  • Minor changes in frontend & backend

Release v1.1.2: Web interface Fixes and Backend improvements

11 Sep 10:44
a5d8a9f
Compare
Choose a tag to compare

Changes:

Fix: Removed creation of multiple links. It is now impossible to create a link to sus.kz (return an error for both HTTP and HTTPS)
Fix: Right now you can write your URL without HTTP/HTTPS and it will not return any errors

Release v1.1.0: Web interface for Simple URL shortener

11 Sep 07:56
023aa28
Compare
Choose a tag to compare

Changes:

  1. Added static folder, which contains new web interface to add new URLs (big thanks to @vadimvalov and @SaraUlan)
  2. Changed API and now DELETE and POST Requests are using root URL (before it was /url)
  3. Added Handle to use static files in main.go
  4. Added .gitignore for website
  5. Added greeting.go file, which redirect users from / request to the website

Release v1.0.4

25 Aug 11:05
a43dd98
Compare
Choose a tag to compare

Pre-release version for v1.1.0 with Telegram Bot

MVP Release v1.0.3

22 Aug 11:19
04e93ef
Compare
Choose a tag to compare

First MVP Production release of simple-url-shortener v1.0.3
Bug fixes:

  • Fix errors with deployment