Update

119 views
Skip to first unread message

Simon Haynes

unread,
Nov 11, 2020, 4:28:30 PM11/11/20
to ywr...@googlegroups.com
I know I've been quiet lately, but I wrote one lengthy novel in October and am more than halfway through a second. Writing at this pace leaves little time for anything else.

I just wanted to post because Microsoft has now released .Net 5 to the public and developers.

(.Net is the programming architecture yWriter is written on)

Right now, I make all changes to yWriter7 first, and once they're stable I back-port them to yWriter 5 and 6, ensuring all three versions of the program are functionally identical.

My plan is to use yWriter8 for my own projects from this point on, and make all my programming changes to that version of the program. From time to time I'll backport stable changes to yWriter7, 6 and 5.

The only difference to users is that yWriter7 won't have random features added, followed by lots of bug fixes and beta releases. That sort of development will occur in yWriter 8 instead, and these new features will only appear in yWriter7/6/5 when they're stabilised.

I'm not suggesting anyone else use yWriter8, but obviously you're welcome to. There's no advantage over yWriter7/6/5, and in fact there's a disadvantage for some: I discovered that the text-to-speech (read aloud) is no longer available in .net 5, having been moved to the dreaded cloud AND with a fee for use.

(I'm experimenting with writing a dotnet 4 addon containing the speech processing functions, which is a way around this issue.)

In summary, yWriter8 will become the cutting-edge version, instead of yWriter7.

(I'm not planning a YW8 project format.)

Looking to the future, I'm hoping beyond hope that Microsoft releases some kind of unified User Interface for .Net 5 which also runs on Linux and Mac (and Android and IOS), which would mean one download and one version of yWriter8 for everything. Nirvana.


Cheers
Simon Haynes

--
Visit Spacejock Software, the home of yWriter, FCharts and more
Visit spacejock.com.au for my articles on writing and publishing novels.

Henry Boleszny

unread,
Nov 11, 2020, 8:33:18 PM11/11/20
to ywr...@googlegroups.com

Hope all your plans work out and thanks for the update.

 

Henry

 

Sent from Mail for Windows 10

--
You received this message because you are subscribed to the Google Groups "yWriter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ywriter+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ywriter/CAN0R%3DkRgWbOzps0%3Dbbrb_kbrSQuxNxFSYfOSokX%3D5XoixFKo1g%40mail.gmail.com.

 

Simon Haynes

unread,
Nov 11, 2020, 8:35:47 PM11/11/20
to ywr...@googlegroups.com
Just hit the first snag - events aren't firing properly in dotnet 5, so the Find doesn't work and none of the lists update.

Straight back to yWriter 7 for me, and I'll give it a couple of months to let other people beta-test their 'stable' release. (It's bad enough when it's my code, but when the programming language doesn't work it's a nightmare.)





--

Wayne Connolly

unread,
Nov 11, 2020, 9:15:37 PM11/11/20
to ywr...@googlegroups.com
That is a terrific achievement Simon! (both the novels and the .net upgrade). Thankyou for continually supporting this software! It's really respected here!

--
You received this message because you are subscribed to the Google Groups "yWriter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ywriter+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ywriter/CAN0R%3DkRgWbOzps0%3Dbbrb_kbrSQuxNxFSYfOSokX%3D5XoixFKo1g%40mail.gmail.com.


--
Kind regards,

Wayne Connolly

Ariadne GF

unread,
Nov 11, 2020, 10:08:00 PM11/11/20
to ywr...@googlegroups.com
Thanks for your permission to communicate with all of you, I am beat regard, and I I wish you a wonderful time 

Saludos

You received this message because you are subscribed to a topic in the Google Groups "yWriter" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ywriter/FJ50YJYxLjA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ywriter+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ywriter/ME2P282MB010047497CC73CB975BCC0A59EE70%40ME2P282MB0100.AUSP282.PROD.OUTLOOK.COM.

slery...@gmail.com

unread,
Nov 12, 2020, 1:52:06 AM11/12/20
to ywr...@googlegroups.com

Thanks so much for all of your hard work. It is very much appreciated, and your attention to fixing accessibility issues is top notch. I recommend to yWriter to all of my blind and sighted writer friends.

 

Cindy

Simon Haynes

unread,
Nov 12, 2020, 10:14:58 AM11/12/20
to ywr...@googlegroups.com
Thanks, I appreciate that.

yWriter started out as a selfish project (something to help me untangle my first novel), but once I released it to the public it helped to improve the software for everyone.

Cheers
Simon




--

Dave Richardson

unread,
May 8, 2021, 4:19:54 PM5/8/21
to yWriter
As a newly arrived convert to yWriter using the yWriter7 Beta version, I must say I dealy love how it works and how it helps with the writing workflow. Being able to create new Items and Characters on the fly and add them to the appropriate areas without breaking the writing workflow is a great freedom to have.

Unfortunately, as a longtime Linux user I find myself grinding my teeth when having to take that horrible giant step back to Micro$haft Windoze, and have to wonder if, as a fellow .Net (mostly C#)  programmer that is new to writing (except for a few project technical documents,) is there any way you would accept a certain level of cooperation in porting the yWriter7 code into something that would be close to feature complete under Linux (or at least Wine.) I have been programming since '73, so it is not a new area for me and I can generally avoid the worst beginner mistakes.

Dave

Simon Haynes

unread,
May 9, 2021, 5:44:44 AM5/9/21
to ywr...@googlegroups.com
Hi

yWriter was first written in VB6 about 20 years ago, then converted to VB2008, and from then through various versions to where it is now. Mostly still VB - I do write in C# but VB is much quicker and more reliable for me (30 years practice and experience.)

I'm just waiting for Maui and then I'll convert the whole UI to that, once the dust has settled, which should give me native Win/Mac/IOS/Android versions from the one codebase.  Right now the UI is distinct for mac/win/portable but the underpinnings are the same. (all code in DLLs)

I'm also waiting to see when Maui for Linux is coming. It has to be on the radar, but that will be the last missing piece of the puzzle.



Todd Carnes

unread,
May 9, 2021, 9:26:52 AM5/9/21
to ywr...@googlegroups.com

I was really excited about MAUI at first. Unfortunately, the last I heard, Linux support was being "left up to the community". (Translation: Once more Microsoft is giving the Linux community the middle finger.)

There is a fork of MAUI that is intended to add support for Linux here, but we'll have to wait and see if Microsoft actually allows them to be pulled into the main codebase or not.

I wouldn't hold my breathe waiting for it to happen though. Microsoft doesn't mind accepting contributions from the open source community to fix their bugs, but they never want to give anything back.

I think they have no intention to support Linux. They're making vague promises they have no intention of actually keeping just to get people to continue contributing bug fixes for them.

Todd

OpenPGP_0xC46EFB402C2F0B1E.asc
OpenPGP_signature

Simon Haynes

unread,
May 9, 2021, 9:31:12 AM5/9/21
to ywr...@googlegroups.com
I'll have enough work to do converting the entire UI to maui.  We'll see what eventuates later re Linux.



--
You received this message because you are subscribed to the Google Groups "yWriter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ywriter+u...@googlegroups.com.

Todd Carnes

unread,
May 9, 2021, 10:46:31 AM5/9/21
to ywr...@googlegroups.com

I have been looking at Avalonia lately. It has full support for Windows, Mac & Linux (X11). Support for Android and iOS is expected soon as well.

Todd

OpenPGP_0xC46EFB402C2F0B1E.asc
OpenPGP_signature

Dave Richardson

unread,
May 9, 2021, 11:19:14 AM5/9/21
to yWriter
Thanks to having been around and programming almost as long as Bill Gates, I also have nothing but cynicism for anything Micro$haft promises - they have earned that and a great deal of hatred from the Linux community.  Their current attempts to coopt us have repeatedly proven to be nothing but gaslighting, and it truly made me angry when they went back to their worst tactics and bought up the Mono people to get rid of the competition. This is why I made the offer I did, hoping that one day I might have a truly great writing tool that works properly under a real operating system. I suppose I will have to see about working on fixing other writing tools.

The really sad part is that a lot of the current yWriter 7 Beta works well under Mono.

Dave
Reply all
Reply to author
Forward
0 new messages