Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating process do not work #91

Open
ttuygun opened this issue Sep 27, 2018 · 7 comments · May be fixed by #99
Open

Updating process do not work #91

ttuygun opened this issue Sep 27, 2018 · 7 comments · May be fixed by #99

Comments

@ttuygun
Copy link

ttuygun commented Sep 27, 2018

When a new version released, LuLu can not see the upcoming version.
Reproduce steps:

  1. Install a LuLu which version is 1.0.0
  2. Open Lule preferences.
  3. Go update tab.
  4. Click to Check Now button.

Expected:
After (4), you have to see a message like "new version 1.1.0 has released, you can download it"

Actual:
After (4), you observe the "no new versions" message.

@pihomeserver
Copy link

Confirmed with release 0.9.5 too (on MacOS Mojave 10.14)

@KizzyCode
Copy link

Confirmed with release 1.1.0 too (on MacOS Mojave 10.14)

@KizzyCode
Copy link

Confirmed with release 1.1.0 on MacOS High Sierra 10.13.6 too

ttuygun pushed a commit to ttuygun/LuLu that referenced this issue Oct 18, 2018
@ttuygun
Copy link
Author

ttuygun commented Oct 18, 2018

I solved the bug and made a pull request. #99

@ttuygun ttuygun linked a pull request Oct 19, 2018 that will close this issue
@caveman1973
Copy link

Version 1.1.1 had the same problem. Showed like there was no updates. Had to download directly from website.

@objective-see
Copy link
Owner

Ah, I need to update the https://objective-see.com/products.json file, with the latest version.
I usually wait a bit after releasing a new versions before updating that.

Fixing a few other bugs, and (hopefully) releasing a new version soon - and will be sure to then update that version file!

@shewfig
Copy link

shewfig commented Mar 1, 2019

products.json looks like it lists the current version of LuLu as 0.9.5:
$ curl -s https://objective-see.com/products.json | jq '.LuLu'
{
"description": "The free firewall for macOS",
"version": "0.9.5",
"zip": "https://github.com/objective-see/LuLu/releases/0.9.5"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants