Main Links
Sets Draw Type Main Gallery
Finally, after a long day of thinking, I decided to add Markdown to the typing page.
We now support;
Headers;
#
##
###
Bold;
**
Italic;
__
Bold-Italic;
**__ or __**
However, in order to use them, old users will need to re-write their fonts
so we can actually save the bold, italic, and bold-italic fonts in our databases.
But, if it is for exporting, then the users do not need to do that.
We allow the exporting of Bold, Italic, and Bold-Italic fonts, purely based off of your regular drawn fonts. The difference is too much to explain here, but basically we have found a way to convert the svgs to italic, bold, and bold-italic.
We again, are sorry for everybody who needs to re-draw their font in order to use markdown.
A Major Auth fix was fixed quickly after discovery, to stay transparent I will explain what is was.
The issue was, that within the reset password API, the check for the old password was not done, meaning, that in order to change your password, you did not have to know your current password. This is a MAJOR SECURITY FLAW, and will not happen again. I have read through the rest of my code, and made sure that something like this will not happen again.
Again, I am sorry, this should not have been the case.
This was it, for todays news, we will see you in the next one!