Yay, it is finally released… after several days of working on this version. Hmm? What? You do not know what JNCFeed and that is doing on this website?
JNCFeed is my application. Well, this is my blog and never actually intended to restrict it just for the EPUB release. I just focused on EPUB creation a lot in the past, so it naturally became like that. Now, I intend to proactively post my created application on this blog too.
Anyway, JNCFeed is a notification app for the latest part release in J-Novel Club. JNC is a translation company that specializes in Light Novels that also offer a subscription service that will provide early access to prepubs.
This app basically notifies users when a part of the series that I followed is released.
For this release, I changed the UI framework from PySimpleGUIQt to PySimpleGUI. That means it takes less in memory and smaller executable size. I also switch from Advanced Installer to NSIS because that app has too many feature restrictions in the free version. Now, I can customize the installer more easily. (It is actually hard through…ðŸ˜)
I also created a new logo for the app.
Full Changelog:
- Change PySimpleGUIQt to normal PySimpleGUI.
- Using psgtray as a replacement for QtSystemTray.
- Using NSIS Setup instead of Advanced Installer.
- Add About and Settings.
- Add support for changing RSS update interval in Settings.
- Add a new logo.
- Switch using pyinstaller onefile instead of onedir for ease of setting up NSIS script.
- Redesigned UI layout.
- Update all libraries and SQLite DLL to the latest version.
Anyway, the installer is on Github.