ae1c59847f
Refactor locking mechanism & improve error reporting for failed locks
2020-06-16 00:28:35 +02:00
ad28d2279f
Fix runtime errors & minor tweaks after updating CefSharp
2020-06-05 06:20:19 +02:00
1e3de31fc3
Fix compile errors after updating CefSharp
2020-06-05 06:20:19 +02:00
f1b7cd633e
Refactor WindowsUtils.OpenAssociatedProgram & update installer code
2020-06-02 23:56:03 +02:00
458eeeccda
Add tdp:// scheme for plugins (with 'root/' to access root files)
2020-06-02 12:31:34 +02:00
ab91540deb
Move some TweetLib.Core files into different namespaces
2020-05-04 17:13:20 +02:00
f41c6fe533
Unify all exe & dll versions
2020-04-25 05:05:05 +02:00
ae8b740600
Reorganize namespaces in main project
2020-04-25 02:16:57 +02:00
1091b6d232
Fix IDE warnings (dispose, lang features) & nullability settings
2020-04-24 23:14:22 +02:00
19f104239a
Fix missing spaces in C#/F# code
2019-08-23 01:56:31 +02:00
bbb7907e54
Move LockManager to TweetLib.Core & remove WindowsUtils.CurrentProcessID
2019-08-22 06:29:32 +02:00
a6963a18d4
Move debug resource hot swap into a separate class
2019-08-21 10:31:30 +02:00
d505b3305b
Initial refactoring of ScriptLoader & making it accessible in TweetLib.Core
2019-08-21 10:12:19 +02:00
c2f7e52d13
Add IAppSystemHandler w/ OpenFileExplorer and update existing code to use it
2019-07-14 20:44:25 +02:00
1ccefe853a
Update .NET & begin refactoring code into a core lib ( #264 )
...
* Switch to .NET Framework 4.7.2 & C# 8.0, update libraries
* Add TweetLib.Core project targeting .NET Standard 2.0
* Enable reference nullability checks for TweetLib.Core
* Move a bunch of utility classes into TweetLib.Core & refactor
* Partially move TweetDuck plugin & update system to TweetLib.Core
* Move some constants and CultureInfo setup to TweetLib.Core
* Move some configuration classes to TweetLib.Core
* Minor refactoring and warning suppression
* Add App to TweetLib.Core
* Add IAppErrorHandler w/ implementation
* Continue moving config, plugin, and update classes to TweetLib.Core
* Fix a few nullability checks
* Update installers to check for .NET Framework 4.7.2
2019-05-26 14:55:12 +02:00
7944a24d3c
Release 1.17.4
2019-03-08 19:29:26 +01:00
20e29a7975
Release 1.17.3
2019-01-28 23:59:32 +01:00
1fb133e6b8
Make TweetDeck resource freezing a command line argument
2019-01-28 23:17:33 +01:00
2be46464d6
Release 1.17.2
2018-11-23 06:19:43 +01:00
b0f9de67cf
Release 1.7.1
2018-11-21 04:41:18 +01:00
52da4d8687
Release 1.17
2018-11-16 22:06:47 +01:00
6f414d312c
Clear cache after each update
2018-11-10 06:20:22 +01:00
1b5304efb7
Release 1.16.3
2018-11-07 11:55:37 +01:00
4476edb6c3
Release 1.16.2
2018-10-18 22:31:28 +02:00
2ea38b88ce
Release 1.16.1
2018-08-28 21:11:31 +02:00
65d56b336b
Release 1.16
2018-08-17 20:09:15 +02:00
810e56ca31
Update CefSharp to 67 (pre01)
2018-08-12 15:36:48 +02:00
671657e2b0
Remove user & system config properties from Program class & fix field visibility
2018-07-29 10:16:29 +02:00
0881328636
Release 1.15.2
2018-07-27 22:13:16 +02:00
52ef6cd95a
Unify configs (backups, behavior, error handling) & make future development easier
2018-07-25 17:25:20 +02:00
90414ae579
Release 1.15.1
2018-07-13 08:28:44 +02:00
746eba185b
Release 1.15
2018-07-09 14:06:13 +02:00
1a31e69ec9
Release 1.14.4.1
2018-06-29 19:56:00 +02:00
979b3548db
Release 1.14.4
2018-06-28 07:54:38 +02:00
ed1bee8b89
Release 1.14.3
2018-06-10 20:13:05 +02:00
27c55718c2
Release 1.14.2.1
2018-06-04 13:01:44 +02:00
d8774b735f
Release 1.14.2
2018-06-04 08:59:32 +02:00
d7f1df4995
Release 1.14.1
2018-05-16 13:07:47 +02:00
1bce5e4342
Release 1.14
2018-05-07 17:28:34 +02:00
5eef6c8196
Kill stubborn app processes when installing updates
2018-05-06 21:18:23 +02:00
65165de060
Release 1.13.6
2018-05-02 16:27:23 +02:00
58124b5821
Force Chrome UA on TweetDeck and remove -chromeagent argument
2018-05-01 19:31:39 +02:00
988fae75c3
Add a command line argument to use Chrome user agent
2018-04-30 21:02:15 +02:00
a82b0e3622
Release 1.13.5
2018-04-29 20:55:33 +02:00
bc6cacacf9
Fix portable install not recognizing itself after importing login session
2018-04-29 19:00:17 +02:00
b05c8d180f
Remove UpdaterSettings and fix not restarting the timer after a dismissed update
2018-04-27 19:21:42 +02:00
1d78bd2655
Release 1.13.4.1
2018-04-24 18:16:13 +02:00
a63e210b88
Release 1.13.4
2018-04-15 19:59:35 +02:00
1410974292
Release 1.13.3
2018-04-07 11:56:36 +02:00
f1f90a2ee3
Refactor code to avoid nulls ( #206 )
...
* Ensure potential nulls have a fallback value & add/remove null checks
* Refactor update check code to avoid nulls
* Refactor ProfileManager exception handling to avoid nulls
* Refactor a few more various classes and fix nulls in ContextInfo
* Force c#7 everywhere and revert usage of newer features from cherry-picked commits
* Remove unused #pragma declaration
2018-03-07 14:37:03 +01:00