Skip to content

Commit

Permalink
new notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MOHAMMAD committed Jul 24, 2020
1 parent b1aca54 commit 0c3b13d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenBullet/Views/Main/ReleaseNotesPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<FlowDocument PagePadding="8 3 5 5">
<Paragraph>
<Bold Foreground="{DynamicResource ForegroundMain}">
Silver Bullet 1.0.0
Silver Bullet 1.0.1
<LineBreak />
========================
</Bold>
Expand Down
10 changes: 9 additions & 1 deletion OpenBullet/Views/Main/ReleaseNotesPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ public partial class ReleaseNotesPage : Page
public ReleaseNotesPage()
{
InitializeComponent();
AppendNote(new[] {
"Supported drag drop wordlist,proxy,config",
"Fixed maximum mainwindow",
"Fixed load loliX config",
"Added input box for bots",
"Added Analyze login page (block request)",
"Updated wordlist tools",
});
AppendNote(new[] {
"Bugs fixed",
"Supported format loli,loliX,anom",
Expand All @@ -30,7 +38,7 @@ public ReleaseNotesPage()
"Added subwordlist",
"Added multiple wordlist",
"Added disable automation in selenium (settings)",
"Added new icons and updated previous icons",
"Added new icons and updated previous icons",
"Added generate randomUA android and ios (function)",
"Added editable custom (key check)",
"Added show all custom types by hovering the mouse over the custom label",
Expand Down

0 comments on commit 0c3b13d

Please sign in to comment.