Skip to content

Commit de1e319

Browse files
committed
Merge branch 'release/0.6.3' into main
2 parents 203e3ce + fb98e03 commit de1e319

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ RUN apt update
33
RUN apt install -y python-is-python3 python3-pip
44
RUN apt-get install -y curl
55
RUN apt-get install ca-certificates
6-
RUN curl -L -o tmp/keep-it-markdown-0.6.1.tar.gz https://github.com/djsudduth/keep-it-markdown/archive/refs/tags/0.6.1.tar.gz
7-
RUN tar -zxvf tmp/keep-it-markdown-0.6.1.tar.gz
6+
RUN curl -L -o tmp/keep-it-markdown-0.6.3.tar.gz https://github.com/djsudduth/keep-it-markdown/archive/refs/tags/0.6.3.tar.gz
7+
RUN tar -zxvf tmp/keep-it-markdown-0.6.3.tar.gz
88
RUN pip install keyrings.alt
9-
RUN pip install -r /keep-it-markdown-0.6.1/requirements.txt
9+
RUN pip install -r /keep-it-markdown-0.6.3/requirements.txt
1010

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ If you are having difficulty logging in to Google you can use Docker with the pr
203203
1) Install Docker on any PC (find the online instructions for your particular operating system)
204204
2) Startup Docker (or it will autostart on reboot depending on how you installed it)
205205
3) Go to the command line and run ``docker build -t kim .`` in the directory where you installed KIM (it will take about 5 min to create the image)
206-
4) Run the Docker image with ``docker run --mount type=bind,source=(your PC's KIM directory)/mdfiles,target=/keep-it-markdown-0.6.1/mdfiles -it kim`` (you will be automatically logged into the Docker image and your PC's directory will be mapped to the Docker image directory)
207-
5) Change the directory to Kim ``cd keep-it-markdown-0.6.1``
206+
4) Run the Docker image with ``docker run --mount type=bind,source=(your PC's KIM directory)/mdfiles,target=/keep-it-markdown-0.6.3/mdfiles -it kim`` (you will be automatically logged into the Docker image and your PC's directory will be mapped to the Docker image directory)
207+
5) Change the directory to Kim ``cd keep-it-markdown-0.6.3``
208208
6) Follow **Second Way** instructions here to get a copy of the oauth_token cookie value - https://github.com/rukins/gpsoauth-java?tab=readme-ov-file
209209
7) Run the script in the KIM directory - `python get_token.py`
210210
8) Enter your Google email account name, oauth_token, and Android ID when prompted (Android ID can be anything, OAuth token expires in about 5 min)
@@ -280,4 +280,7 @@ Wikilinking now supported for Joplin notes
280280
## 0.6.2 Recent Changes
281281
Fixed the keep.resume warning message for newer gkeepapi version >= 0.16.0
282282
Fixed the Python 3.12+ regular expression error
283-
Added more detail error message if KIM fails to execute
283+
Added more detail error message if KIM fails to execute
284+
285+
## 0.6.3 Recent Changes
286+
Fixed the Dockerfile versions

0 commit comments

Comments
 (0)