File tree Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1+ # 0.3.0 (2023-06-09) -- Leaner is better!
2+
3+ ## 💫 Enhancements and new features
4+
5+ - The Git remote helper ` git-remote-osf ` has been reimplemented using the
6+ ` datalad-annex ` Git remote helper from ` datalad-next ` . This has allowed
7+ for removing 25% of the code base with no loss of functionality, and
8+ actually gaining features (plus various bug fixes). With this release,
9+ also "export-mode" dataset deposits can be cloned directly from OSF.
10+ Previously, this was just possible for "annex-mode" deposits that suffer
11+ from the lack of human-readability.
12+
13+ ## 🐛 Bug Fixes
14+
15+ - Git remote helper is now fully functional on Windows too.
16+ Fixed https://github.com/datalad/datalad-osf/issues/112
17+
18+ - Repeated pushes are now working properly.
19+ Fixed https://github.com/datalad/datalad-osf/issues/148
20+
21+ - Force-pushes are now supported.
22+ Fixed https://github.com/datalad/datalad-osf/issues/162
23+
24+ ## 🛡 Tests
25+
26+ - The test battery has been ported to ` pytest ` .
27+
28+ - ` git annex testremote ` is now also exercised on Windows.
29+
30+
131# 0.2.3 (Mar 2, 2021) -- Cleanup
232
333## 🏠 Internal
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments