Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 02-06-2020, 08:20 PM   #1
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,525
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Sigil-1.1.0 Released

Sigil-1.1.0

Sigil-1.1.0 represents a mix of bug fixes and new features for both epub2 and epub3 users. Some of the highlights for this release include:

Dark mode suport for Windows Linux and macOSX. Mac is the only one of the three platforms where Qt inherently supports the system-level dark mode.

A brand-new higher-contrast icon set for Sigil has been contributed by BeckyEbook. Thanks for all your contributions to this version @Becky!

Sigil's preference widgets have been redesigned to fit on smaller screens and to make room for future preference. Make sure you take a look around. Everything is still there, but some things have been regrouped and relocated.

Platform-specific Dark Mode details:

On Windows, darkmode is most commonly controlled by the darkmode settings in the latest version of Windows 10's settings. It won't work "on the fly" like many apps from the Windows Appstore, so you'll have to restart Sigil if you change your system settings to see the settings take effect. To override the system setting (or to enable dark mode on versions of Windows that don't officially have a dark mode), use the SIGIL_USES_DARK_MODE environnment variable (0 = off, anything else = on).

On Linux, Sigil has made changes to try and honor all platform themes that users define for their Qt apps on their desktop of choice. So theme managers like qt5ct or kvantum should work well with changing Sigil's look. There might be a bit of color/qss tweaking to do, but all-in-all, I've seen good results with a myriad of themes (dark and light). If you'd like to opt-in to Sigil's own included dark palette, set the FORCE_SIGIL_DARKMODE_PALETTE environment variable before launching Sigil. That will cause Sigil to ignore platform themes/overrides and to use the same dark palette that Windows uses.

On macOSX, Dark mode should just work. Qt has added a lot of inherent support for Mac's dark mode and Sigil has incorporated that support. Even on-the-fly time-of-day changes should work with Sigil.

New Features (since the 1.0.0 release):
  • Added Support for Dark Mode for Windows, Linux and macOSX (Thanks BeckyEbook!)
  • Added new icons that work well under both Light and Dark modes (Thanks BeckyEbook)
  • Added ability to use Dark Mode for Preview (controlled by Preferences)
  • Added Zoom Keys Ctrl +/- support to the Inspector (for improved Accessibility)
  • Added support for a second Clip bar with up to 20 additional clips
  • Select Special Character Dialog now support scrollbars
  • Guide and Nav titles are now translated into ebook language (if translations available)
  • All Report Names have been shortened to allow larger font sizes for better Accessibility
  • Added improved contrast icons (Thank you BeckyEbook!)
  • Completely reworked all Sigil Preference Dialogs to make them more screen/user friendly
  • Added support for controlling Windows/Linux HighDPI settings
  • Clips from the Clips QDockwidget window can now be used in CSS Tabs as well.
  • The plugin interface has been extended to show current colorMode and primary colors

Bug Fixes (since the 1.0.0 release):
  • Replaced deprecated QSignalMapper code with QActionGroups throughout Sigil's code base (still more work to do there)
  • Fixed bug in "open-with" on macOSX that did not allow .app files to be selected
  • Soft hyphens characters are now handled properly by Spellchecking [PR from BeckyEbook]
  • Fixed bug in 'split at cursor" that created extra empty pages
  • Fix bug in Insert Files from Disk
  • Fixed same thread re-entrancy issues with tab creation / deletion code due to Qt signal/slot handling
  • Fixed source code typos [PR from luzpaz]
  • Fixed incorrect number of "times used" in Image Reports
  • Fixed plugin font_iter() code to properly handle new Iana.org font media types
  • Broken links are no longer changed during ImportHTML (Add Existing...) operations
  • Cover svg image "vh" "vw" fixup code now properly handles empty headers on cover page
  • GetBookpathByPathEnd() will now work properly and thereby better handle detection of file[code]name conflicts during imports
  • Better handle file name info from Validation plugins
  • Inserting Links now creates proper links for top of page of the same file
  • Fix ImportHTML when creating a new book to properly add an NCX if needed
  • Include official QT backported fixes to Qt 5.12.6 to make it more stable
  • The nav will now properly handle internal links to top of page of the nav itself
  • harden lxml xml processing with resolve_entities set to false for improved security

---------------------------------------------------------------------------

Please check the Sigil Wiki for important Sigil support links, additional resource downloads, and platform-specific trouble-shooting tips/requirements.

Mac users should still download and install ActiveState's ActiveTcl Community Edition to utilize plugins that use Tk/Tcl GUIs. More here.
Mac users should also check out the wiki entry on the New Release File Format

The latest Sigil user guide can always be downloaded from its own repository.

PGP Fingerprint

Sigil-1.1.0 Github Release page and downloads.
DiapDealer is offline   Reply With Quote
Old 02-06-2020, 10:57 PM   #2
graycyn
Wizard
graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.
 
Posts: 1,588
Karma: 11380098
Join Date: Aug 2010
Location: NE Oregon
Device: Kobo Sage, Pocketbook Era, Kobo Forma, Kindle Oasis 2
I've been running Sigil v0.9.10 on Windows 10, should I uninstall that prior to going to Sigil 1.1.0 or is it safe to update over the existing install?

Also, if for any reason, I don't get along with the latest Sigil, can it be uninstalled and my old version reinstalled?

Hadn't been working much on my ebooks for some time due to health issues, but feeling back in the mood and thought I ought to get Sigil more up-to-date....

I assume I also need PageEdit 1.1.0?
graycyn is offline   Reply With Quote
Advert
Old 02-06-2020, 11:31 PM   #3
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,704
Karma: 5703586
Join Date: Nov 2009
Device: many
Depends if you are a big BookView user or not. More recent versions have done away with BookView for Sigil, and have added the ability to edit epubs "as-is" and not have to standardize the layout of every epub it opens.
KevinH is offline   Reply With Quote
Old 02-06-2020, 11:49 PM   #4
graycyn
Wizard
graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.
 
Posts: 1,588
Karma: 11380098
Join Date: Aug 2010
Location: NE Oregon
Device: Kobo Sage, Pocketbook Era, Kobo Forma, Kindle Oasis 2
Quote:
Originally Posted by KevinH View Post
Depends if you are a big BookView user or not. More recent versions have done away with BookView for Sigil, and have added the ability to edit epubs "as-is" and not have to standardize the layout of every epub it opens.
I never did edit in BookView, but I did use it to view what book pages would look like. I always edit in code view. Maybe I don't need PageEdit.

Mainly I just want to find out whether I can safely uninstall the new Sigil and return to my old version should I not get along with the new?

I'm in my 60s, so change doesn't always go easy, but I'm usually pretty adaptable. As I haven't worked on my digitization hobby for a bit, I thought I might as well go with 'new and improved' in hopes of liking the new Sigil even better!
graycyn is offline   Reply With Quote
Old 02-07-2020, 12:24 AM   #5
odamizu
just an egg
odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.
 
odamizu's Avatar
 
Posts: 1,819
Karma: 6769540
Join Date: Mar 2015
Device: Kindle, iOS
DiapDealer! KevinH!

And BeckyEbook for the wonderful new icon set. Such pizzazz
odamizu is offline   Reply With Quote
Advert
Old 02-07-2020, 04:26 AM   #6
User_Z
Zealot
User_Z began at the beginning.
 
Posts: 114
Karma: 10
Join Date: Sep 2019
Location: Ukraine
Device: Computer, iPad
The previous version of the icons was many, many times better.
What you did is just a nightmare.

In preview mode (F10), window borders go beyond the screen. This was not in version 1.0.0
Attached Thumbnails
Click image for larger version

Name:	Sigil-1-1-0.jpg
Views:	315
Size:	1.28 MB
ID:	176981  

Last edited by User_Z; 02-07-2020 at 04:29 AM.
User_Z is offline   Reply With Quote
Old 02-07-2020, 04:54 AM   #7
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,525
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by User_Z View Post
The previous version of the icons was many, many times better.
What you did is just a nightmare.
Get over yourself. One of Sigil's longtime users donated their time and talent to provide those icons. What have you contributed to Sigil (other than rancor, that is)?
DiapDealer is offline   Reply With Quote
Old 02-07-2020, 05:25 AM   #8
sherman
Guru
sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.
 
Posts: 875
Karma: 2676800
Join Date: Aug 2008
Location: Taranaki - NZ
Device: Kobo Aura H2O, Kobo Forma
Just installed (I had 0.9.18 installed previously). Dark mode worked fine out of the box on Windows 10.

I quite like the new icon set. Colours look good in dark mode (can't say about light mode), and most importantly, the icons make sense. I could determine (most of) the icon meanings without needing a tooltip to tell me what they do.

Congrats on the new release!
sherman is offline   Reply With Quote
Old 02-07-2020, 05:26 AM   #9
User_Z
Zealot
User_Z began at the beginning.
 
Posts: 114
Karma: 10
Join Date: Sep 2019
Location: Ukraine
Device: Computer, iPad
Quote:
Originally Posted by DiapDealer View Post
Get over yourself. One of Sigil's longtime users donated their time and talent to provide those icons. What have you contributed to Sigil (other than rancor, that is)?
I have nothing to overcome myself.

I translate Sigil into Russian and Ukrainian. My translations are included in this release too.
I am the initiator of porting the editor to the Haiku system. Which was successfully completed.

Last edited by User_Z; 02-07-2020 at 05:31 AM.
User_Z is offline   Reply With Quote
Old 02-07-2020, 05:42 AM   #10
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,525
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
The user who donated the icons also provides Sigil translations. And your Haiku port is for an old unsupported version of Sigil.

Look, I have no problem with honest criticism. It's the unnecessary and insulting hyperbole that pisses me off.
DiapDealer is offline   Reply With Quote
Old 02-07-2020, 05:54 AM   #11
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,525
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by sherman View Post
I quite like the new icon set. Colours look good in dark mode (can't say about light mode), and most importantly, the icons make sense. I could determine (most of) the icon meanings without needing a tooltip to tell me what they do.
Thanks. I know it was a goal of hers to make sure the new icons weren't too confusing for longtime users.
DiapDealer is offline   Reply With Quote
Old 02-07-2020, 06:30 AM   #12
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 30,997
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
I kinda like the new dark mode friendly icons
I also like the option to NOT simulate dark mode for the Preview (I read on e-ink, so it is closer to what I will get)
theducks is online now   Reply With Quote
Old 02-07-2020, 06:59 AM   #13
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,525
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by theducks View Post
I also like the option to NOT simulate dark mode for the Preview (I read on e-ink, so it is closer to what I will get)
That was a priority. There's no real way to provide a dark Preview without potentially stepping on the book's own css. So we had to have a "nothing but the book" option--even in dark mode.
DiapDealer is offline   Reply With Quote
Old 02-07-2020, 07:32 AM   #14
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,339
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by User_Z View Post
...

In preview mode (F10), window borders go beyond the screen. This was not in version 1.0.0
F10 simply turns the preview on/off and puts it to the size/location you last had it. All you need to do is move the window and resize it to your needs...then F10 to turn on/off... this behavior was in all previous versions as far as I remember.
Turtle91 is offline   Reply With Quote
Old 02-07-2020, 10:30 AM   #15
User_Z
Zealot
User_Z began at the beginning.
 
Posts: 114
Karma: 10
Join Date: Sep 2019
Location: Ukraine
Device: Computer, iPad
Quote:
Originally Posted by Turtle91 View Post
F10 simply turns the preview on/off and puts it to the size/location you last had it. All you need to do is move the window and resize it to your needs...then F10 to turn on/off... this behavior was in all previous versions as far as I remember.
The main screen resolution is set to 2560x1440

My previous settings on version 1.0.0 is the 768x1024 preview screen.
After installing version 1.1.0, an incorrect scaling of the preview screen with incomprehensible sizes occurs.
I managed to set 768x628, it no longer fits the screen.

Understood. To eliminate this effect, you need to turn off the High DPI mode in the settings, which was turned on by default.
Attached Thumbnails
Click image for larger version

Name:	Sigil-1-0-0.jpg
Views:	245
Size:	286.9 KB
ID:	176985   Click image for larger version

Name:	Sigil-1-1-01.jpg
Views:	251
Size:	213.2 KB
ID:	176986   Click image for larger version

Name:	Sigil-1-1-012.jpg
Views:	210
Size:	208.7 KB
ID:	176987   Click image for larger version

Name:	Sigil-1-1-013.jpg
Views:	244
Size:	429.0 KB
ID:	176988  

Last edited by User_Z; 02-07-2020 at 10:49 AM.
User_Z is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sigil-0.9.10 Released DiapDealer Sigil 149 11-19-2018 10:20 PM
Sigil-0.8.900 released for testing - Wait for Sigil-0.8.901 KevinH Sigil 106 10-04-2015 10:41 AM
Sigil 0.8.2 Released user_none Sigil 12 12-22-2014 06:02 PM
Sigil 0.8.0 Released user_none Sigil 126 10-11-2014 07:52 PM
Sigil 0.5.3 Released user_none Sigil 85 05-13-2012 05:29 AM


All times are GMT -4. The time now is 12:09 AM.


MobileRead.com is a privately owned, operated and funded community.