|
e51e87647e
|
Remove unknown property error in FileSerializer & refactor reading
|
2018-02-02 13:49:10 +01:00 |
|
|
421475ec87
|
Add a notification and way to follow the new TweetDuck account
|
2018-01-28 20:22:13 +01:00 |
|
|
29d999b8eb
|
Remove old data collection notification that was shown after updating
|
2018-01-28 20:05:50 +01:00 |
|
|
b81c26f93f
|
Add an option to ignore tracking URL warnings (t.co)
|
2018-01-28 19:38:40 +01:00 |
|
|
b170d529fd
|
Add an option to disable smooth scrolling
|
2018-01-21 03:11:12 +01:00 |
|
|
186d17dd98
|
Add an option to select an installed browser to open links in
Closes #185
|
2018-01-19 19:19:40 +01:00 |
|
|
b53c672768
|
Refactor Program.ResetConfig & Program.RestartWithArgs
|
2018-01-18 10:58:58 +01:00 |
|
|
bd92fc6ee0
|
Use <audio> for custom sound notifications & allow volume control for default one
Closes #195
|
2018-01-13 22:59:34 +01:00 |
|
|
33d9ba3871
|
Refactor UserConfig event invocations into a generic method
|
2018-01-13 19:49:16 +01:00 |
|
|
da2758ccb1
|
Add option to keep Like/Follow dialogs open
Closes #193
|
2018-01-10 14:22:47 +01:00 |
|
|
301d4fb171
|
Replace app locale option with spell check language & use correct lang list
|
2018-01-03 16:04:11 +01:00 |
|
|
62310ce4a4
|
Add an option to set target language for tweet translations
|
2017-12-31 13:59:19 +01:00 |
|
|
3a27089364
|
Add an option to set app locale in a new Options tab & remove locale argument
|
2017-12-31 13:29:38 +01:00 |
|
|
2c175b8d3a
|
Fix incorrect default config value for notification scroll speed
|
2017-11-18 15:31:36 +01:00 |
|
|
04369e22a7
|
Add option to disable animated avatars (general GIF toggle)
Note: this breaks when disable-extensions is used, so it was changed to
disable-pdf-extension instead
|
2017-11-09 18:18:22 +01:00 |
|
|
296626f7c7
|
Implement a notification about previously enabled anonymous data sending
|
2017-11-07 21:37:41 +01:00 |
|
|
5b2daf9746
|
Refactor method order and return types in config file classes
|
2017-11-07 18:36:52 +01:00 |
|
|
9a6b615174
|
Cleanup FileSerializer Write/Read calls & change exception for empty files
|
2017-11-07 18:10:38 +01:00 |
|
|
be08fd4445
|
Remove UserConfig.ZoomMultiplier and old migration code
|
2017-11-02 13:20:19 +01:00 |
|
|
c1bc956d6d
|
Move TrayIcon to a different namespace
|
2017-10-21 15:46:52 +02:00 |
|
|
d19dca6ea5
|
Add a (currently unimplemented) anonymous data collection option
|
2017-09-24 15:31:44 +02:00 |
|
|
2008ccdaa4
|
Add an introduction modal & guide
|
2017-09-23 23:33:06 +02:00 |
|
|
38837ae84c
|
Add option to open search columns before the first column
|
2017-09-07 15:22:14 +02:00 |
|
|
e8604a261d
|
Replace 'new EventArgs()' with 'EventArgs.Empty'
|
2017-09-01 14:34:23 +02:00 |
|
|
96469cfca5
|
Rewrite config reload & fix some options breaking after import or reset
|
2017-08-30 12:53:10 +02:00 |
|
|
625227d0ce
|
Rewrite audio library & add notification volume option for WMP impl
|
2017-08-28 18:16:13 +02:00 |
|
|
8b54fbdb2f
|
Remove GC reload & threshold option migration code
|
2017-08-22 03:53:59 +02:00 |
|
|
ccd5edb0e4
|
Remove legacy config file upgrade code
|
2017-08-22 03:23:53 +02:00 |
|
|
308926a2ae
|
Add video player volume sync with user config
|
2017-08-11 20:58:37 +02:00 |
|
|
60766789ab
|
Move GC reload options to SystemConfig
|
2017-08-05 19:27:20 +02:00 |
|
|
ca014f881c
|
Rewrite unknown property handling in FileSerializer
|
2017-08-05 19:23:42 +02:00 |
|
|
b2be530f6b
|
Remove legacy config file upgrade code
|
2017-08-01 19:29:01 +02:00 |
|
|
c235c55b19
|
Add option to show media previews in notification
|
2017-07-31 14:12:24 +02:00 |
|
|
894b890fe5
|
Tweak serialization code and remove ISerializedObject
|
2017-07-30 19:28:03 +02:00 |
|
|
8e9e8f7fad
|
Fix magic number and add a comment
|
2017-07-30 19:02:30 +02:00 |
|
|
d1b1dd539f
|
Add an option to use :orig image links in context menu
|
2017-07-17 05:39:59 +02:00 |
|
|
fe3fc5c9f7
|
Add WindowsUtils.CreateDirectoryForFile and use it
|
2017-07-09 14:12:27 +02:00 |
|
|
dbb2f10754
|
Update from master
|
2017-07-08 02:49:21 +02:00 |
|
|
8de7e13aa3
|
Reorganize and refactor UserConfig and PluginConfig
|
2017-07-07 19:22:33 +02:00 |
|
|
c63e6a1e49
|
More refactoring (seal classes, fix names and comments)
|
2017-07-07 16:15:10 +02:00 |
|
|
5a21d2cb10
|
Add StringUtils with unit tests and use it
|
2017-07-07 15:52:13 +02:00 |
|
|
424c0e596c
|
Add legacy config detection and replace UserConfig serialization with FileSerializer
|
2017-07-07 02:56:02 +02:00 |
|
|
4bff006743
|
Refactor (move files into different namespaces)
|
2017-07-06 20:58:06 +02:00 |
|
|
4d77a498f6
|
Add a WIP memory tracker that runs GC reload, and fix config
|
2017-07-04 22:00:03 +02:00 |
|
|
c69b9784fc
|
Add option to enable GC reload with a custom memory threshold (currently unused)
|
2017-06-30 16:47:31 +02:00 |
|
|
27e2372097
|
Add an option for custom notification window size
|
2017-06-27 17:54:52 +02:00 |
|
|
7f5b99495c
|
Move some code (config, notifications, settings)
|
2017-06-27 16:49:37 +02:00 |
|
|
abf58a4aec
|
Add an option to change notification scroll speed
|
2017-06-21 05:56:10 +02:00 |
|
|
fcac7a4ce1
|
Remove unused 'using' statement
|
2017-06-20 09:50:31 +02:00 |
|
|
172ae87ac6
|
Merge pull request #129 from chylex/remove_legacy
Remove legacy code (plugins and installers)
|
2017-06-05 17:49:19 +02:00 |
|