Commit Graph

827 Commits

Author SHA1 Message Date
n1474335 cc44fe6557 7.7.3 2018-02-16 13:33:41 +00:00
n1474335 5b1ac3de18 Reduced byte length in 'Unescape Unicode Characters' 2018-02-16 13:33:33 +00:00
n1474335 5a2a649d8e 7.7.2 2018-02-15 13:41:17 +00:00
n1474335 1aef193b40 Fixed file loading error message 2018-02-15 13:41:13 +00:00
n1474335 750fa45c04 7.7.1 2018-02-14 10:34:14 +00:00
n1474335 50f2819699 OR now calls the correct function instead of duplicating XOR. Closes #243. 2018-02-14 10:34:08 +00:00
n1474335 ab55b91da1 7.7.0 2018-02-13 15:51:45 +00:00
n1474335 59f7774964 Merge branch 'feature-xkcd-rand' 2018-02-13 15:51:02 +00:00
n1474335 b5eb44af9f When highlighting operation descriptions in search results, HTML tags are now ignored. 2018-02-13 15:43:55 +00:00
n1474335 8518fa67f2 Added 'XKCD Random Number' operation 2018-02-13 15:05:55 +00:00
n1474335 f6b68f9880 Increased file overlay slice to 4096 for larger screen support 2018-02-12 13:57:01 +00:00
n1474335 f6b2783f8b File overlays now show a blurred representation of the file in the background. 2018-02-09 16:26:39 +00:00
n1474335 078849041f 7.6.3 2018-01-26 19:14:15 +00:00
n1474335 1c711f5e03 Updated dependencies 2018-01-26 19:14:05 +00:00
n1474335 614af0602a 7.6.2 2018-01-25 18:41:53 +00:00
n1474335 e55cfe0bc1 Fixed 'Syntax highlighter' operation. Using highlight.js instead of google-code-prettify. 2018-01-25 18:41:47 +00:00
n1474335 2b703b2b9b HTML outputs are now unescaped correctly when converted to a string 2018-01-25 16:25:19 +00:00
n1474335 170feaaff2 7.6.1 2018-01-25 14:03:19 +00:00
n1474335 870c2b6d8b Fixed deep copy bug with Fork/Register ingredient values. 2018-01-25 14:03:13 +00:00
n1474335 eee8b7db56 Fixed dispatchEvent call in recipe loading chain. 2018-01-25 13:46:06 +00:00
n1474335 3c669a075e 7.6.0 2018-01-25 13:45:05 +00:00
n1474335 f528930ad2 Added 'Sleep' operation. 2018-01-25 13:44:39 +00:00
n1474335 231322eddf 7.5.6 2018-01-24 16:54:42 +00:00
n1474335 8e6763c165 'Register' and 'Fork' now play well together. 2018-01-24 16:54:37 +00:00
n1474335 f091918575 7.5.5 2018-01-24 15:50:10 +00:00
n1474335 bb077c87b3 'Extract file paths' operation now handles 8.3 windows file paths correctly. 2018-01-24 15:50:05 +00:00
n1474335 fe8f8bc712 Setting a text value in the input now closes any open files. 2018-01-22 19:58:21 +00:00
n1474335 abe87830cd Operation tooltips now disappear if you hover over them while dragging an opertion. 2018-01-22 17:51:04 +00:00
n1474335 7490651a06 7.5.4 2018-01-22 17:10:02 +00:00
n1474335 6220128a74 Fixed delimiter options in StrUtils. Closes #238. 2018-01-22 17:09:58 +00:00
n1474335 ec205f4f7d 7.5.3 2018-01-18 19:53:01 +00:00
n1474335 512487328d Fixed bugs in pretty recipe format generation 2018-01-18 18:35:17 +00:00
n1474335 6fbb2f26d1 7.5.2 2018-01-18 15:27:26 +00:00
n1474335 c91bfeaa81 Merge branch 'qistoph-SplitAndJoin' 2018-01-18 15:26:34 +00:00
n1474335 aa2b3b2843 Changed order of split delimiters, placing comma first. 2018-01-18 15:26:09 +00:00
Chris van Marle 90d8be48d4 Make Split more flexible so it can be used to join 2018-01-17 15:52:25 +01:00
n1474335 aa6890432c 7.5.1 2018-01-12 23:59:03 +00:00
n1474335 192d0ed8a6 Merge branch 'feature-unicode-strings' 2018-01-12 23:57:20 +00:00
n1474335 fff188eb30 Merged master into feature-unicode-strings 2018-01-12 23:57:02 +00:00
n1474335 71067939e3 Added Regex tests and updated description 2018-01-12 23:51:51 +00:00
n1474335 b07c014b48 Added more modifiers to the Regex operation 2018-01-12 23:42:48 +00:00
n1474335 f2c073798b 'Strings' now supports various different match types in ASCII and Unicode 2018-01-12 23:09:27 +00:00
n1474335 4cc38db895 Added documentation. 2018-01-12 22:14:06 +00:00
n1474335 2762319dbb 7.5.0 2018-01-12 18:29:10 +00:00
n1474335 8e5d43dfa8 Merge branch 'feature-hamming' 2018-01-12 18:28:55 +00:00
n1474335 82ad8cc444 BigNumber Dish types are now converted to fixed notation instead of exponential when translated between types 2018-01-12 18:28:40 +00:00
n1474335 1d6bf39548 Added 'Hamming Distance' operation. 2018-01-12 18:17:28 +00:00
n1474335 ec02b7deda Regexes are now checked for 0-length matches and incremented manually to avoid infinite loops 2018-01-10 19:44:25 +00:00
n1474335 fa938f832f Fixed IE 11 detection so that support message is correctly shown. 2018-01-10 18:38:17 +00:00
n1474335 6f59d9217c Changed 'Number' option to 'Integer' in PRNG op 2018-01-06 17:01:01 +00:00