mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* DiscImageChef.Settings/Settings.cs: Corrected a share violation when the preferences file exists but it's not ours.
84 lines
3.0 KiB
Plaintext
84 lines
3.0 KiB
Plaintext
2017-05-14 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Settings.cs: Corrected a share violation when the
|
|
preferences file exists but it's not ours.
|
|
|
|
2016-09-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Settings.cs: Added filters.
|
|
|
|
2016-08-09 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Settings.csproj: Bumped version to 3.2.99.2.
|
|
|
|
2016-08-07 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Settings.csproj: Public beta release 3.2.99.1.
|
|
|
|
2016-08-01 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* AssemblyInfo.cs:
|
|
* DiscImageChef.Settings.csproj: Bumped to version 3.2.1.
|
|
|
|
2016-08-01 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Settings.csproj: Bump to version 3.2.0
|
|
|
|
2016-07-29 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Settings.csproj: Bump to version 3.1.0.
|
|
|
|
2016-07-28 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Settings.csproj: Code re-styling.
|
|
|
|
2016-07-28 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Settings.cs: Refactor and code cleanup.
|
|
|
|
2016-02-03 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Settings.cs:
|
|
* docs/README.txt:
|
|
* packages.config:
|
|
* docs/LICENSE.txt:
|
|
* docs/ChangeLog.txt:
|
|
* docs/mono/index.xml:
|
|
* docs/html/index.html:
|
|
* Properties/AssemblyInfo.cs:
|
|
* DiscImageChef.Settings.csproj:
|
|
* docs/mono/ns-Claunia.PropertyList.xml:
|
|
* docs/mono/Claunia.PropertyList/UID.xml:
|
|
* docs/html/Claunia.PropertyList/UID.html:
|
|
* docs/mono/Claunia.PropertyList/NSSet.xml:
|
|
* docs/mono/Claunia.PropertyList/NSDate.xml:
|
|
* docs/mono/Claunia.PropertyList/NSData.xml:
|
|
* docs/html/Claunia.PropertyList/NSSet.html:
|
|
* docs/html/Claunia.PropertyList/index.html:
|
|
* docs/html/Claunia.PropertyList/NSDate.html:
|
|
* docs/mono/Claunia.PropertyList/NSArray.xml:
|
|
* docs/html/Claunia.PropertyList/NSData.html:
|
|
* docs/mono/Claunia.PropertyList/NSNumber.xml:
|
|
* docs/mono/Claunia.PropertyList/NSObject.xml:
|
|
* docs/mono/Claunia.PropertyList/NSString.xml:
|
|
* docs/html/Claunia.PropertyList/NSArray.html:
|
|
* docs/html/Claunia.PropertyList/NSNumber.html:
|
|
* docs/html/Claunia.PropertyList/NSObject.html:
|
|
* docs/html/Claunia.PropertyList/NSString.html:
|
|
* docs/mono/Claunia.PropertyList/NSDictionary.xml:
|
|
* docs/html/Claunia.PropertyList/NSDictionary.html:
|
|
* docs/mono/Claunia.PropertyList/PropertyListParser.xml:
|
|
* docs/html/Claunia.PropertyList/PropertyListParser.html:
|
|
* docs/mono/Claunia.PropertyList/XmlPropertyListParser.xml:
|
|
* docs/html/Claunia.PropertyList/XmlPropertyListParser.html:
|
|
* docs/mono/Claunia.PropertyList/ASCIIPropertyListParser.xml:
|
|
* docs/mono/Claunia.PropertyList/BinaryPropertyListWriter.xml:
|
|
* docs/html/Claunia.PropertyList/ASCIIPropertyListParser.html:
|
|
* docs/mono/Claunia.PropertyList/BinaryPropertyListParser.xml:
|
|
* docs/html/Claunia.PropertyList/BinaryPropertyListWriter.html:
|
|
* docs/html/Claunia.PropertyList/BinaryPropertyListParser.html:
|
|
* docs/mono/Claunia.PropertyList/PropertyListFormatException.xml:
|
|
* docs/html/Claunia.PropertyList/PropertyListFormatException.html:
|
|
Added supports for settings
|
|
|