* First version of URL builder (#3)
* Updated API docs
* Added option for default notification service (#56)
* Added support for args in URL Builder (#3)
* Added regex checks in URL builder (#3)
* Added test button when adding notification service
* Updated API docs
* Added recurring reminders on week days (#55)
* Updated API docs
I accidentally committed half of the code for the new URL builder a long time ago, breaking the old method of adding a notification service. Making the URL builder is taking a lot longer than expected, so instead of leaving it broken until I complete the URL builder and then making a release, I've decided to fix it to the old way first, make a release and then include the URL builder in the next release. This means that currently there is a lot of JS code that is not being used or is commented out, because it's part of the URL builder that is coming.
If no notification services are setup, clicking the add button on the home page will now redirect you to the notification services page instead of doing nothing.