Skip to content

Releases: machineonamission/evergreen

2.3.0

11 Apr 18:45
b82d42b

Choose a tag to compare

Changes

  • Style library overhaul: switched from "darkly bootswatch" to the new official dark mode Bootstrap theme.
  • Font changed from Lato to Atkinson Hyperlegible

2.2.3

21 Jan 22:01
3f672b6

Choose a tag to compare

Changelog v2.2.3

Changes

  • Clicking the background no longer links to the image. To see the image, go into settings.
  • Updated branding from Reticivis to Machine on a Mission.

2.2.2

04 Sep 18:29
e311033

Choose a tag to compare

Changelog v2.2.2

Changes

  • Updated verbage and config to support Firefox and MS Edge.

(again, forgot to publish release on github oops)

2.2.1

04 Aug 00:46
c760814

Choose a tag to compare

(this release happened like a month ago but i forgot to publish it here oops)

  • Background images are fixed! Unsplash completely changed their API so I had to update to match it.
    • The API changes the way search works, so, for now, customizable background search tags are disabled.
    • The API guidelines require the image itself to link to the unsplash.com page, so it does.
    • The API guidelines require a proper image attribution, so that exists now in settings.
  • Reorganized settings

2.2.0

13 May 23:55
e7ea6d9

Choose a tag to compare

  • The weather popover now takes advantage of OpenWeatherMap's more human-readable "summary" field to provide an overview of the weather for the day.
  • Changed (reverse) geocoding provider from OpenStreetMap to OpenWeatherMap.
    • This should fix all issues with OpenStreetMap ratelimiting.
  • If reverse geocoding fails, the weather will now be displayed regardless.
  • Manual location inputs are now properly disabled on page load when autolocate is on.
  • Weather options are now properly disabled when weather is off.
  • The evergreen logo popover now correctly shows "Dev" when Evergreen is loaded in unpacked mode.
  • Updated dependencies

2.1.1

20 Nov 22:48
50a6ea6

Choose a tag to compare

  • Fixed precipitation intensity not being converted to inches correctly, 2.1.1

2.1.0

04 Apr 15:23
ea8e0f2

Choose a tag to compare

  • Added YYYY-MM-DD date format option.
  • fixed bug that prevented weather from working if user had saved weather info pre-2.0.0
  • 2.0.0

    03 Apr 23:56
    4201c1c

    Choose a tag to compare

    • Evergreen is now open source!
    • Replaced DarkSky with OpenWeatherMap and the framework to add new weather providers (NWS is planned)
    • Rewrote large parts of the extension for better performance, cleaner code, and less dependencies
    • added subtle shadows to text to aid readability on bright backgrounds
    • completely new weather popover UI with chart.js and other nice visuals
    • weather can now be fetched from a manually defined location
    • weather fetching can now be entirely disabled
    • beautified calendar popover

    1.4.0

    04 Apr 00:18
    8b033e1

    Choose a tag to compare

  • Settings changes now autosave.
  • Default background tags changed to nature,architecture. If you have changed settings in the past, you might have to manually change the tags.
  • Weather popup shows when weather info was last updated.
  • Weather shows warning if info saved is more than 2 hours ago (likely offline).
  • Weather advisories/warnings are now in a red font.
  • 1.3.0

    04 Apr 00:22
    be5c855

    Choose a tag to compare

  • Hourly weather view changed from pagination to scrolling.
  • Added some icons to the weather popup.
  • Added extra current weather info such as the wind speed.
  • Made text fields (google search & in settings) dark.
  • Removed reliance on my web server for handling offline backgrounds.