Pre-release 1.2 is available for testing

v1.2.3

Joplin 1.2.3 (prod, win32)
Sync Version: 2
Profile Version: 34
Keychain Supported: Yes
Revision: 485921d8 (master)

Windows 10 x64 (VM)

Notebook Right-Click Menu

There no longer appears to be a right-click menu for Notebooks so you cannot delete or rename them. Tested using portable & desktop version. Unlike this post rollups and creating new notebooks works.

CSS classes

Does the build process with the new themeing now generate new css class names for each build? I created some css for the Notebook pane in 1.2.2. For these the class names controlling font sizes, weights, colours were "random" characters like:

 .cZINEN {
	/* sidebar - category names - "NOTEBOOKS" "TAGS" */
	 font-weight: normal !important;
}
 .bHxPg {
	/* sidebar - notebook names */
	 font-size: 12px !important;
	 font-weight: normal !important;
}

However in 1.2.3 these classes are now .kKWvii and .eFNraI respectively (at least for me they are). "Traditional" selectors like div.tag-list span remain unaffected.