Skip to content

Commit bc923ee

Browse files
committed
CollectionInterface plugin v1.1
- Adds DarkMode support (with N++ v8.5.4 or newer) - Allow selecting multiple UDLs (or other file types) for bulk download (#6) - Add label to progress bar so "100% [DONE]" is more clear (#9) - Fix crash if firewall blocks download (#13) and make error handling better in other edge cases as well
1 parent 08187c5 commit bc923ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dialogs/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// // VERSION_TEXT This must match the tag pushed on the server minus the "v"
2525
#define VERSION_TEXT TEXT(VERSION_STRING)
2626
// // VERSION_STAGE // "-alpha", "-beta", "-dev", ""
27-
#define VERSION_STAGE "-dev"
27+
#define VERSION_STAGE ""
2828
#define VERSION_STAGE_WS TEXT(VERSION_STAGE)
2929
#define VERSION_NAME "CollectionInterface"
3030
#define VERSION_NAME_WS TEXT(VERSION_NAME)

0 commit comments

Comments
 (0)