If you got Boop on the Mac App Store, you can update it there as well.
Peeps,
First of all, how have you been? I myself have been alright. Time is weird, eh? One minute, it’s October. The next minute, it’s still October, but also a year later. And so here we are, much later than expected, reunited again to chat about a new Boop update. And what an update it is.
The kind folks over at Accidental Tech Podcast chatted about Boop, giving it a very nice review. One of their listeners said Boop is “like paper plates but for JSON” and I cannot overstate how much I love that. You can listen to it here: https://atp.fm/437 starting at 1:06:50
Now, this new version finally brings some very much needed upgrades: First off, a new icon that won’t look totally wonky alongside other Big Sur icons. It is an iteration of a new icon designed by @mmshivesh, and it makes quite a bit of a difference in the ol’ dock.
I bet what sticks out is my number of unread messages.
I’ve also spent some time refreshing the overall user interface, to make it more in line with other Big Sur/Monterey applications. The picker has a new look, the editor got a more refined color scheme, and it overall just feels a lot better. Plus, it's now a universal app. Yay!
Anyway, here's what's new:
- New icon inspired by mmshivesh
- New design
- Fixed an issue with the status bar
- Fixed the CSV to JSON script
- 13 new scripts
- Added support for SF Symbols as script icons
- Universal build for Apple Silicon support
New Scripts:
- ASCII to Hex
- Hex to ASCII
- Binary to Decimal
- Decimal to Binary
- Decimal to Hex
- Hex to Decimal
- Fish Hex Path Converter
- Lorem Ipsum
- Sort JSON
- URL Defang
- URL Refang
- URL Entities Decode
- URL Entities Encode
I wish you a lot of great spooks, stay safe and healthy out there!
Ivan_
Full Changelog
What's Changed
- Updated Icon for Big Sur by @mmshivesh in #168
- clear statusView before script execution by @nhnicwaller in #180
- Added hex to ASCII conversion scripts by @aWZHY0yQH81uOYvH in #185
- feat: add "Sort JSON" script by @madnh in #187
- Promoted ascii script, added error by @IvanMathy in #242
- doubled spaces fix by @Akhrameev in #191
- full url encode/decode by @luisfontes19 in #192
- created lorem impsum script by @luisfontes19 in #193
- created script to convert rgb to hex by @luisfontes19 in #195
- created script to compare lines by @luisfontes19 in #196
- Js object to json by @luisfontes19 in #197
- Unicode scripts by @luisfontes19 in #199
- Fix typos in README by @reichert621 in #198
- Time to seconds script by @PeteChu in #201
- Add URL Defang and URL Refang scripts by @nzrb in #211
- Fix main() example param name by @KaraJovian in #224
- Added csv, tsv or markdown table to "pretty markdown table" Script by @xshoji in #203
- fix(csvToJson): address CSV complexities by @Flare576 in #205
- digi 2 ascii by @jnre in #209
- Add script to convert JS arrays/objects to PHP associative array. by @jtolj in #210
- Add scripts for converting decimals to hexadecimal strings and decima… by @Mauricevb in #219
- Promoted url script, fixed error, added icon by @IvanMathy in #244
- Promoted sort, added array sorting by @IvanMathy in #243
- Add Fish PATH Hex Converter by @psseelman in #234
- Script: Generate Project Glossary Markdown file by @ke4vtw in #249
- Feat/bigsur by @IvanMathy in #286
- Supporting SF Symbols identifiers for script icons by @nd-net in #273
- Release/1.4.0 by @IvanMathy in #305
- Fixed popover issue by @IvanMathy in #306
New Contributors
- @mmshivesh made their first contribution in #168
- @aWZHY0yQH81uOYvH made their first contribution in #185
- @madnh made their first contribution in #187
- @Akhrameev made their first contribution in #191
- @luisfontes19 made their first contribution in #192
- @reichert621 made their first contribution in #198
- @PeteChu made their first contribution in #201
- @nzrb made their first contribution in #211
- @KaraJovian made their first contribution in #224
- @xshoji made their first contribution in #203
- @Flare576 made their first contribution in #205
- @jnre made their first contribution in #209
- @jtolj made their first contribution in #210
- @Mauricevb made their first contribution in #219
- @nd-net made their first contribution in #273
Full Changelog: 1.3.0...1.4.0