forked from baumgarr/nixnote2
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
145 changed files
with
180,342 additions
and
27,627 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
NixNote (2.1.10) stable; urgency=low | ||
* Authentication (Evernote login) now uses system browser which fixes login problems and also enables to use all | ||
login options supported by Evernote (multifactor authentication, login by Google etc.) | ||
* AppImage is now built on Ubuntu 20.04 (focal) - i.e. will not run on older distribution that Ubuntu 20.04, | ||
should of course run on all newer systems | ||
* AppImage is now created by linuxdeploy tool (instead of linuxdeployqt) | ||
* Removed the usage of custom built tidy-html5 in favour of the package provided by distribution | ||
* Updated Evernote client - QEverCloud version 4.1.0 to 6.2.0 | ||
* All changes thanks to https://github.com/d1vanov | ||
-- Robert Spiegel <[email protected]> Wed, 19 Apr 2023 19:11:10 +0200 | ||
|
||
NixNote (2.1.9) stable; urgency=low | ||
* Added a new dark theme. | ||
* Optimised the sql statements of note creating and updating. | ||
|
@@ -12,6 +23,7 @@ NixNote (2.1.9) stable; urgency=low | |
* RAM usage optimizations. | ||
* Fixed file downloading under Windows. | ||
* Made the editor not render the note content when Key_Up or Key_Down keeps being pressed. | ||
* All changes thanks to https://github.com/boo-yee | ||
-- Robert Spiegel <[email protected]> Sat, 15 Apr 2023 12:15:22 +0200 | ||
|
||
NixNote (2.1.8) stable; urgency=low | ||
|
@@ -24,6 +36,7 @@ NixNote (2.1.8) stable; urgency=low | |
* Fixed: Nixnote2 exits when network gets disconnected - issue #189 | ||
* Fixed: Import all notes, tag issue - issue #153 | ||
* Fixed: Local images cannot be pasted, images in notes cannot be saved. | ||
* All changes thanks to https://github.com/boo-yee | ||
-- Robert Spiegel <[email protected]> Sat, 10 Sep 2022 10:00:00 +0200 | ||
|
||
NixNote (2.1.7) stable; urgency=low | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
NixNote (2.1.10) stable; urgency=low | ||
* Authentication (Evernote login) now uses system browser which fixes login problems and also enables to use all | ||
login options supported by Evernote (multifactor authentication, login by Google etc.) | ||
* AppImage is now built on Ubuntu 20.04 (focal) - i.e. will not run on older distribution that Ubuntu 20.04, | ||
should of course run on all newer systems | ||
* AppImage is now created by linuxdeploy tool (instead of linuxdeployqt) | ||
* Removed the usage of custom built tidy-html5 in favour of the package provided by distribution | ||
* Updated Evernote client - QEverCloud version 4.1.0 to 6.2.0 | ||
* All changes thanks to https://github.com/d1vanov | ||
-- Robert Spiegel <[email protected]> Wed, 19 Apr 2023 19:11:10 +0200 | ||
|
||
NixNote (2.1.9) stable; urgency=low | ||
* Added a new dark theme. | ||
* Optimised the sql statements of note creating and updating. | ||
|
@@ -12,6 +23,7 @@ NixNote (2.1.9) stable; urgency=low | |
* RAM usage optimizations. | ||
* Fixed file downloading under Windows. | ||
* Made the editor not render the note content when Key_Up or Key_Down keeps being pressed. | ||
* All changes thanks to https://github.com/boo-yee | ||
-- Robert Spiegel <[email protected]> Sat, 15 Apr 2023 12:15:22 +0200 | ||
|
||
NixNote (2.1.8) stable; urgency=low | ||
|
@@ -24,6 +36,7 @@ NixNote (2.1.8) stable; urgency=low | |
* Fixed: Nixnote2 exits when network gets disconnected - issue #189 | ||
* Fixed: Import all notes, tag issue - issue #153 | ||
* Fixed: Local images cannot be pasted, images in notes cannot be saved. | ||
* All changes thanks to https://github.com/boo-yee | ||
-- Robert Spiegel <[email protected]> Sat, 10 Sep 2022 10:00:00 +0200 | ||
|
||
NixNote (2.1.7) stable; urgency=low | ||
|
@@ -449,3 +462,4 @@ NixNote (2.0-beta-3) stable; urgency=low | |
NixNote (2.0-beta-2) stable; urgency=low | ||
* Beta 2. Lots of bug fixes and removal of Thrift. | ||
-- Randy Baumgarte <[email protected]> Sat, 26 Apr 2014 14:00:00 -0400 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#!/bin/bash | ||
|
||
PROG=nixnote2 | ||
DESKTOP_FILE=appdir/usr/share/applications/${PROG}.desktop | ||
|
||
BUILD_DIR=$(cat _build_dir_.txt) | ||
echo Build dir: ${BUILD_DIR} | ||
|
||
if [ ! -f "$DESKTOP_FILE" ]; then | ||
echo "$DESKTOP_FILE not found!" | ||
exit 1 | ||
fi | ||
|
||
export VERSIONX=$(cat appdir/usr/share/nixnote2/version.txt) | ||
echo Version: ${VERSIONX} | ||
|
||
# First, create appdir with bundled binaries | ||
CMD="linuxdeploy --desktop-file=$DESKTOP_FILE --appdir=appdir --plugin qt" | ||
echo About to run: $CMD | ||
$CMD | ||
|
||
# Then remove nss libs from the AppDir as they are known to cause troubles, see | ||
# https://github.com/probonopd/linuxdeployqt/issues/35 | ||
rm -f appdir/usr/lib/libnss3.so | ||
rm -f appdir/usr/lib/libnssutil3.so | ||
|
||
# Now create the actual appimage | ||
echo "Creating AppImage" | ||
appimagetool -n appdir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
FROM ubuntu:focal | ||
|
||
ARG wdir="/opt" | ||
WORKDIR $wdir | ||
|
||
ARG make_core=4 | ||
ENV PATH="${wdir}/linuxdeploy:${wdir}/linuxdeploy-plugin-qt:${wdir}/appimagetool:${PATH}" | ||
ENV DEBIAN_FRONTEND=noninteractive | ||
|
||
RUN apt-get update && apt-get install -y software-properties-common | ||
#RUN add-apt-repository ppa:nixnote/nixnote2-stable -y && apt-get update -qq | ||
RUN apt-get update && apt-get install -y git-core qt5-default build-essential ccache p7zip-full libssl1.1 libcrypt1 libnss3 \ | ||
wget curl make pkg-config \ | ||
qtwebengine5-dev qtwebengine5-dev-tools \ | ||
libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev libcurl4-openssl-dev \ | ||
libpoppler-qt5-dev libqt5webkit5-dev qt5-qmake qttools5-dev-tools libhunspell-dev libtidy-dev libqt5positioning5-plugins | ||
|
||
# install linuxdeploy | ||
RUN wget -nv "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage" && \ | ||
chmod a+x ./linuxdeploy-x86_64.AppImage && \ | ||
./linuxdeploy-x86_64.AppImage --appimage-extract && \ | ||
mv squashfs-root linuxdeploy && \ | ||
mv linuxdeploy/AppRun linuxdeploy/linuxdeploy | ||
|
||
# install linuxdeploy-plugin-qt | ||
RUN wget -nv "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage" && \ | ||
chmod a+x ./linuxdeploy-plugin-qt-x86_64.AppImage && \ | ||
./linuxdeploy-plugin-qt-x86_64.AppImage --appimage-extract && \ | ||
mv squashfs-root linuxdeploy-plugin-qt && \ | ||
mv linuxdeploy-plugin-qt/AppRun linuxdeploy-plugin-qt/linuxdeploy-plugin-qt | ||
|
||
# install appimagetool | ||
RUN wget -nv "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" && \ | ||
chmod a+x appimagetool-x86_64.AppImage && \ | ||
./appimagetool-x86_64.AppImage --appimage-extract && \ | ||
mv squashfs-root appimagetool && \ | ||
mv appimagetool/AppRun appimagetool/appimagetool | ||
|
||
RUN cd $wdir && git clone "https://github.com/robert7/nixnote2.git" && cd nixnote2 && git checkout master | ||
|
||
CMD /bin/bash |
Oops, something went wrong.