Commit Graph

322 Commits

Author SHA1 Message Date
Ivan Mathy
be0e0abc4a
Removed status 2021-03-15 21:22:52 -05:00
Ivan Mathy
6b954690e7
Promoted sort, added array sorting 2021-03-15 21:22:12 -05:00
Danh Manh
e564c9354e feat: add "Sort JSON" script 2020-09-28 11:32:30 +07:00
Ivan Mathy
51445670f6
Merge pull request #182 from IvanMathy/feat/releaseReadiness2
Feat/release readiness2
2020-09-23 08:31:01 -05:00
Ivan Mathy
928be7fd02
Trying to fix sonar build 2020-09-23 08:26:46 -05:00
Ivan Mathy
85b14e6667
More version bumps 2020-09-23 08:10:05 -05:00
Ivan Mathy
5501ad027a
Version bump 2020-09-21 22:21:22 -05:00
Ivan Mathy
45fdbe48d3
Merge branch 'main' into feat/releaseReadiness2 2020-09-21 19:38:40 -05:00
Ivan Mathy
2c0975ba9e
New icons, cleaned up scripts 2020-09-21 19:36:51 -05:00
Ivan Mathy
7787046624
Merge branch 'main' into feat/releaseReadiness2 2020-09-21 18:52:07 -05:00
Ivan Mathy
ccf80154d5
Merge pull request #181 from felixse/fix-jwt-decode-script
fix JWTDecode.js
2020-09-21 18:51:42 -05:00
Felix Seidl
1387803a52 fix JWTDecode.js 2020-09-21 19:25:45 +02:00
Ivan Mathy
aad8f7544b
Promoted Smart Quotes script 2020-09-20 16:49:23 -05:00
Ivan Mathy
54d6817265
Merge branch 'main' into feat/releaseReadiness2 2020-09-20 16:48:27 -05:00
Ivan Mathy
4f45d92de8
Merge pull request #176 from nhnicwaller/tabs
enable tabbing through script list
2020-09-20 16:30:43 -05:00
Nic Waller
9cb2312165 fix non-compliant name: kVK_Tab
sonarcloud doesn't like this variable name, which is too bad because I copied it from Apple's docs.
2020-09-20 13:12:47 -07:00
Nic Waller
ce5051a3f0 enable tabbing through script list 2020-09-20 12:57:21 -07:00
Ivan Mathy
747df8dd9a
Updated Savannakit 2020-09-20 10:48:57 -05:00
Ivan Mathy
5a0dcea867
Added HTMLEncodeAll 2020-09-20 10:36:25 -05:00
Ivan Mathy
bc323fcfd4
Merge pull request #172 from IvanMathy/feat/charCounter
Fixed character counter
2020-09-20 10:01:36 -05:00
Ivan Mathy
a317879149
Fixed character counter 2020-09-20 09:46:15 -05:00
Ivan Mathy
00f880429b
Merge pull request #166 from deweyx/fix-join-scripts
do proper global replace
2020-09-15 19:56:23 -05:00
Ivan Mathy
79f6ebb980
I went on vacation and didn't commit the last time I did this but I guess it'll be fine 2020-09-15 19:48:59 -05:00
Daniel Welsh
89f88f2653 do proper global replace 2020-09-06 19:47:55 -07:00
Ivan Mathy
832e62ca4a
Merge pull request #162 from KunzManuel/feature/string-conversion-android-ios
Added basic string conversion scripts for Android and iOS localizables
2020-09-03 20:59:38 -05:00
Ivan Mathy
d13e0f7aa2
Merge pull request #165 from tbauer428/replaceSmartQuotes
add a script for replacing Smart Quotes
2020-09-03 20:58:51 -05:00
Ivan Mathy
548345029b
Merge pull request #164 from Bachmann1234/documentNodeMods
Add a guide to using node modules in boop
2020-09-03 20:55:52 -05:00
Thomas Bauer
e619976c3e added a script for replacing smart quotes :^) 2020-08-31 17:58:31 -05:00
Matt Bachmann
bd64d15698
Add a guide to using node modules in boop 2020-08-31 09:09:31 -04:00
Manuel Kunz
b09fc4852b Added basic string conversion scripts for Android and iOS localizables 2020-08-27 17:32:28 +02:00
Ivan Mathy
cb4fa1747a
Promoted sponge case to the standard library 2020-08-23 17:55:00 -05:00
Ivan Mathy
083d55b28b
Added HTML comments back in 2020-08-23 17:36:48 -05:00
Ivan Mathy
63314f3803
Updated Savannakit, lexer 2020-08-23 17:29:51 -05:00
Ivan Mathy
ea375d0d7b
Merge pull request #149 from m0nhawk/fix/position
fix: applicationWillFinishLaunching will prevent Boop from flickering…
2020-08-23 16:55:46 -05:00
Ivan Mathy
fc11f9e936
Merge pull request #146 from jakangah/fix-hash-tag-typo
fix: typo in generate hashtag script
2020-08-19 22:25:17 -05:00
Andrew Prokhorenkov
7149bc261f fix: applicationWillFinishLaunching will prevent Boop from flickering on load 2020-08-15 00:59:14 -05:00
jakangah
338bd6be11 fix: typo in generate hashtag script 2020-08-09 14:37:29 +08:00
Ivan Mathy
2705de2953
Removed duplicate, fixed sonar errors 2020-08-03 23:12:15 -05:00
Ivan Mathy
fbf5543717
Merge pull request #140 from codepo8/main
Added List to HTML and Derpify.js
2020-08-03 22:58:55 -05:00
Ivan Mathy
4699c7a6cb
Merge pull request #142 from RBogie/feature/Script_PhpUnserialize
Add PhpUnserialize script
2020-08-03 22:25:21 -05:00
Ivan Mathy
0d864a53c1
Merge pull request #125 from armandsalle/patch-1
Create generateHashatg.js
2020-08-03 22:06:01 -05:00
Ivan Mathy
88ddae10df
Merge pull request #131 from psseelman/feat/spongeText
Add Support for Spongebob Sarcasm Text Script
2020-08-03 21:56:44 -05:00
Rob Bogie
28be3faec8 Add PhpUnserialize script
This script converts data that was serialized by using php's serialize() function into pretty printed json
2020-07-31 17:38:57 +02:00
codepo8
d41f67988c
Added List to HTML and Derpify.js 2020-07-30 09:05:13 +02:00
Ivan Mathy
50cf5ae2a9
Merge pull request #56 from dennis-menge/sha
Added SHA1, SHA256, and SHA512 algorithms like done for MD5
2020-07-25 12:32:42 -05:00
Ivan Mathy
95bc385a5d
Merge branch 'main' into sha 2020-07-25 12:28:29 -05:00
Ivan Mathy
1e4262503f
Merge pull request #134 from josefdolezal/patch-1
Enable mouse interactions
2020-07-25 12:24:47 -05:00
Ivan Mathy
de8a49e20e
Merge pull request #132 from nntrn/main
Fix typo
2020-07-25 10:35:25 -05:00
Josef Dolezal
7504d1d4ba Fix running action using double click 2020-07-24 09:38:31 +02:00
Josef Dolezal
00c2f053d1 Dismiss popover on background click 2020-07-23 22:22:24 +02:00