Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

78 lines (50 loc) · 2.29 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • [SIL.Chorus.LibChorus] Add webm as additional audio file type
  • [SIL.Chorus] Add ability to clone project without direct user interaction

Changed

  • Use UTF-8 in conflict details view
  • [SIL.Chorus.LibChorus] Add ChorusStorage (the bundle cache) as an Excluded folder
  • [SIL.Chorus.LibChorus] Changed HgResumeTransport LastKnownCommonBases to use Json serialization instead of BinaryFormatter
  • Update SIL.Chorus.Mercurial dependency to version 6.5.1 which uses Python 3

Fixed

  • Prevent S&R to Internet without full URL

5.1.0 - 2023-03-07

Changed

  • [SIL.Chorus.ChorusMerge] Additionally build with .net 6
  • [SIL.Chorus.LibChorus] Add netstandard 2.0

Deprecated

  • Chorus.FileTypeHandlers.lift.LiftUtils.LiftTimeFormatWithTimeZone (Use SIL.Extensions.DateTimeExtensions.ToLiftDateTimeFormat)

5.0.0 - 2022-09-13

Added

  • Add static bool ServerSettingsModel.IsPrivateServer to allow clients to select the private LanguageForge

Fixed

  • On Unauthorized Access of ChorusNotes, retry, then ignore; don't crash
  • Use the correct password in request URL's
  • Send/Receive settings dialog is now big enough to display its widgets without cutting them off

Changed

  • Speed up Send/Receive operations by caching hashes
  • Update to the latest version of Palaso libraries (10.0.0)
  • Use CrossPlatformSettingsProvider for settings (Requires migration to retain old settings; client's responsibility)
  • When there is only one available Project, populate the Project ID combobox
  • Update SIL.Chorus.Mercurial dependency to the latest version which looks for python2

4.0.0 - 2021-04-30

Changed

  • Create nuget packages

[3.0.0] - non-nuget version