Download Publii 0.37
-
September 23, 2020 at 4:16 pm #3857
[anonymous]
https://github.com/GetPublii/Publii: “Current version: 0.37.0 (build 13758)”
https://getpublii.com/download/: “0.36.1 (build 13320) Beta!”
Where can I download Publii 0.37.0?
September 23, 2020 at 4:22 pm #3858
Bob
We found some significant bugs and unfortunately we have to delay the release by one day. π
September 23, 2020 at 7:06 pm #3859
[anonymous]
Hello Bob,
thank you for your response. I can wait one more day π
September 24, 2020 at 6:27 am #3861
[anonymous]
Greeeat, can’t wait to see the changelog π
September 24, 2020 at 2:59 pm #3865
Bob
hm .. unfortunately, we need one more day π
September 24, 2020 at 7:17 pm #3866
[anonymous]
No worries!
September 25, 2020 at 5:18 am #3868
Bob
ReleasedΒ https://getpublii.com/blog/publii-37-release.html π
September 25, 2020 at 2:32 pm #3869
[anonymous]
This reply has been marked as private.September 25, 2020 at 4:29 pm #3873
[anonymous]
This reply has been marked as private.September 25, 2020 at 4:33 pm #3875
Bob
This reply has been marked as private.September 25, 2020 at 4:42 pm #3876
[anonymous]
This reply has been marked as private.September 25, 2020 at 5:06 pm #3877
[anonymous]
This reply has been marked as private.September 25, 2020 at 5:49 pm #3878
[anonymous]
@nicholasoneil – it is probably caused by a lack of customConfig section in your theme.json file.
Please try to add:
customConfig: []
In your theme.config.json
September 25, 2020 at 6:17 pm #3879
[anonymous]
I already deleted the site from Publii and trash it. I had my Publii site configured with Netlify and when I installed Publii 0.37 on Mac, I replaced the Publii app (so I didn’t end up with 2 Publii apps on my Mac). I opened Publii 0.37 and it display that error message. It couldn’t load the site I configured my server with, but it did load up another site I had in Publii app.
September 25, 2020 at 7:50 pm #3880
[anonymous]
It means that the other site has theme with customConfig array in theme.config.json. Most probably you have used some custom theme without this section.
September 25, 2020 at 8:08 pm #3881
[anonymous]
Okay. It’s a great idea to back up your site. After I deploy my Publii site to Netlify, I ran a back up in Publii app. I went in my Publii back ups and extract the back up zip folder and copied the folder to Publii sites folder. Then, I opened Publii app and it displayed the add a website (cause I delete everything). Then, I click the 3 arrows in the top right corner, clicked on Themes, and then, I click Go Back and my site appear with server details.
September 25, 2020 at 10:24 pm #3882
[anonymous]
I upgraded to 0.37, went to my them blank-override, added
customConfig: [],
to config.json, launched the app, and got this error:
A Javascript error occured in the main process Uncaught Exception: TypeError: Cannot read property 'concat' of undefined at Function.loadThemeConfig (/Applications/Publii.app/Contents/Resources/app.asar/back-end/themes.js:378:71) at App.switchSite (/Applications/Publii.app/Contents/Resources/app.asar/back-end/app.js:216:34) at IpcMainImpl.<anonymous> (/Applications/Publii.app/Contents/Resources/app.asar/back-end/events/site.js:318:38) at IpcMainImpl.emit (events.js:210:5) at IpcMainImpl.EventEmitter.emit (domain.js:476:20) at WebContents.<anonymous> (electron/js2c/browser_init.js:3908:15) at WebContents.emit (events.js:210:5) at WebContents.EventEmitter.emit (domain.js:476:20) at WebContents.topLevelDomainCallback (domain.js:131:23)
September 25, 2020 at 10:45 pm #3883
[anonymous]
Darn it, user error. I removed
customConfig: [],
and it’s working fine. I was not paying attention. Sorry for the noise.