Skip to content
Snippets Groups Projects
Commit 34f413d4 authored by SeeLook's avatar SeeLook
Browse files

Mark version as 1.2A.7-rc3

parent 9c3c236e
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ SET(Nootka_VERSION_MAJOR "1") ...@@ -10,7 +10,7 @@ SET(Nootka_VERSION_MAJOR "1")
SET(Nootka_VERSION_MINOR "3") SET(Nootka_VERSION_MINOR "3")
SET(Nootka_VERSION_PATCH "0-alpha") SET(Nootka_VERSION_PATCH "0-alpha")
set(Nootka_ANDROID_VERSION "1.2A.7") set(Nootka_ANDROID_VERSION "1.2A.7-rc3")
SET(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}") SET(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")
SET(Nootka_VERSION_FULL "${Nootka_VERSION}.${Nootka_VERSION_PATCH}") SET(Nootka_VERSION_FULL "${Nootka_VERSION}.${Nootka_VERSION_PATCH}")
...@@ -146,7 +146,7 @@ if(UNIX AND NOT APPLE) ...@@ -146,7 +146,7 @@ if(UNIX AND NOT APPLE)
execute_process(COMMAND sh ${CMAKE_CURRENT_SOURCE_DIR}/packaging/make-chlog.sh ${Nootka_VERSION_FULL} ${CMAKE_CURRENT_BINARY_DIR}/doc/changelog ${CMAKE_CURRENT_SOURCE_DIR}) execute_process(COMMAND sh ${CMAKE_CURRENT_SOURCE_DIR}/packaging/make-chlog.sh ${Nootka_VERSION_FULL} ${CMAKE_CURRENT_BINARY_DIR}/doc/changelog ${CMAKE_CURRENT_SOURCE_DIR})
" ) " )
if (DPKG_CMD) # Debian changelog if (DPKG_CMD) # Debian changelog
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/doc/changelog.Debian.gz" DESTINATION share/doc/nootka) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/doc/changelog.Debian.gz" DESTINATION share/doc/nootka RENAME changelog.gz)
endif (DPKG_CMD) endif (DPKG_CMD)
install(FILES copyright DESTINATION share/doc/nootka) install(FILES copyright DESTINATION share/doc/nootka)
install(FILES packaging/nootka.1.gz DESTINATION share/man/man1) install(FILES packaging/nootka.1.gz DESTINATION share/man/man1)
......
1.2A.7 1.2A.7 rc3
ANDROID ANDROID
- handle pinch gesture to zoom score in/out - handle pinch gesture to zoom score in/out
- touching screen suspends pitch detection
- application can restart itself to restore initial settings - application can restart itself to restore initial settings
- updated Qt version to 5.6.1
BUGS FIXES
- prevent stopping input sound randomly
- fixed issues with saving exams/levels on device
1.2.7
Nootka says: I speak Spanish
- translated to Spanish language
- better handling input audio data, increased buffer size
- less fragmented pitch detection, if any
- forwarding input to output works with every sound system now
BUGS FIXES
- fixed reason of random crashes when audio input started
- repaired starting exam with melodies from single note mode view
- fixed deb package compatibility with Ubuntu 16.04
- minor fixes
1.2A.6 1.2A.6 rc2
Google Play(s) with Nootka Google Play(s) with Nootka
ANDROID ANDROID
- prepared to release in Google Play - prepared to release in Google Play
......
#if defined (Q_OS_ANDROID) #if defined (Q_OS_ANDROID)
#define NOOTKA_VERSION "1.2A.7" #define NOOTKA_VERSION "1.2A.7-rc3"
#else #else
#define NOOTKA_VERSION "1.3.0-alpha" #define NOOTKA_VERSION "1.3.0-alpha"
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment