Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3.0.0 #98

Merged
merged 64 commits into from
Jan 24, 2021
Merged
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
e3f3ec9
version 3 initial upload, resolves #61, #89, #90
quoid Dec 13, 2020
68cb00d
update handler and how settings are sent/received
quoid Dec 14, 2020
bde254c
update build/settings numbers
quoid Dec 14, 2020
86ca331
update message name
quoid Dec 14, 2020
537f144
update how settings are handled a bit
quoid Dec 14, 2020
5961f2a
update metakey regex
quoid Dec 15, 2020
469276a
update toggle disable/enable functionality
quoid Dec 16, 2020
bb778bf
change each key to filename
quoid Dec 17, 2020
da43d8a
refactor saving
quoid Dec 17, 2020
6806112
no need to check for name, parser already checks for that
quoid Dec 17, 2020
4bdf02d
more save refactoring
quoid Dec 18, 2020
461dec9
remove console.log
quoid Dec 18, 2020
4adee32
update toggle and update blacklist dev funcs
quoid Dec 20, 2020
a3a5de0
handle updating blacklist differen compared to other settings
quoid Dec 20, 2020
55b48f5
update error log handler
quoid Dec 20, 2020
2a5b10a
change obj key
quoid Dec 20, 2020
8e085ba
send object rather than simple array
quoid Dec 20, 2020
79c9293
add response name when opening save location
quoid Dec 21, 2020
44deac9
refactor swift code, resolves #95
quoid Dec 21, 2020
5618cd4
combine "empty" switch cases
quoid Dec 21, 2020
d4f94cd
rebuild bundled html
quoid Dec 21, 2020
c093aa6
update error checking
quoid Dec 22, 2020
01a1b9d
remove extraneous print methods
quoid Dec 22, 2020
a58ee07
set up optional response message
quoid Dec 22, 2020
e703609
error check refactor
quoid Dec 22, 2020
ff97197
update uniqueID func
quoid Dec 22, 2020
d853b7c
ignore key when characters precede at sign
quoid Dec 23, 2020
33d2c6e
@noframes support #86, #87
quoid Dec 23, 2020
7b15312
enable @noframes metakey #86, #87
quoid Dec 23, 2020
11f0771
refactor getting init data and settings #85
quoid Dec 27, 2020
fb8d0c1
log all incoming errors to console
quoid Dec 27, 2020
9eb04dc
add init-error to vaiable states
quoid Dec 27, 2020
94f19db
remove unused func
quoid Dec 28, 2020
c195001
add suppoer for `@require` key, resolves #80
quoid Dec 28, 2020
3375756
remove copy bundle build phase entitlement file
quoid Dec 28, 2020
bfde320
update regex for metakey to support "userstyle"
quoid Dec 28, 2020
8cd4d39
disable continue commet
quoid Dec 28, 2020
ef3a32d
update metakey regex
quoid Dec 28, 2020
d7b1a99
purge required files on trash
quoid Dec 28, 2020
0267b79
fix typo in method call
quoid Dec 28, 2020
406e767
allow outgoing connections for required resources within script files
quoid Dec 28, 2020
66afc16
update new css default code
quoid Dec 28, 2020
6c164b4
remove console.logs
quoid Dec 29, 2020
3df190f
better method for getting file extension from string
quoid Dec 31, 2020
1dae5d7
update ignore
quoid Jan 8, 2021
7cca03e
add privacy policy
quoid Jan 8, 2021
c2f91e9
remove logo from sidebar
quoid Jan 8, 2021
86629a7
color update
quoid Jan 8, 2021
b1db019
add separator class for dropdowns
quoid Jan 8, 2021
65f481a
tighten up sidebar styling
quoid Jan 8, 2021
86d7d98
remove console.log
quoid Jan 8, 2021
9167128
update readme
quoid Jan 8, 2021
1548f14
update font weight and update copy
quoid Jan 8, 2021
9c9adc4
update count z-index
quoid Jan 8, 2021
b47f79c
no longer need margin-top on count element
quoid Jan 8, 2021
5236dba
update button styling
quoid Jan 8, 2021
8144606
update version numbers and bundled html
quoid Jan 8, 2021
2a5b920
documentation updates #72
quoid Jan 24, 2021
e00ae92
Update README.md
quoid Jan 24, 2021
91e0985
Update README.md
quoid Jan 24, 2021
2a09ba5
update app screenshot
quoid Jan 24, 2021
19a96d4
Merge branch 'v3.0.0' of github.com:quoid/userscripts into v3.0.0
quoid Jan 24, 2021
1d0c0f7
readme updates #72
quoid Jan 24, 2021
9aa32e8
readme update #72
quoid Jan 24, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
allow outgoing connections for required resources within script files
  • Loading branch information
quoid committed Dec 28, 2020
commit 406e7673d9dcc3f98b0ae73ca2c748fc409726e0
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>