File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
317## 0.5.11
418
519- Update to geodiff 0.8.8 (fixed issues with unicode paths, better error reporting)
Original file line number Diff line number Diff line change 11
22# The version is also stored in ../setup.py
3- __version__ = '0.5.11 '
3+ __version__ = '0.5.12 '
44
55# There seems to be no single nice way to keep version info just in one place:
66# https://packaging.python.org/guides/single-sourcing-package-version/
Original file line number Diff line number Diff line change 55
66setup (
77 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
99 url = 'https://github.com/lutraconsulting/mergin-py-client' ,
1010 license = 'MIT' ,
1111 author = 'Lutra Consulting Ltd.' ,
You can’t perform that action at this time.
0 commit comments