|
| 1 | +# Change Log |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | +This project adheres to [Semantic Versioning](http://semver.org/). |
| 4 | +Use the following format for additions: ` - VERSION: [feature/patch (if applicable)] Short description of change. Links to relevant issues/PRs.` |
| 5 | + |
| 6 | +- 1.1.16: |
| 7 | + - clicktests logging correction and using wait for within tests. |
| 8 | + - Refactor filewatch and using normalized test path |
| 9 | + - throttle parallel test's parellelization limit |
| 10 | + - dependency bump |
| 11 | + - Fix context issue for `gitSetUserConfig` [#912](https://github.com/FredrikNoren/ungit/issues/912) |
| 12 | +- 1.1.15: Updating crash page with instructions and adblock detection |
| 13 | +- 1.1.14: Disable strict mode for startup params and config [#890](https://github.com/FredrikNoren/ungit/issues/890) |
| 14 | +- 1.1.13: Fix startup args bug: [#896](https://github.com/FredrikNoren/ungit/issues/896) |
| 15 | +- 1.1.12: |
| 16 | + - Retain commit messages when commit fails [#882](https://github.com/FredrikNoren/ungit/pull/882) |
| 17 | + - Fix rare edge case where remote node is gone during reset op. |
| 18 | + - rescursively resolve all promises before caching them. [#878](https://github.com/FredrikNoren/ungit/pull/878) |
| 19 | +- 1.1.11: |
| 20 | + - Fix cli arguments [#871](https://github.com/FredrikNoren/ungit/pull/871) |
| 21 | + - Stop if ~/.ungitrc contains syntax error |
| 22 | + - Removed official support ini format of ~/.ungitrc, because internal API supports only JSON |
| 23 | +- 1.1.10: Fix broken diff out in some cases when diff contains table. [#881](https://github.com/FredrikNoren/ungit/pull/881) |
| 24 | +- 1.1.9: Fix around ubuntu's inability to cache promises. [#877](https://github.com/FredrikNoren/ungit/pull/878) |
| 25 | +- 1.1.8: |
| 26 | + - Realtime text diff via invalidate diff on directory change [#867](https://github.com/FredrikNoren/ungit/pull/867) |
| 27 | + - Promisify `./source/utils/cache.js` [#870](https://github.com/FredrikNoren/ungit/pull/870) |
| 28 | + - Fix load more text diff button. [#876](https://github.com/FredrikNoren/ungit/pull/876) |
| 29 | +- 1.1.7: |
| 30 | + - Fix diff flickering issue and optimization [#865](https://github.com/FredrikNoren/ungit/pull/865) |
| 31 | + - Fix credential dialog issue [#864](https://github.com/FredrikNoren/ungit/pull/864) |
| 32 | + - Fix HEAD branch order when redraw [#858](https://github.com/FredrikNoren/ungit/issues/858) |
| 33 | +- 1.1.6: Fix path auto complete [#861](https://github.com/FredrikNoren/ungit/issues/861) |
| 34 | +- 1.1.5: Update "Toggle all" button after commit or changing selected files [#859](https://github.com/FredrikNoren/ungit/issues/859) |
| 35 | +- 1.1.4: [patch] Promise refactoring |
| 36 | +- 1.1.3: [patch] Fix submodule navigation on windows [#577](https://github.com/FredrikNoren/ungit/issues/577) |
| 37 | +- 1.1.2: Fix a bug that prevented the new version dialog from being dismissed |
| 38 | +- 1.1.1: [patch] Fixed small spelling error for ignore whitespace feature [#853](https://github.com/FredrikNoren/ungit/pull/853) |
| 39 | +- 1.1.0: Added option to ignore ungit version checks [#851](https://github.com/FredrikNoren/ungit/issues/851) |
| 40 | +- 1.0.1: [patch] Fixed gravatar avatar fetch if email have different cases applied. [#847](https://github.com/FredrikNoren/ungit/issues/847) |
| 41 | +- 1.0.0: Introduced Continuous delivery. [#823](https://github.com/FredrikNoren/ungit/issues/823) |
| 42 | + |
| 43 | +## [1.0.0](https://github.com/FredrikNoren/ungit/compare/v0.10.3...v1.0.0) |
| 44 | + |
| 45 | +### Added |
| 46 | +- Added search by git folder name in the search bar. [#793](https://github.com/FredrikNoren/ungit/issues/793) |
| 47 | +- New configuration option `logLevel` allows you to assign the level of logging you want to see in the servers output console. |
| 48 | +- New configuration option `mergeTool` allows you to assign a custom external merge tool for conflict resolution [#783](https://github.com/FredrikNoren/ungit/issues/783) [Doc](https://github.com/FredrikNoren/ungit/blob/master/MERGETOOL.md) |
| 49 | +- Whitespace ignore option for text diffs [#777](https://github.com/FredrikNoren/ungit/issues/777) |
| 50 | +- Fix for favorites linking in case rootPath is used @sebastianmay [#609](https://github.com/FredrikNoren/ungit/issues/609) and image diffing |
| 51 | +- Limit commit title to 72 characters, the rest is truncated and shown when inspecting the commit |
| 52 | +- Updated file watch logic to closely follow git commands in another process [#283](https://github.com/FredrikNoren/ungit/issues/283) |
| 53 | + |
| 54 | +### Fixed |
| 55 | +- File diff firing increasing number of events longer it survives. |
| 56 | +- Fix missing ungit logo. [#812](https://github.com/FredrikNoren/ungit/issues/812) |
| 57 | +- Fix when stash output is empty [#818](https://github.com/FredrikNoren/ungit/issues/818) |
| 58 | +- Fix minor display error for wide git repo [#830](https://github.com/FredrikNoren/ungit/pull/830) |
| 59 | +- Persist commit messages during merge operation [#779](https://github.com/FredrikNoren/ungit/issues/779) |
| 60 | +- Refresh `staging.files` object for cleaner refresh such as refresh pached line list, diff and etc. |
| 61 | +- Fixed an issue where patching on some key word file names such as "test". |
| 62 | +- Fix missing commit message body if commit was committed with Visual Studio or Visual Studio Code [#826](https://github.com/FredrikNoren/ungit/pull/826) |
| 63 | +- Fix initial page load when loaded node does not fits in screen. [#832](https://github.com/FredrikNoren/ungit/issues/832) |
| 64 | + |
| 65 | +## [0.10.3](https://github.com/FredrikNoren/ungit/compare/v0.10.2...v0.10.3) |
| 66 | + |
| 67 | +### Added |
| 68 | +- Show diffs for stashed changes [#444](https://github.com/FredrikNoren/ungit/issues/444) |
| 69 | +- Active node focused git log result [#420](https://github.com/FredrikNoren/ungit/issues/420) |
| 70 | + |
| 71 | +### Fixed |
| 72 | +- Missing npm as a normal dependency [#766](https://github.com/FredrikNoren/ungit/issues/766) |
| 73 | + |
| 74 | +## [0.10.2](https://github.com/FredrikNoren/ungit/compare/v0.10.1...v0.10.2) |
| 75 | + |
| 76 | +# Fixed |
| 77 | +- Handle SIGTERM and SIGINT [#763](https://github.com/FredrikNoren/ungit/issues/763) |
| 78 | + |
| 79 | +### Added |
| 80 | +- Added bare repo support [#177](https://github.com/FredrikNoren/ungit/issues/177) [#728](https://github.com/FredrikNoren/ungit/issues/728) |
| 81 | +- Added support for cherry-pick conflict[#701](https://github.com/FredrikNoren/ungit/issues/701) |
| 82 | +- Added wordwrap support for diffs [#721](https://github.com/FredrikNoren/ungit/issues/721) |
| 83 | +- Support for Node6 [#745](https://github.com/FredrikNoren/ungit/pull/745/files) |
| 84 | +- Added "autoCheckoutOnBranchCreate" option [#752](https://github.com/FredrikNoren/ungit/pull/752/files) |
| 85 | + |
| 86 | +### Fixed |
| 87 | +- Fix maxConcurrentGitOperations not limiting git processes [#707](https://github.com/FredrikNoren/ungit/issues/707) |
| 88 | +- Fix ".lock" file conflicts in parallelized git operations [#515](https://github.com/FredrikNoren/ungit/issues/515) |
| 89 | +- Allow Ungit to function under sub dir of a git dir [#734](https://github.com/FredrikNoren/ungit/issues/734) |
| 90 | +- Removed deprecated npmconf package [#746](https://github.com/FredrikNoren/ungit/issues/746) |
| 91 | +- More helpful warning messages [#749](https://github.com/FredrikNoren/ungit/pull/749/files) |
| 92 | +- Deleting already deleted remote tag [#748](https://github.com/FredrikNoren/ungit/pull/748) |
| 93 | +- Fix to handle revert merge commit [#757](https://github.com/FredrikNoren/ungit/pull/757) |
| 94 | + |
| 95 | +### Changed |
| 96 | +- Cleaner rebase conflict message display [#708](https://github.com/FredrikNoren/ungit/pull/708) |
| 97 | +- ES6 [#672](https://github.com/FredrikNoren/ungit/pull/672) |
| 98 | +- Dropped support for Node 0.10 and 0.12 [#745](https://github.com/FredrikNoren/ungit/pull/745/files) |
| 99 | + |
| 100 | +## [0.10.1](https://github.com/FredrikNoren/ungit/compare/v0.10.0...v0.10.1) |
| 101 | + |
| 102 | +### Added |
| 103 | +- Introduced change log! [#687](https://github.com/FredrikNoren/ungit/issues/687) |
| 104 | +- Improved server and client error logging [#695](https://github.com/FredrikNoren/ungit/pull/695) |
| 105 | + |
| 106 | +### Fixed |
| 107 | +- Fix crashes due to submodule parsing [#690](https://github.com/FredrikNoren/ungit/issues/690) [#689](https://github.com/FredrikNoren/ungit/issues/689) |
| 108 | +- Fix duplicate remote tag issues [#685](https://github.com/FredrikNoren/ungit/issues/685) |
| 109 | +- Fix scrolling issue in safari [#686](https://github.com/FredrikNoren/ungit/issues/686) |
| 110 | +- Fix git hooks failing on non-ascii files [#676](https://github.com/FredrikNoren/ungit/issues/676) |
| 111 | + |
| 112 | +### Removed |
| 113 | +- Reverted on hover button effects [#688](https://github.com/FredrikNoren/ungit/issues/688) |
| 114 | + |
| 115 | +### Changed |
| 116 | +- Upgrade keen.io client code [#679](https://github.com/FredrikNoren/ungit/issues/679) |
0 commit comments