Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maikebing/ankhsvn
https://github.com/maikebing/ankhsvn
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maikebing/ankhsvn
- Owner: maikebing
- License: apache-2.0
- Created: 2019-03-04T07:13:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T08:02:22.000Z (over 4 years ago)
- Last Synced: 2024-05-23T06:34:56.680Z (8 months ago)
- Language: C#
- Size: 67 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnkhSVN2019
AnkhSVN2019 is a fork of the Github project
https://github.com/simonp22/AnkhSVNThat project is in turn based on the original [CollabNet project](https://ankhsvn.open.collab.net/source/browse/ankhsvn/)
The SVN repository of the CollabNet project is at
https://ctf.open.collab.net/svn/repos/ankhsvn## Target environment
AnkhSVN2019 is targeted only at Visual Studio 2019.
## Version history
| Version | Date | Description
| ------------- | ----------------- | -----------------------
| 1.00.0001 | 14-December-2019 | Initial release
| 1.00.0002 | 17-December-2019 | Fix handling of (dark and light) themes.
Include some license files for open source libraries.
| 1.00.0003 | 21-December-2019 | Temporarily disable the Annotate function.
In the previous version this function caused Visual Studio to crash.
| 1.00.0004 | 22-December-2019 | Catch an EntryPointNotFoundException on calling SetThreadDpiAwarenessContext. See Issue 3.
| 1.00.0005 | 05-January-2020 | New implementation of the GUI for the Annotate function.
| 1.00.0007 | 13-January-2020 | Restructured implementation the Annotate function using a custom margin on an editor window.
| 1.00.0008 | 01-March-2020 | Add an exception handler to AnnotationMarginFactory.CreateMargin. See Issue 9.
| 1.00.0009 | 19-April-2020 | Issues 7, 11, 12 and 13.