Skip to content

Releases: mdwheele/owls

v0.1.6

27 Sep 19:49
2e0718e
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

Owls v0.1.6

The one where we fix a months old bug nobody realized which actually breaks the whole damn thing. Cool.

Features

  • It works again.

Bug Fixes

  • Correct issue that was clearing project hostname state before event was published (#38 )

v0.1.5

16 Mar 21:30
490485e
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

Owls v0.1.5

The one where we minimize and close Owls, and make the search bar less red.

Features

  • Users can minimize and close the application via new window controls!
  • Project hostnames are now validated

Bug Fixes

  • Removed red background from search bar (#14)

v0.1.4

30 Mar 21:10
7390d58
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Owls v0.1.4

The one where we draw owls and drag windows on Windows.

Features

  • Empty states have been added for users that have no Projects (#12)
  • A "Local" environment is added to every new Project on creation (#12)

Bug Fixes

  • Search and Add Project are now able to be focused via click (#10)

v0.1.3

30 Mar 17:17
f6fc4f3
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Owls v0.1.3

The one where we fix the permissions tip for MacOS users so that they can use the application again

Bug Fixes

  • Fixed a bug introduced when we started using our ability to append to /etc/hosts to determine if the user had write. This requires an additional permission on MacOS-only.

v0.1.2

29 Mar 17:54
2bf4d7d
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Owls v0.1.2

The one where we actually check permissions on Windows and fix the permission tip.

Changes

  • We now use a different permissions tip for Windows that runs as administrator, which hopefully prompts for credentials if the user isn't an Administrator... I'm too lazy right now to create a new user on my home machine so.

Bug Fixes

  • Using fs.accessSync to determine if the user has write-access to a file does not work consistently on Windows. Instead, we now actually try to append empty-data to the end of the hosts file.

Known Issues

  • The switch away from fs.accessSync to fs.appendFile requires an additional append ACL on MacOS. Users can remedy by setting their ACL on /etc/hosts to read,write,append.

v0.1.1

29 Mar 16:45
6eba169
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Owls v0.1.1

The one where we don't tell Windows folks to grant themselves write on /etc/hosts.

Features

  • Add appropriate permissions tips to application startup for Windows and Linux users.

Known Issues

Windows

  • You can't really focus anything in the search bar. Working as intended, amirite?
  • Permissions check on hosts file isn't working correctly so it'll load, but will fail when it tries to write.

Miscellaneous

  • In preparation for #6, we move all system-related calls into its own module that can be exported via preload.js when v2.0.0 of the Vue Electron Builder is released.

v0.1.0

29 Mar 15:02
469d839
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Owls v0.1.0

This is probably as good as this tool is ever going to get, so enjoy this prerelease because it's way to damn expensive to put this thing on app stores.

Features

  • Create Projects representing domain-names you want to manage in your hosts file.
  • Create Environments in a Project representing IP addresses you'd like to switch between for the domain-name.
  • Works on my machine (MacBook), maybe it works on yours.
  • Might work on Windows / Linux but uhm... probably not (we have an issue to handle this).
  • It's pretty.
  • It's usable.