Skip to content

Releases: robbawebba/night-light

1.0.4 - 24 October 2017

25 Oct 07:05
Compare
Choose a tag to compare

I can't believe the last release was 4 months ago! Sorry for the wait everyone! I hope you have been enjoying the package in the meantime. This update includes a bug fix that should fix any scheduling anomalies you might've noticed with the app. Enjoy!

Bug Fixes
  • Fixed funky scheduling errors caused by failed requests to the Google Maps API (PR #14)
  • Added Travis CI builds (PR #7)

1.0.3 - 19 June 2017

25 Oct 07:06
Compare
Choose a tag to compare

This update addresses a number of bugs with the previous release. Sorry about that! As always, feel free to report an issue if you notice something wrong. Thanks! 😄

Bug Fixes
  • Fixed an issue where some themes (such as base16) were missing from the package settings (PR #12)
  • Fixed a bug where main was undefined in locationChange() (PR #12)
  • Converted config.json to a commonJS module in config.js (PR #12)

1.0.2 - 15 June 2017

15 Jun 22:08
Compare
Choose a tag to compare

Although I haven't heard from any users on this issue, I noticed with my last update that the package settings had reset to their default values after updating. I didn't anticipate this being an issue since the user's custom settings (Day and Night themes being the most important) are stored in their config.cson file. So this prompted me to add serialization to the package so certain data persists across Atom sessions. If anyone notices something funky with this update, could you please create an issue on the repository? Thanks! 😄

Features
  • Adds package serialization to persist important data across sessions. (PRs #8 and #10)
  • Removes the alert for any ENOENT errors since they were a little excessive. (PR #9)
Bug Fixes
  • Package now observes any changes to the package location settings and updates themes accordingly. (PR #6)

1.0.1 - 1 May 2017 - First Patch!

01 May 19:16
Compare
Choose a tag to compare

This patch, although small, will hopefully improve the use of the package settings! It's been awhile since the release of this package, so I thought it would be a good time to release a patch 😄

Bug Fixes
  • Changes to the nighttime and daytime themes in package settings now update the editor themes accordingly (See PR #5)
Miscellaneous
  • Update README.md
  • Update package.json with new keywords

First Public Release!

06 Apr 17:48
Compare
Choose a tag to compare

Features

  • 📍 Automatic or manual location updating

    Let Night Light automatically determine your location for you, or provide a custom latitude and longitude to determine sunrise and sunset times.

  • ⏰ Automatic or custom scheduling

    Let Night Light automatically switch themes for you at sunrise and sunset each day, or provide your own times to switch themes.

  • ☀️ Customizable UI and syntax themes for day and night

    Customize your daytime and nighttime appearances based on your installed UI and syntax themes.

  • 💻 Manually switch between day and night modes

    Use Ctrl + Alt + m to manually toggle between nighttime and daytime themes at your leisure, or create your own keybinding in your keymap.

Bug fixes

  • None (yet 😉)