-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLogs
88 lines (85 loc) · 3.36 KB
/
ChangeLogs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING.
# CHANGE LOG
[Next version (e3693211c69274aa991c99520c490a8af5f05982)]
- Added: PluginManager.Interop to native host's embedded assemblies
- Added: Imported BrowserNativeHost as content-only package in Import++
- Added: BrowserNativeHost can now be packaged
- Added: BrowserNativeHost now embeds all runtime package references to be self-contained (to the exception of the .NET framework)
- Added: Terms of license
- Added: Notification when Feeds can be imported at startup
- Added: ToastNotification NuGet Service
- Added: Automatic main content detection
- Added: Plugin Lifecycle event system
- Added: Only one setting instance open at a time https://github.com/supermemo/SuperMemoAssistant/issues/113
- Added automatic version configuration
- Added cancel button with reset on config models
- Added PluginManager NuGet
- Added Chrome & Firefox browser import
- Added project SuperMemoAssistant.Plugins.Import.Common
- Added project SuperMemoAssistant.Plugins.Import.BrowserNativeHost
- Added SuperMemoAssistant.Plugins.Import.BrowserNativeHost project
- Added SuperMemoAssistant.Plugins.Import.Common project
- Added url batch import, with filters, cookies & misc. config
- Updated: Packages
- Updated: Interop submodule
- Updated: Async testing
- Updated: Package version
- Updated: Interop version
- Updated: Misc improvements
- Updated: Coding style
- Updated: Each project now has its own Sentry API key
- Updated: New lifecycle prototype
- Updated: Bumped version to 2.0.5
- Updated: Package
- Updated: Interop package version
- Updated: Bumped packages version (SMA UI, Interop)
- Updated: New interop
- Updated: Applied coding style
- Updated: Output copy
- Updated: Generate documentation to default
- Updated: Project (csproj) to the new SDK format
- Updated: Migrated project to PackageReferences
- Updated: NuGet project to PackageReferences
- Updated nuspec with new Services.UI version
- Updated DeviceId package
- Fixed: Typo
- Fixed: ValidToS() was called at startup.
- Fixed: Config saving issue
- Fixed: System.Collections.Immutable version conflict
- Fixed: BrowserNativeHost wasn't properly copied in the development plugin folder
- Fixed: BrowserNativeHost was using SMA sdk instead of Microsoft.Net.Sdk
- Fixed configuration being loaded from the global Configs rather than Collection's
- Fixed ImportBrowserHost path (changed / for \)
- Misc: Small fixes
- Misc: Refactored project structure
- Misc: Package update
- Package update
- Moved SMA dependencies to NuGet references
- Minor fixes
- Sentry token init
- SuperMemoAssistant.Services.Sentry class library
- Changed xcopy path to new Installer's location
- Collection config
- Update README.md
- Handle file:/// imports
- Packages updated
- Trying to fix weird bug where Import isn't called
- Minor xaml cleaning
- Browser import: Tabs that weren't imported will remain displayed, and other removed
- Browser import: Close window on successful import
- Browser import: Base 64 favicon now rendered (Firefox)
- Browser import: Added chrome extension ID
- Refactoring
- Browser import WIP
- Minor refactor (Models/Feeds)
- Add license scan report and status
- Signed-off-by: fossabot <badges@fossa.io>
- Minor update
- Ver. bump
- Minor cleanup
- Ver bump
- Cleanup
- Cleaning up
- Multi-Version handling WIP
- Merged Feeds + Several improvements & fixes
- Initial commit