Compare commits
2 Commits
3d8ad75476
...
d7fda7c901
Author | SHA1 | Date |
---|---|---|
Massaki Archambault | d7fda7c901 | |
Massaki Archambault | c5df43b3e7 |
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,11 +0,0 @@
|
|||
# v1.0.0
|
||||
|
||||
* Added support for Github forge
|
||||
* Added support for Gitea/Forgejo forge
|
||||
* **BREAKING** Renamed project from `gitlabfs` to `gitforgefs`
|
||||
* **BREAKING** Added mandatory configuration *fs.forge* (no default)
|
||||
* **BREAKING** Changed Gitlab user configuration to use user names instead of user ids
|
||||
* Handle archived repo as hidden files by default
|
||||
* Improved support for old version of git
|
||||
* Fixed various race conditions
|
||||
* Fixed inode collision issue
|
|
@ -39,7 +39,7 @@ type (
|
|||
Token string `yaml:"token,omitempty"`
|
||||
|
||||
GroupIDs []int `yaml:"group_ids,omitempty"`
|
||||
UserNames []string `yaml:"user_names,omitempty"`
|
||||
UserNames []string `yaml:"user_ids,omitempty"`
|
||||
|
||||
ArchivedProjectHandling string `yaml:"archived_project_handling,omitempty"`
|
||||
IncludeCurrentUser bool `yaml:"include_current_user,omitempty"`
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Loading…
Reference in New Issue