d7m.tg | א D7
ChangeLog


June 3, 2020, 11:23 AM

 Added new Reverse Text program.
 Split the Remove Niqqud and Latin to Hebrew programs.
 Revamped the entire Copy to Clipboard underlying functionality.
 Added tooltips by utilizing tippy.js.
 Major redesign of input and output textboxes and overall feel.


May 27, 2020, 11:23 AM

 Uploaded to new domain.


May 22, 2018, 1:01 AM

 Color theme has been changed to Lime.
 Added a 404 page.
 Got an SSL certificate.
 Added a description page.


May 21, 2018, 11:10 PM

 Redesigned the header.
 Removed the logo.
 Changed the Copy to Clipboard functionality, that onlick() of the output it runs the document.execCommand("copy"); function.
 Switched the font to a more uniform "Miriam Libre", from Google Fonts.


May 18, 2018, 5:51 PM

 Added Copy to Clipboard functionality, by adding an input element, that onlick() gets the output data, selects it, and runs a document.execCommand("copy");.
 Fixed the issue with long blocks of text overflowing out of the page, with word-wrap: break-word;
 The layout on mobile has an issue, that the button laps over the logo. Needs to be fixed, after Yom Tov.


May 18, 2018, 2:42 PM

 Added 50px to the padding-top of the input, before that, in some mobile browsers, the logo overlapped the input.


May 18, 2018, 2:28 PM

 Log has been made public.


May 18, 2018, 1:02 PM

 Added the method toLowerCase(), so now you can paste in lowercase text and it still works.


May 17, 2018, 10:02 PM

 Removed the buttons, made both functions to run onkeyup().


May 17, 2018, 9:12 PM

 Added the viewport meta tag, and set it to width=device-width, initial-scale=1>, in order to make it more mobile friendly.


May 17, 2018, 8:32 PM

 Added functionality to convert Latin charachters to Hebrew ones, with a seperate button for that.


May 12, 2018, 2:41 AM

 Site was released, with only Niqqud-removing supported, with a button needed to function.