Commit Graph

524 Commits

Author SHA1 Message Date
yolonir
0ef9797294
Fixed typos in Russian localization (#413)
* fixed typo in russian translation

* found another typo
2024-03-24 10:40:19 -04:00
Alex Mazanov
d81efbc3dc
Improve shell escaping heuristics #402
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2024-03-12 11:30:33 -04:00
Alex Mazanov
28ef89ff82
Add plugin refresh reason to ENV #404
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2024-03-12 11:30:33 -04:00
Alex Mazanov
3e93034c49
Fix #396
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2024-03-12 11:30:32 -04:00
Alex Mazanov
129c38c327
Fix font in Shortcuts Settings and Copyright date
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2024-03-12 11:30:32 -04:00
Alex Mazanov
77f804368a
Crash reporting fix, formatting
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2024-03-12 11:30:32 -04:00
Alex Mazanov
b86438cd94
Update README.md for Ephemeral Plugins URL Scheme #398 2024-01-02 08:36:36 -05:00
Alex Mazanov
5c5ad1e247
Copyright date update
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2024-01-01 09:16:02 -05:00
Alex Mazanov
18b1400c65
Smarter shell quoting #366
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2024-01-01 09:16:02 -05:00
Jaeha Ahn (Aiden)
10e6e8eed0
Add support light/dark image (#395) 2023-12-30 10:52:42 -05:00
Alex Mazanov
da6bf3197a
Update Readme
skip-ci

Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2023-12-30 10:50:36 -05:00
Alex Mazanov
baf3a1f60c
Package version update
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2023-12-30 09:54:22 -05:00
Alex Mazanov
e32a11b34d
Rework web popover persistence #359
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2023-12-29 09:14:33 -05:00
Basil Feitknecht
9c1e1267ed
Update README.md (#393)
fixed a minor typo
2023-12-11 17:12:56 -05:00
Jerry
33735bdf81
Update Simplified Chinese localization (#383)
* Update Simplified Chinese localization
2023-09-26 09:15:18 -04:00
Alex Mazanov
6de8e0713c
Fix Tooltips do not display new-line #382
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2023-09-23 09:21:10 -04:00
Alex Mazanov
7cbe82c856
Entitlements and shortcuts fetcher fix
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2023-09-23 09:20:53 -04:00
Alex Mazanov
6944166366
Fix crash reports collection and add a setting
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2023-09-23 09:07:10 -04:00
Alex Mazanov
a0cf5ad13e
Re-enable AppCenter Crash reporting
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2023-08-06 10:36:58 -04:00
Alex Mazanov
fdecdf9adc
Add weight and scale options to SF Configuration
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2023-06-23 17:47:50 -04:00
Alex Mazanov
601a862f72
Tweak swiftformat call
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2023-06-23 15:04:15 -04:00
Alex Mazanov
aea5ff1c90
WIP SFSymbol color renderring support
Signed-off-by: Alex Mazanov <alexandr.mazanov@gmail.com>
2023-06-23 14:53:00 -04:00
Alex Mazanov
868e626d7a
Add Advanced Settings tab 2023-05-21 10:17:14 -04:00
Jerry
7a27825aa0
Update Simplified Chinese localization (#375) 2023-04-29 09:13:20 -04:00
Alex Mazanov
dcee8db6e4
Make web popover detachable #374 Make webpopoer persistent #359 2023-04-22 17:58:07 -04:00
Alex Mazanov
61b0dea1b6
Add URL Scheme to set Ephemeral Plugin #357 2023-04-22 17:29:16 -04:00
Alex Mazanov
26e89aabf2
Add simple quotation for shell script parameters #366 2023-04-22 17:16:00 -04:00
Alex Mazanov
3bc6c657e9
Hide "Get Plugins" for Shortcuts for now #344 2023-04-22 11:50:31 -04:00
Alex Mazanov
12db027345
Add .swiftbarignore #358 2023-04-22 10:39:55 -04:00
Alex Mazanov
ce8b27f6df
refresh URL Scheme pass parameters as ENV variables to plugin #369 2023-04-22 09:44:41 -04:00
Alex Mazanov
6e5d16b994
Add Ephemeral plugins support #357 2023-04-14 17:51:56 -04:00
Alex Mazanov
d72568444f
Update metadata 2023-04-14 17:47:13 -04:00
Alex Mazanov
c68d847a80
Update non-optional strings in UI 2023-04-14 17:47:01 -04:00
Alex Mazanov
28f82effbf
Fix Localization Strings for Shortcuts plugin settings 2023-04-14 17:46:34 -04:00
Alexander Lais
269a4107f1
fix(streamable): Append read stream buffer to ongoing response for long items (#372)
Process output is streamed into a buffer. By default this buffer fits 4k characters, which is too short for image data.
With this change, if this block does not contain a stream separator, the complete block is appended to the in-progress content stored so far.
Fixes #371.
2023-04-14 14:56:00 -04:00
Alexander Lais
569146d51d
Add support on sfcolor when using sfimage (#370)
Always uses the first defined sfcolor (if there is one) to color the SF Symbol.
2023-04-08 11:32:02 -04:00
Brad Ringel
5c35f3350c
Update syntax for swiftbar.environment (#363)
The separator for the environment variables and their values has changed from `:` to `=`.
2023-02-27 16:07:06 -05:00
Matthias Ferber
2b96ffe5ec
Clarified emojize docs (#362) 2023-02-04 16:04:38 -05:00
James Yang
30dd2ac4e0
feat: add PluginSourceCodeURL pref (#361) 2023-02-04 11:39:53 -05:00
Alex Mazanov
0c6697a1f1
Merge branch 'main' of https://github.com/swiftbar/SwiftBar 2023-01-08 13:59:39 -05:00
Alex Mazanov
eb476d3b91
Add Readme badges 2022-12-28 18:19:36 -05:00
Alex Mazanov
2d9d8d8cc6
Localize Shortcuts Plugin screen 2022-12-01 19:34:28 -05:00
Alex Mazanov
96cc9e3229
Change Open Shortcut action to URL Scheme #344 2022-12-01 19:18:55 -05:00
Alex Mazanov
09a2c18ad0
Remove debug print 2022-11-20 10:02:42 -05:00
Arthur Pinheiro
28852d1363
Fix title case (#352) 2022-11-19 17:43:14 -05:00
Alex Mazanov
c924a17346
Add support for custom plugin repositories #351 2022-11-19 07:22:57 -05:00
Alex Mazanov
ee1053014a
Adjust font size #344 2022-11-18 15:52:05 -05:00
Alex Mazanov
2e53a40529
Improve Shortcuts Plugins view 2022-11-18 16:01:21 +01:00
Alex Mazanov
471082583e
Add folder support in Shortcuts selection screen #344 2022-11-18 16:01:21 +01:00
Alex Mazanov
f6b5995325
Fix #347 and improve dim on refresh 2022-11-18 16:01:21 +01:00