Skip to content

Commit

Permalink
Weekend fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBachmann committed Apr 15, 2018
1 parent a26ebcb commit b321df8
Show file tree
Hide file tree
Showing 10 changed files with 1,239 additions and 1,210 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -62,7 +62,7 @@ SOS supports three different file handling models that you may use to your likin


## Latest Changes ##
- Version 1.6, not yet released:
- **Version 1.6**, not yet released:
- [Feature 127, 218](https://github.com/ArneBachmann/sos/issues/127) Implement much better help system
- [Feature 212](https://github.com/ArneBachmann/sos/issues/212) Limit number of displayed revisions in `sos log`. Can be controlled by option flag `--all` and configuration setting `logLines`
- [Feature 213](https://github.com/ArneBachmann/sos/issues/213) Now displaying occupied storage space
Expand All @@ -77,7 +77,7 @@ SOS supports three different file handling models that you may use to your likin
- [Bug 219](https://github.com/ArneBachmann/sos/issues/219) Error in revision computation leading to switching not working correctly between fast-branched branches
- [QA 198](https://github.com/ArneBachmann/sos/issues/198) Finally made the tests run on AppVeyor. Reason was file system synchronization problems not shown on Linux
- Downloads so far: 0
- Version 1.5, released on 2018-03-03:
- **Version 1.5**, released on 2018-03-03:
- [Bug 78](https://github.com/ArneBachmann/sos/issues/78) Long standing bug, computing wrong line numbers in diff view
- [Bug 196](https://github.com/ArneBachmann/sos/issues/196) Ubiquitous `--only` and `--except` options not working
- [Bug 197](https://github.com/ArneBachmann/sos/issues/197) Bug fix for shown number of files in `commit` and `log`
Expand All @@ -88,7 +88,7 @@ SOS supports three different file handling models that you may use to your likin
- [Feature 102](https://github.com/ArneBachmann/sos/issues/102) Option to list tracking patterns, and list (tracked) files recursively
- [Feature 157, 200, 204](https://github.com/ArneBachmann/sos/issues/157) Experimental support for incremental dumps
- Downloads so far: 3150
- Version 1.4, released on 2018-02-17:
- **Version 1.4**, released on 2018-02-17:
- [Bug 167](https://github.com/ArneBachmann/sos/issues/167) Accidentally crawling file tree and all revisions on `sos status`
- [Bug 190](https://github.com/ArneBachmann/sos/issues/190) Changes not computed in `sos online`
- [Enhancement 75](https://github.com/ArneBachmann/sos/issues/75) Better progress indicators during `sos commit` and other operations
Expand All @@ -103,7 +103,7 @@ SOS supports three different file handling models that you may use to your likin
- [Feature 182](https://github.com/ArneBachmann/sos/issues/182) Introduces automatic upgrade for metadata format, making manual migration steps of previous and any future releases obsolete
- [Feature 183](https://github.com/ArneBachmann/sos/issues/183) SOS now recognizes and displays renames and file moves inside the repository. The underlying add/remove file behaviour is unchanged, but the user sees a *moved* notification for `sos changes` and `sos commit`
- Downloads: 3100
- Version 1.3, released on 2018-02-10:
- **Version 1.3**, released on 2018-02-10:
- [Enhancement 152, 162](https://github.com/ArneBachmann/sos/issues/152) PEP528/529 compatibility: Now working with any console encoding and file system encoding on Windows (at least with Python 3.6+)
- [Enhancement 163](https://github.com/ArneBachmann/sos/issues/163) Rewrite of changeset handling to avoid problems when re-adding files deleted in previous revision
- [Enhancement 164](https://github.com/ArneBachmann/sos/issues/164) Little improvement for `sos config`
Expand All @@ -117,7 +117,7 @@ SOS supports three different file handling models that you may use to your likin

`[0, 1518275599353, "trunk", true, [], []]` (note the additional trailing `, []`)
- Downloads: 2550
- Version 1.2, released on 2018-02-04:
- **Version 1.2**, released on 2018-02-04:
- [Bug 135, 145](https://github.com/ArneBachmann/sos/issues/135) Fixes a bug showing ignored files as deleted
- [Bug 147](https://github.com/ArneBachmann/sos/issues/147) Fixes `sos ls` problems
- [Enhancement 113](https://github.com/ArneBachmann/sos/issues/113) Usability improvements
Expand All @@ -129,7 +129,7 @@ SOS supports three different file handling models that you may use to your likin
- [Enhancement 159](https://github.com/ArneBachmann/sos/issues/159) Internal metadata updates. For manual migration from older repositories: Add `, {}` to `.sos/.meta` right before the closing final `]`, and add `version = "pre-1.2", ` after the initial `[{`
- [Feature 134, 161](https://github.com/ArneBachmann/sos/issues/134) Added dump option
- Downloads: 1760
- Version 1.1, released on 2017-12-30:
- **Version 1.1**, released on 2017-12-30:
- [Bug 90](https://github.com/ArneBachmann/sos/issues/90) Removed directories weren't picked up
- [Bug 93](https://github.com/ArneBachmann/sos/issues/93) Picky mode lists any file as added
- [Enhancement 63](https://github.com/ArneBachmann/sos/issues/63) Show more change details in `log` and `status`, and also `ls` (in [#101](https://github.com/ArneBachmann/sos/issues/101))
Expand All @@ -141,7 +141,7 @@ SOS supports three different file handling models that you may use to your likin
- [QA 94](https://github.com/ArneBachmann/sos/issues/94) More test coverage
- Many little fixes and improvements
- Downloads: 5200
- Version 1.0, released on 2017-12-14:
- **Version 1.0**, released on 2017-12-14:
- First release with basic functionality
- Lots of test cases, good test coverage
- System integration and packaging
Expand Down

0 comments on commit b321df8

Please sign in to comment.