File name
Commit message
Commit date
File name
Commit message
Commit date
2018-06-26
File name
Commit message
Commit date
Yobi v0.5.4 Release Notes
=========================
Backward compatibility notes
----------------------------
It may break that push to some git repositories which have a merge-repository
because of missing object, with an following error:
To http://yobi/you/repo1
! [remote rejected] master -> master (object 97c4c34b825debd0fe76bf5d850d0891d4a93bba missing)
error: failed to push some refs to 'http://yobi/you/repo1'
Fortunately, the repositories can be recovered by copying git objects from the
object directory of the merge-repository. For an example in Linux:
cd yobi
cp repos/git-merging/you/repo1.git/.git/objects/* \
repos/git/you/repo1.git/objects -R
Updates since v0.5.3
--------------------
* Metion
- Add project/group mention
- Now, a user can mention project's whole members or whole organization members by its name for notification.
- Change default mention size 5 to 10
* Issue
- Arrange label, vote, watch button positions
- Improve voters list
- Change dropdown style for label edit in issue view
* UI/UX
- UIKit: update with recent yobiUI style
- Board, Git, Milestone: arrange button positions
- Review: change review thread icon
- FileUploader: show error message in notify instead of alert
* CodeBrowser: Support rendering for markdown syntax on file browser
* Util: Make getFirstValueFromQuery more tolerant
* Remove mergely.js
* Change some messages.
* Change korean comments to english.
* Refactor some codes.
Fixes since v0.5.3
------------------
* CodeBrowser
- Prevent duplicated folder list
- Use common ui.Spinner
- Fix incorrect listing of files in subdirectory
* Markdown
- Fix padding at first line of fence codeblock
- Modify autolink rules - suppoort uppercase string
* NPE if User-Agent of HTTP request is absent
* Config: Set the preferred language to english
* Attachment: Fix incorrect hash computing
* And many minor bugs