Alpha v0.0.1-alpha.11
Pre-release
Pre-release
dscalzi
released this
12 Jun 08:33
·
300 commits
to master
since this release
This build contains several minor new features. The Java settings tab has been partially completed, adding support for managing memory allocation. In a future build this tab will be completed, adding support for managing the location of the Java executable as well as the additional JVM arguments.
New Features
- 08eb047 Added indication for when there is new or updated news content. This will be displayed as a red dot on the news button. It will remain until the news view has been opened.
- 1fd6920 A .nvmrc file has been added for contributors who use Node Version Manager.
- db7ba0d, 6ac48a6, b61a9a2 Partially implemented the Java settings tab. So far, support for memory management has been added. The range slider has a minimum value of 2G on machines with 4G or less RAM, 3G on all others. The slider's maximum value is determined by the following:
(Total RAM) - (1G for OS) - (1G per each 4G RAM up to 16G) - (1G per each 8G RAM after 16G)
CSS Changes
- 7cf0e1f Tweaked some existing styles.
- Most of the UI is now unselectable. Specific portions, such as news articles, are still selectable. More portions can be turned back on if there is a need.
- The account selection styles now conform with the auth account styles on the settings UI.