Our site has learned to speak securely

September 28th, 2015 by Rob Griffiths

Every year, we get a few inquiries about why our web site doesn’t use https (i.e. TLS/SSL) to encrypt communications between the user and our site. Our stock answer has been that SSL is slow, expensive, and complicated for a two-person company to manage—and that was true for many years.

However, when I received the latest inquiry about encryption on the site, I thought it was time to revisit the subject. What I found is that SSL is no longer slow or expensive—and the complexity level has dropped dramatically. So we did a bit of work to update our pages, installed our shiny new security certificate, and as of now, you can securely browse Many Tricks by using this URL:

Note that we have not made this the default—but if you load the https site, you won’t be able to load the http version (thanks to something called HTTP Strict Transport Security).

When you’re browsing our https site, you should see a small lock icon next to the site’s name, as seen below in Safari, Chrome, and Firefox:

We don’t collect any financial information here (all purchase details go through our processors, which have always used TLS/SSL encryption). But many people like the security of knowing that their interactions with a given site are encrypted. And now, they can be when you visit manytricks.com.

SHA-2 Hashes

The other thing we’ve done is create a page of SHA-2 hashes for all our apps. That page contains a list of SHA-2 hash values, and explains how to use these values to insure that what you download from us is the same as what we uploaded to the server. (Note that this is mostly useful for any potential download interceptions; if someone hacks our server such that they have full access, they could simply modify the SHA-2 values so that everything still looked right to a user.)

Please let us know if you have any troubles with either the https site (or our SHA-2 hash values)—we think we’ve tested everything, but it’s quite possible we’ve missed a page somewhere.

Resolutionator 1.0.1 gets Docky with it

September 8th, 2015 by Rob Griffiths

Today we released Resolutionator 1.0.1, which makes a number of minor changes and fixes (release notes). It also adds one major feature: the ability to change resolutions via Resolutionator’s Dock icon (click for a larger image).

Control Resolutionator via the Dock

If you have Resolutionator set to check for updates automatically, well, this might be old news to you. If you don’t, check for updates now, or just download the newest version if you prefer.

Welcome, Resolutionator

August 4th, 2015 by Rob Griffiths

Meet Resolutionator, the newest entry in Many Tricks’ stable of apps. Resolutionator makes it brain-dead-simple to switch the resolution on your display(s), and was developed with retina displays in mind (though it’s perfectly functional on non-retina displays, too).

Like many of our other apps, Resolutionator came about due to an internal need—I use a 13″ retina MacBook Pro, and as crisp and gorgeous as that 1280×800 ‘retinaized’ display is, that’s just not a lot of room when working with lots of windows. As a result, I found myself constantly switching resolutions—I’d use a higher resolution when working on complicated projects, then switch back to the default retina resolution when browsing the web or reading email.

In prior versions of the Mac OS, switching resolutions wasn’t a big deal—an optional menu bar icon provided quick access to any available resolution. But some years back, this feature vanished, never (at least so far) to be seen again. In its place is a convoluted process that requires launching System Preferences and clicking buttons. If you change resolutions once a week, it’s not too bad…but if you change multiple times a day, it gets old, and fast.

Switch via pop-up or menu barEnter Resolutionator, which recreates the old menu bar prompt to let you quickly change the resolution on any and all attached displays, as seen at right.

But Resolutionator goes well beyond the old stock resolution switcher.

You can assign a keyboard shortcut, and then switch resolutions via a pop-up menu. And whether you use a keyboard shortcut or the menu bar icon, Resolutionator lets you switch the resolution on all attached displays from the same location.

Want to conserve menu bar space? After assigning that keyboard shortcut, switch Resolutionator to faceless mode, and it runs completely invisibly, activated only when you press the assigned shortcut. (It can also run as a normal application, complete with Dock icon, if you prefer.)

Those features are useful, though not all that exciting. The exciting feature in Resolutionator is its secret superpower…

Read the rest of this entry »

An update on the Witch update for OS X 10.9.5 users

July 20th, 2015 by Rob Griffiths

When we updated Witch to 3.9.5, we did our usual internal testing before setting it free: Both Peter and I tested on our production machines running 10.10.4 (Yosemite), and in virtual machines running 10.11 (El Capitan) and 10.9 (Mountain Lion). Neither of us had any issues with any of these tests.

But after release, we heard from a number of 10.9.5 users that Witch was repeatedly crashing. We tried to replicate the crashes here, but didn’t have a lot of luck. From the crash logs, Peter was able to see that the crash was caused by some text handling code that works fine in 10.10 and 10.11. He spent many hours trying to work around this problem for our 10.9.5 users (we sent out two further betas for them to test), but in the end, he wasn’t successful: we can’t make Witch 3.9.5 run reliably in 10.9.5.

This means that OS X 10.9.5 users will need to install and use Witch 3.9.4. (At present, there are no planned new features for the Witch 3.x series, so OS X 10.9.5 users will have the same features available to them as users on newer versions of OS X. All new features will appear in Witch 4, which will require OS X 10.10 or newer.)

Here’s how to install Witch 3.9.4, and set it up to make sure you remain on Witch 3.9.4.

Read the rest of this entry »

Good things come in threes—Name Mangler 3.3.3 released

July 1st, 2015 by Rob Griffiths

Today we released Name Mangler 3.3.3 for both App Store and direct users. The interface has been modernized, and we’ve added a couple useful new features, including access to grandparent (and higher) folders via metadata. You can read the release notes for the full scoop.

App Store buyers should see the update shortly (if not already) in the App Store app; direct buyers will get an in-app update notice, or they can download the full version directly from our site.

How-to: Give Moom extra room to work in El Capitan

June 30th, 2015 by Rob Griffiths

If you’re a developer (or public beta tester) using El Capitan, you’ve probably discovered that you can hide the menu bar (via System Preferences > General > Automatically show and hide the menu bar).

If you use this feature, and you’d like Moom to use the extra pixels afforded by the hidden bar, here’s how. Open Terminal (no need to quit Moom first), paste the following text, and press Return:

defaults write com.manytricks.Moom "Ignore Menu Bar" -bool YES

From now on, Moom will freely place windows in the top portion of the screen. This change will affect everything Moom does—those 23-ish pixels at the top of your display are now part of Moom’s real estate.

Later on, if you decide you don’t like the auto-hiding menu bar and disable it, you’ll want to also disable Moom’s use of that space—lest you find windows partially hiding behind the menu bar. To do that, go back to Terminal (again, no need to quit Moom), paste this text, and press Return:

defaults write com.manytricks.Moom "Ignore Menu Bar" -bool NO

With that command done, Moom will once again respect the menu bar’s real estate.

Avoid download issues with App Store purchases

June 22nd, 2015 by Rob Griffiths

Over the last few days, several users let me know they were unable to download our apps from the Mac App Store. They reported that they were receiving this error message when trying to purchase or update:

App Store Error: Failed to verify the preflight file. It is not signed by Apple.

Emails like this are frustrating, because we have absolutely no official way to help such users—Apple handles everything related to the store after we submit our app. They test the app, hopefully approve the app, and then host it for downloading. If the app makes it through this process, it’s pretty clear the code itself is good, and any download issues are related to the user’s system.

In theory, Apple (in exchange for their 30% cut of our revenue) should be helping these users solve such problems. But based on what I’ve heard, that’s not usually the case, so they end up writing to me. After a bit of web searching, I found the cause and solution to the problem: Keychain Access.

In particular, the settings for OCSP and CRL in Keychain Access > Preferences > Certificates. For some apps, and for some users (but not for all apps, and not for all users; I don’t know why), these values must be set to “Best Attempt:”

Keychain Access' Certificates prefs

If these two values are set to anything else, it’s possible that some apps and/or updates will fail to download with the above-noted error message. I’ve never personally touched those settings, and I was curious why others might; a friend pointed out this thread, which recommends changing the settings to reduce background bandwidth usage by the ocsp process.

In any event, if you’re having troubles downloading apps and updates—not just ours, but from any developer—from the App Store, check these settings in your Keychain Access app.

The Yosemite, the Witch, and the App Store

June 11th, 2015 by Rob Griffiths

Many moons ago, we were alerted to a glitch in Witch‘s functionality in Yosemite (and in Mavericks 10.9.5 before that): The inability to properly switch windows across displays when those displays are in separate Desktops (nee Spaces). What would happen is that the app would switch, but the window would not gain focus.

We found a workaround for the problem back in November, posted a beta for users affected by this issue, and submitted an update to the App Store. And that’s where the troubles began…

Apple rejected the update, objecting to some code we’ve had in there since day one. Unfortunately, that code is pretty critical to how Witch works, and we’ve been unable to find another way of doing what we need to do.

So after months of trying, and talking to Apple about the issue, we’ve decided to release the update for our direct users, as we’re uncertain when (or if) we’ll be able to update the App Store version. So direct users, check for updates, or just download the full version of Witch.

If you’re using OS X 10.9.5, please do not update at this time! We’re trying to track down an issue that’s causing Witch to not activate on some users’ systems. If you’ve already updated, you can reinstall Witch 3.9.4.

But what about App Store users, you ask? If you’re affected by this problem, we suggest you switch to the direct version of Witch by following these instructions. This isn’t a full “direct sales” license, but it works just like one. The only difference is that it’s not portable between Macs; if you use Witch on more than one Mac, you’ll need to follow the instructions in the blog post to use the direct version on each of those Macs.

We don’t like having two different versions of Witch out at the same time, but in this case, it’s the best course of action for you, our users. If you have any questions about this, or the App Store licensing process, you can comment here, or use the Witch Support Page to ask for additional help.

Our apps and El Capitan compatibility

June 10th, 2015 by Rob Griffiths

As you surely know by now, Apple announced OS X El Capitan (aka Mac OS X 10.11) this week, with general availability this fall. They also released a developer beta, so we were able to give our suite of apps a quick test on the new system.

Given El Capitan’s focus on improving Yosemite, not implementing wholesale changes to the system’s fundamentals, we were hopeful that things would just work.

And that’s what we found: all of our apps appear to work fine. We have not done extensive testing of 100% of the features in 100% of the apps, but they all launch and run, and we tested a number of functions in each app. Even older versions of our apps, such as Name Mangler 2, appear to run fine.

We may have some minor tweaking to do, due to the change in the system font, but the apps themselves are all running under El Capitan. Yes, this includes Butler. Yes, this includes Usher. And Time Sink. And everything else, including Displaperture and the beta Resolutionator. Even our two Safari extensions appear to work.

So if you’re a developer using the preview, or you’re planning on installing the public beta when it’s released, our apps should work as expected. Of course, please let us know if you run into any issues—it’s very difficult for us to test every feature in every app by ourselves.

Moom and Usher updates released

January 13th, 2015 by Rob Griffiths

Today we updated Moom (to 3.2.1) and Usher (to 1.1.10). Moom gains a Yosemiteized interface, and full support for Yosemite’s dark mode. Usher’s got some behind-the-scenes changes, along with a fix for a search field glitch in Yosemite.

App Store versions have been released, and will trickle into the App Store over the next hour or so. Direct customers can update via in-app updates, or by downloading a new version from the respective web page.