Skip to content

2.0.0

Compare
Choose a tag to compare
@pkrll pkrll released this 24 Dec 13:52
· 155 commits to master since this release

Changes 2.0.0

  • The entire app has been rewritten in Swift.
  • Added new icons.

Changes 1.3.3

  • Fixed time preset bug in issue #3. Changes in method of activation with duration preset.
  • Added applescript command for activating RF with duration.
  • Fixed memory leak issue.

Changes 1.3.2

  • Fixed issue with reactivating RocketFuel through time preset menu,
    after a timeout.
  • Renamed menu item.
  • Changed menu items text to conform to Apple design guidelines.

Changes 1.3.1

  • Fixed issue where statusbar icon would not change when deactivated by duration timeout.

Changes 1.3.0

  • Added menu option for deactivating Rocket Fuel after a certain time.

Changes 1.2

  • Added launch at login option.
  • Added tooltip.
  • Rocket Fuel is now scriptable and can be controlled by AppleScript.
  • Created protocol for RF class, which will notify its delegate (Status Item Controller) each time sleepMode is changed. This lets the app change icon more accurately.
  • NeedsDisplay call moved to the view instead of calling from the controller.
  • Added about window.

Changes 1.1.0

  • Rocket Fuel now differentiates right from left click.
  • Left click will activate/deactivate. Right click will show the menu.