release cadence #1156
|
I know the dev branch is quite active and a lot of work is going into iOS and android versions (presumbaly for a 3.0 release) but it would be great if we could get more regular 2.x.x releases. The last official release is from more than two years ago. |
Replies: 10 comments 15 replies
|
I have created a preview build of the development branch here: https://github.com/ahrm/sioyek/releases/tag/sioyek3-alpha0 . I have not tested the binaries on macos or windows though, it is quite possible that they don't work. |
|
Thanks for this @ahrm. It seems to work for me on macOS. I'm getting some warnings when starting the app but not sure if they matter or not: |
|
We (realistically you but I'm happy to help if needed) should probably clarify if the macOS build is for x86 or Apple silicon (i.e. ARM64) and release two versions? |
|
The SQL errors do matter, this preview release is not compatible with the old database. I recommend moving your
Isn't this already the case? We have a |
You're right. I'm blind. Ignore me please |
That'd probably be useful for a lot of people |
|
It seems to work for me on Windows! Thx! |
|
@ahrm Could you pin this discussion? Currently there are many discussions about the same and it is annoying. Maybe pinning it could help. |
|
Anybody else having trouble with inverse search on macOS in this release? It works out of the box for me on 2.0.0 but not on this release. I've tried setting |


@mil-ad This is related to macOS quarantine. You need to run the following command on your terminal:
xattr -c /Applications/sioyek.appand then it should run properly. As to why this is not a problem for the x86 build, I am not sure but after doing this it worked perfectly for me.