File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.12
4
+
5
+ - CLI: simplified authentication, with multiple options now (#76 )
6
+ - user can pass MERGIN_USERNAME and MERGIN_PASSWORD env variables to commands
7
+ - user can pass --username (and optionally --password) command line arguments to commands
8
+ - user can still use "mergin login" command to first get auth token and set MERGIN_AUTH_TOKEN or pass --auth-token command line argument
9
+ - CLI: it is possible to create a project in a different namespace (#81 )
10
+ - Fixed removal of projects in CLI (#82 )
11
+ - Fixed possible error when removing project on Windows (#57 )
12
+ - Fixed issue when a file was deleted both locally and on the server (qgis-mergin-plugin #232 )
13
+ - Added optional global log (in addition to per-project logs)
14
+ - Improved handling of auth token problems
15
+ - Better error reporting
16
+
3
17
## 0.5.11
4
18
5
19
- Update to geodiff 0.8.8 (fixed issues with unicode paths, better error reporting)
Original file line number Diff line number Diff line change 1
1
2
2
# The version is also stored in ../setup.py
3
- __version__ = '0.5.11 '
3
+ __version__ = '0.5.12 '
4
4
5
5
# There seems to be no single nice way to keep version info just in one place:
6
6
# https://packaging.python.org/guides/single-sourcing-package-version/
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = 'mergin-client' ,
8
- version = '0.5.11 ' , # The version is also stored in mergin/version.py
8
+ version = '0.5.12 ' , # The version is also stored in mergin/version.py
9
9
url = 'https://github.com/lutraconsulting/mergin-py-client' ,
10
10
license = 'MIT' ,
11
11
author = 'Lutra Consulting Ltd.' ,
You can’t perform that action at this time.
0 commit comments