Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2023 Roadmaps - I'm back! #398

Open
saltyshiomix opened this issue Sep 13, 2023 · 18 comments
Open

2023 Roadmaps - I'm back! #398

saltyshiomix opened this issue Sep 13, 2023 · 18 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@saltyshiomix
Copy link
Owner

saltyshiomix commented Sep 13, 2023

I'm back!

Suffering from bipolar disorder, I was unable to maintain nextron for over 8 months. Medication has allowed me to be somewhat more active, and I will be gradually improving this project.

I would like to thank everyone who has supported nextron so far:

  • All stargazers
  • All used by
  • All contributers
  • All collaborators
  • All sponsors

Thank you very much for your continued support.

Roadmaps

v8.8.0 - 2023/09/20

v8.9.0 - 2023/09/22

v8.10.0 - 2023/09/26

  • Remove nextron-init command
  • Examples
    • Fix with-emotion example
    • Fix with-material-ui example

v8.11.3 - 2023/09/27

v8.12.0 - 2023/10/14

MEMO

Bug Fixes

Help Wanted

Documentation

Questions and "check back later"

These questions may be the subject of future development.

FYI

@saltyshiomix saltyshiomix added the enhancement New feature or request label Sep 13, 2023
@saltyshiomix saltyshiomix self-assigned this Sep 13, 2023
@saltyshiomix saltyshiomix moved this to 🏗 In progress in Nextron Status Sep 13, 2023
@makeusabrew
Copy link

Hi @saltyshiomix! I don't know you personally, but I just wanted to say welcome back. Nextron is a great project and you've done some great work.

The list of issues you've posted above looks pretty daunting, so if there's anything the community can do to help with them (even if it's help decide if they can just be closed?), shout. I don't have bags of free time, but I'll try and do my bit and I'm sure others will too.

@saltyshiomix
Copy link
Owner Author

@makeusabrew

Thank you very much, and you are totally right!

I'll improve nextron step by step, too 🙇

@bm777
Copy link
Collaborator

bm777 commented Sep 24, 2023

I'm looking forward to it because I'm building my startup product with Nextron because I have struggled a bit with some features to implement in Nextron with external links.

I will distribute the beta version to people to test it before shipping the first release.

Screenshot 2023-09-24 at 09 15 46

Thanks, @saltyshiomix for creating Nextron ✌️

@saltyshiomix
Copy link
Owner Author

saltyshiomix commented Sep 26, 2023

@bm777

Thank you for using nextron!
I appreciate it very much. Please let me know when the service is released!!!

Please feel free to open issues if you have any troubles :)

@bm777
Copy link
Collaborator

bm777 commented Sep 26, 2023

@saltyshiomix

I will definitely :-)

I think, I will open an issue today, if we solve that issue, it will be a great achievement.

@saltyshiomix
Copy link
Owner Author

@bm777

I just created the disscussion:

Feel free to share your apps :)

@bm777
Copy link
Collaborator

bm777 commented Sep 26, 2023

@saltyshiomix

Yes of course, when the beta is ready I will share it with you first to correct some bugs 😉

@riclava
Copy link

riclava commented Sep 27, 2023

Electron 22+ is nice ;-)

@saltyshiomix
Copy link
Owner Author

@riclava
Thanks!
To use electron v22+, please see this introduction:
#299 (comment)

@saltyshiomix
Copy link
Owner Author

Nextron v8.12.0 is out!

Now it supports preload script for secure IPC features :)

@alexis-piquet
Copy link

Nice to see you back in the game @saltyshiomix. Have you plan to bump next version to 14? 'cause it's the latest available version. Let me know, I would like help you on this subject ;)

@saltyshiomix
Copy link
Owner Author

@alexis-piquet

Sorry for late reply.

Yes, I'm planning nextron v9 which supports both next v13 and v14 🙇

@pixelass
Copy link
Collaborator

Welcome back.. life is ****, the community is great.

BTW we use nextjs 13 with i18next (with no real issues). Happy to provide a basic example if it helps.

@saltyshiomix saltyshiomix added the help wanted Extra attention is needed label Feb 2, 2024
@saltyshiomix
Copy link
Owner Author

saltyshiomix commented Feb 11, 2024

@pixelass

I appreciate very much your sponsorship!

Thank you also for the pull request, I'll check it out soon :)

@saltyshiomix
Copy link
Owner Author

I apologize for the very slow work on support Next.js v14. I'm preparing it little by little, so please wait a little longer.

@saltyshiomix
Copy link
Owner Author

CC: @makeusabrew @bm777 @riclava @alexis-piquet @pixelass

Just released nextron v5.15.0, which supports Next.js v13 🎉

Next.js v14 support is coming soon 🙇

@bm777
Copy link
Collaborator

bm777 commented Apr 14, 2024

Oh waouh, Amazing new :) @saltyshiomix

@saltyshiomix
Copy link
Owner Author

I just released nextron v9.0.0, which supports next.js v13 and v14 🎉

NOTE: Please update renderer/next.config.js as belows:

module.exports = {
  output: 'export',
  // we want to change distDir to "app" so as nextron can build the app in production mode!
  distDir: process.env.NODE_ENV === 'production' ? '../app' : '.next',
  trailingSlash: true,
  images: {
    unoptimized: true,
  },
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: 🏗 In progress
Development

No branches or pull requests

6 participants