- Remove GitLab support
- Improve GitHub styling
- Fix branch selection in pull request page
- Fix bug causing some branches not to show
- Accommodate new GitHub layout
- Support multiprocess for Firefox
- Update GitHub and GitLab layout
- Support cmd/ctrl/shift-click to open new tab
- Update for new GitLab layout and remove support for old GitLab layouts
- Fix bug GitHub not used cached branch
- Fix toggle button position in GitLab
- Avoid showing tree in raw GitHub pages
- Add more reserved names
- Update GitLab token link
- Fix issue due to GitLab redesign
- Encode branch before displaying to avoid XSS
- Fix bug project ID not retrieved in latest GitLab layout
- Retain forward slashes in URLs
- Improve behavior of middle-click
- Fix bug GitLab: diff box header shows on top of page header
- Support old GitLab CE deployments
- Fix bug Octotree shows in GitLab raw page
- Fix font icons issue on Firefox and Safari
- Fix bug help popup doesn't disappear upon error
- Allow Octotree to be used in Firefox private-browsing mode
- Fix font icons issue as GitHub switches to SVG
- Fix toggle button position when GitLab is in compact mode
- Fix bug cannot load Octotree in GitHub Enterprise
- No longer need to login to GitLab before showing tree
- Support GitLab
- Add ability to lazy-load individual folders
- Simplify Octotree settings
- Store settings for each host separately
- Support new GitHub layout
- And various bug fixes
- Fix bug long branches are not loaded correctly due to GitHub DOM change
- Fix space between tree and GitHub contents due to GitHub DOM change
- Support direct downloading when hovering a file
- Fix bug detecting branch/tag due to GitHub DOM change
- Fix bug when switching to branches with slashes in their names
- Fix branch selection no longer works due to GitHub change
- Update buttons' style to match GitHub new button style
- Update all dependencies to latest version
- Allow navigating to commit trees ovity#157
- Support keyboard navigation ovity#158
- Fix bug handling back tick in paths ovity#160
- Fix bug ovity#147
- Option to show in non-code pages
- Option to load tree only when sidebar is visible
- Option to configure tab size
- Bug fixes
- New header to match new GitHub design
- Bug fixes
- Support GitHub enterprise
- Change default hotkey (
cmd+b
for Safari andcmd+shift+s
for all other browsers) - Some other minor changes
- Setting panel allowing:
- Changing access token
- Changing hotkeys
- Changing sidebar default visibility
- Changing folder collapsing option
- Sidebar appears better in large monitors
- More responsive in big repositories
- And bug fixes
- Hide sidebar by default (upon many user requests)
- Hotkey (
cmd+b
,ctrl+b
) to toggle sidebar - Sidebar is now resizable
- Support rendering submodules
- Reflect GitHub selection to Octotree
- New sidebar header and progress indicator
- And bug fixes
- New UI that blends better with GitHub!
- Hide Octotree on non-code pages
- When asking for token, show more detailed message and not fly out automatically
- Extend pjax timeout to work better with big files
- Sanitize file and folder names before displaying
- Fix error when a branch name contains slashes
- Gulp script to build for Chrome, Firefox and Safari
- And some other minor changes