Skip to content

Releases: stickerboy/convrtrjs

v1.20.0

19 Dec 23:14
8d0905c
Compare
Choose a tag to compare

New features

Smithy code

  • Incorporates the Fibonacci sequence into the keyword using in encryption/decryption, to make an interesting cipher. Was initially used in The Da Vinci Code copyright case, hidden inside court documentation.

image

v1.19.0

04 Dec 00:19
e7ad318
Compare
Choose a tag to compare

New features

Color generator

  • Generates hex colors from a given string of data, displayed as both a list of hex colors and visually as blocks of colors. Padding is used to add extra characters, in the event the hex colors can't make up to 6 characters. You can hover over each block to get the hex color of the block, or copy/download all the colors.

image

v1.18.0

28 Nov 01:56
d0fb953
Compare
Choose a tag to compare

New features

Periodic elements

An interactive grid of periodic elements, presented as buttons. Clicking on a button will display information about that element into a table below. A dropdown is available to filter the available elements by various properties, like blocks, periods, groups and phases.

image

image

Changes

  • Added correct attributions for use of elements JSON data

v1.17.11

25 Nov 16:09
43755bb
Compare
Choose a tag to compare

Changes

  • Added max height and scrollbar to the results areas, in the event of large amounts of data
  • Justified text on results panel (looks neater)

Bug fixes

  • Fixed an issue with styling on hex frequency generation: minimum size was missing from standard 2-character frequencies

v1.17.10

25 Nov 02:43
d00fcd9
Compare
Choose a tag to compare

New features

  • Added ability to preserve spaces in Text tools (only applicable to certain tools)

Bug fixes

  • Fixed an issue that removed "stripallwhitespace" from the tool and prevented it from working

v1.17.9

25 Nov 00:03
5a75ded
Compare
Choose a tag to compare

Changes

  • Overhauled many functions for better readability, easier maintenance and future updates. Simplified some and improved the overall performance/efficiency of others
  • Add a default value to hex shift

Bug fixes

  • Fixed a bug with hex shifts, where the shift value was being parsed as a string instead of a number giving incorrect results

v1.17.8

23 Nov 02:35
4a1cca3
Compare
Choose a tag to compare

New features

  • Added additional Text tool to strip all whitespace from a string (this will include things like tabs and newlines)

Changes

  • Added better support for multibyte conversions when converting to and from hex, and when shifting hex strings
  • Added better support for multibyte conversions when converting to and from binary strings
  • Replaced ord() function with a much simpler solution using TextEncoder
  • Improvements and simplifications to various functions
  • Adding some checks around event listeners to make sure events only fire when they have something to fire on

Bug fixes

  • Fixed an issue where image generation would generate an embeddable image tag, but no longer generate a downloadable image file

v1.17.5

21 Nov 09:32
02556e7
Compare
Choose a tag to compare

Security

Changes

  • Removed rounded borders from dropdown buttons in the navbar

Bug fixes

  • Fixed heading structure when the sidebar is open: swapped H5 for H1 with a class
  • Fixed erroneous double quote in the sidebar
  • Fixed colour contrast issue with secondary buttons
  • Accessibility fix: Ensure that certain button icons are hidden where appropriate and that correct labels are set

v1.17.4

19 Nov 16:53
3e67f26
Compare
Choose a tag to compare

New features

  • Added a Sitemap page: an easy-to-read overview of all sections on the site

image

Changes

  • Made internal changes to automatically include new sections on each page, including any necessary JS assets. As a result, the sort order for all nav items (both in the nav and on each page) has changed to alphabetical
  • Increased font size for sidebar/nav headings and spaced out sub-links a little more

Bug fixes

  • Fixed an issue where data could not be cleared on the ONI tools page
  • Increased padding on the 'back to top' button to pass size requirements
  • Fixed background color on bg-convrtr that is used for toast success messages

v1.17.3

18 Nov 00:00
f77824d
Compare
Choose a tag to compare

Changes

  • Updated error handling for multiple fields, including strict character matching and improved messaging
  • Exposed error toast messages for various key fields

Bug fixes

  • Fixed bug with accessing ROT cipher results before it's available