|
|
#1 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 29,508
Karma: 212177546
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Sigil 2.8.0 Released
Sigil 2.8.0
Sigil 2.8.0 is a mixture of bugfixes and new features. New Features
Bug Fixes
--------------------------------Notes ----------------------------------- The Sigil Linux AppImage is built on Ubuntu Jammy (22.04) and is targeting glibc 2.35 and higher. Use ldd --version to see if your system at least has a shot at being able to use the AppImage. Don't forget to make sure the AppImage is executable after downloading. Trouble is not expected but be safe and backup your existing Sigil preferences (if you have any) before trying the AppImage. The latest version of the Sigil User Guide can always be downloaded from the Sigil website, or from its own GitHub repository. Please check the Sigil website for important Sigil support links, additional resource downloads, and platform-specific trouble-shooting tips/requirements. The MacOS builds are signed AND notarized. PGP Fingerprint (for signed tags and source archives): `B5A5 6206 AB0F BC1A 24EF AB8A A166 D29A 8FCD AC63` All Sigil binary (and source) downloads can also be found as assets at the bottom of The Sigil-2.8.0 Github Release page. Last edited by KevinH; 06-07-2026 at 04:30 PM. |
|
|
|
|
|
#2 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 29,508
Karma: 212177546
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
** Post reserved for future use **
|
|
|
|
|
|
#3 |
|
Sigil Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,711
Karma: 6774572
Join Date: Nov 2009
Device: many
|
Looking for volunteers to help update the Sigil User Guide up to the Sigil 2.8.0 level to include the many new user interface changes, new tools, new menus, new dialogs, we have made over the last handful of releases.
This includes new screen caps and things. If anyone is willing to help, please grab the very very latest version of the guide from its github repo. I will also build the latest version of the manual and post it as an attachment here. Please post here (in this thread or PM KevinH) first to lay claim to a specific chapter or section of the guide to prevent any duplication of efforts! Please note, larger screen cap png images should be converted to jpgs to save space, as the guide is getting a bit overweight. Feel free to do that to any large image. Any help to bring the guide text and images up to Sigil 2.8.0 would begreatly appreciated (as my writing style is horrible!) Thanks Last edited by KevinH; 06-07-2026 at 04:49 PM. |
|
|
|
|
|
#4 |
|
just an egg
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,934
Karma: 9245672
Join Date: Mar 2015
Device: Kindle, iOS
|
I may have found a bug. Not sure if this is the same bug mentioned in the bug fixes.
I am on macOS 15.7.7. Open With appears to only work when external editor is closed (not launched, quit). If BBEdit has already been launched, even with no open files, I have to quit BBEdit before using Open With.
In previous Sigil versions, it was not necessary to quit BBEdit before using Open With. Thank you Last edited by odamizu; Yesterday at 02:49 AM. |
|
|
|
|
|
#5 |
|
Sigil Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,711
Karma: 6774572
Join Date: Nov 2009
Device: many
|
Using Command-Q to exit an app is how OpenWith on a Mac was designed to work. Even BBEdit on my machines. This is because of how Apple handles multiple instances of the same gui app being launched with open and because of more recent sand-box related issues having multiple instances trying to open the same file at the exact same time, and because of changes in how Apple handles its "open" command.
On a Mac, when done with "open with", you must actually Quit out of the App (Command-Q) and not just close its window if that app allows multiple main windows like PageEdit and BbEdit do. I am not sure how it worked for you before with BBEdit. It never did for me. But the original design in Sigil was to just use Quit (Command-Q) to exit an app for Mac as that is the standard way (but File -> Quit should work too). Last edited by KevinH; Yesterday at 09:37 AM. |
|
|
|
|
|
#6 | |
|
just an egg
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,934
Karma: 9245672
Join Date: Mar 2015
Device: Kindle, iOS
|
Hi Kevin,
Not sure what to tell you, but I have never had to Quit out of BBEdit before using Sigil OpenWith. In fact, I can have BBEdit launched with an open file window, then go to Sigil and use OpenWith, and a new BBEdit window will open resulting in 2 open files/windows in BBEdit. I just reverted to Sigil 2.7.6 to confirm, and indeed this is the case.
But if this is not expected behavior and I am an anomaly ... I am mystified. Quote:
Last edited by odamizu; Yesterday at 04:42 PM. |
|
|
|
|
|
|
#7 |
|
Sigil Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,711
Karma: 6774572
Join Date: Nov 2009
Device: many
|
I will look into it, but there has not been any changes in regular "open with" after the bug fix for open mishandling of an app's command line parameters. Perhaps that is having secondary effects? I have always Apple/Command-Q out of apps when using normal "open with"after finishing editing. I thought that is what all "open with" users on Mac would do. So I have never see an issue with BBEdit.
Here is that bug fix: https://github.com/Sigil-Ebook/Sigil...61cf9eb3746e28 Using --args is correct syntax for macOS open. Last edited by KevinH; Yesterday at 05:02 PM. |
|
|
|
|
|
#8 |
|
Sigil Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,711
Karma: 6774572
Join Date: Nov 2009
Device: many
|
Okay, I tested this in Terminal.app
1. Open BBedit.app and close the window but leave app running 2. In Terminal.app, type the following (assuming you have a file of text on your Desktop called junk.txt with text in it). open -a BBEdit.app --args ~/Desktop/junk.txt And a window opens but it is blank 3. Now Quit the BBEdit.app then run the same test in Terminal.app open -a BBEdit.app --args ~/Desktop/junk.txt and BBEdit nicely opens the file. So something about BBEdit being already open means it will not parse its file arguments! So strange. If you repeat the test changing the open command to: open -a BBEdit.app ~/Desktop/junk.txt then all works as you said. If you repeat the test again changing the open command to: open -a BBEdit.app ~/Desktop/junk.txt --args ~/Desktop/junk.txt you will see it will work no matter if BBEdit is already running or not. So this is basically a bug/feature in how the BBEdit.app accepts its command line parameters. If you check the man page for "open" the "--args" are supposed to be used according to the official syntax of the open command, thus the change. Not sure if this is a bug in BBEdit or in Apple's open command. Very strange. If I revert that change, we are violating the spec/syntax for "open"; if I keep that change, then BBEdit has problems. I do not see this at all as I always close out of BBEdit.app using Command-Q when I am finished with "Open With" and want to return control to Sigil so I never noticed this difference. |
|
|
|
|
|
#9 |
|
Enthusiast
![]() Posts: 45
Karma: 10
Join Date: Nov 2014
Device: kobo elipsa 2e
|
Prettify
There was a significant change to mend and prettify all html files. The new default prettify settings is incredibly disorienting for my purposes, so I came here and noticed a change to "allow users more control over Prettify using prettyprint.xml created in Sigil prefs."
Unfortunately, I'm not particularly adept with xml (among other languages), and have no clue how edit prettyprint.xml to return it to its 2.7.6 default. If anyone here knows how prettyprint.xml should read to return it to its former state, I'd be very grateful for your help. I've played "guess and see what happens" a bit too long
|
|
|
|
|
|
#10 | |
|
just an egg
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,934
Karma: 9245672
Join Date: Mar 2015
Device: Kindle, iOS
|
Quote:
Everything you wrote above the preceding four paragraphs went right over my head If you're interested in my 2¢, I would say don't revert and violate proper spec/syntax for "open". I'll stick with 2.7.6 until I feel the need to upgrade, at which time I will adapt Thank you, ~oda |
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sigil 2.7.6 Released | DiapDealer | Sigil | 14 | 03-26-2026 11:16 AM |
| Sigil-2.4.0 Released | DiapDealer | Sigil | 55 | 01-31-2025 04:28 PM |
| Sigil-2.3.0 Released | DiapDealer | Sigil | 111 | 09-06-2024 04:14 PM |
| Sigil-1.1.0 Released | DiapDealer | Sigil | 56 | 03-25-2020 02:28 PM |
| Sigil-0.8.900 released for testing - Wait for Sigil-0.8.901 | KevinH | Sigil | 106 | 10-04-2015 10:41 AM |