Upcoming moOde 8.2.3 release (Q4) - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Upcoming moOde 8.2.3 release (Q4) (/showthread.php?tid=5161) |
Upcoming moOde 8.2.3 release (Q4) - Tim Curtis - 11-01-2022 Hi, Here's the WIP release notes for upcoming moOde 8.2.3 release (Q4). This is mainly going to be a bug fix and UI improvement release to finish out the year :-) Also planned are Bumps to CamillaDSP, MPD and other components. Release notes Code: ################################################################################ RE: Upcoming moOde 8.2.3 release (Q4) - Sucama - 11-01-2022 Great Tim. As long as the sound quality remains the same, each update makes Moode Player a more and more solid product. Thank you so much! Mario RE: Upcoming moOde 8.2.3 release (Q4) - philrandal - 11-02-2022 (11-01-2022, 08:41 PM)Tim Curtis Wrote:I discovered this bug this afternoon, and was just about to report it! RE: Upcoming moOde 8.2.3 release (Q4) - Tim Curtis - 11-03-2022 Here's the latest WIP release notes. ALERT on a bug that @TheOldPresbyope discovered :-) The ON/OFF setting for SMB server in the File sharing section of System Config does not work. It always leaves the SMB server OFF unless NFS server is also ON. It's fixed in upcoming 8.2.3 but in the meantime here's a patch that fixes it right now. Just open an SSH terminal and execute the commands. Patch for broken SMB server ON/OFF setting Code: # Command to patch the file Release notes Code: ################################################################################ RE: Upcoming moOde 8.2.3 release (Q4) - Phil35 - 11-17-2022 Hi, What a great software! So now I have a mastodon/fosstodon account :-) because of you ;-) that's nice. Thank you Tim and thank you for the switch from tw###. Well done!. Phil35 RE: Upcoming moOde 8.2.3 release (Q4) - Tim Curtis - 11-22-2022 Just a status update. The refactoring of the config screens and modal popups is nearly complete :-) It achieves consistency in layout, spacing, labels, help and heading text, etc. I'll post some screen shots a subsequent post. In the code: - Inline style in the HTML has been replaced by CSS classes. - HTML and PHP template code variables and selectors refactored to conform to naming conventions - Unnecessary control-group divs and other elements removed - Other minor cleanup These improvements result in UI thats faster and easier to use and code thats vastly easier to maintain and extend :-) Next on the TODO list is to get the mobile landscape UI working reasonable well. RE: Upcoming moOde 8.2.3 release (Q4) - the_bertrum - 11-22-2022 I think I need an ultra-wide display now. It's all looking far too nice. RE: Upcoming moOde 8.2.3 release (Q4) - Nutul - 11-22-2022 (11-22-2022, 03:53 PM)Tim Curtis Wrote: Just a status update. That's an incredible work, Tim. Chapeau! Cheers, Al. RE: Upcoming moOde 8.2.3 release (Q4) - Tim Curtis - 11-22-2022 Thanks :-) It was a similar effort to refactoring the PHP back-end a few months ago. Its quite tedious but in the end very satisfying. Next year I'll prolly do the final part and refactor the JS. RE: Upcoming moOde 8.2.3 release (Q4) - TheOldPresbyope - 11-22-2022 I second the kudos. Quote:Its quite tedious This is what separates the real programmer from the hacker! A tip of my hat, sir, to your ongoing refactoring work. Regards, Kent |