Skip to content

Commit

Permalink
Moving fix for #59 to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
codywd committed Dec 14, 2022
1 parent 25727f6 commit a36c78e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
0.86
1. Added Gtk MessageBox as a Notification method.
2. Fix issue #59, FileNotFoundError (preferences file does not exist on launch, resulting in a crash)

0.85
1. Proper multithreading (Will no longer freeze when scanning and connecting)
Expand All @@ -20,15 +21,15 @@
(for example, MyNetwork and netgui_MyNetwork), it will
connect to one, then instantly connect to the other.
8. Beginnings of profile editor. Will hopefully be much more
advanced, with auto-completion, syntax highlighting, and
advanced, with auto-completion, syntax highlighting, and
attribute insertion in the future.

0.7.7
1. Fixed the various GI Import issues regarding require_version
2. Hardcoded image paths to ensure they always show.
3. Fixed GtkSourceView errors.

0.7.6
0.7.6
1. Fix the fact that NetGUI could no longer scan.

0.7.4
Expand All @@ -37,7 +38,7 @@

0.7.3
1. Fixed issue #37

0.7.2
1. Fixed issue with setup.py, where it installed images to incorrect directory.

Expand Down
2 changes: 1 addition & 1 deletion NetGUI.license
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 Cody Dostal, Pivotraze
Copyright (c) 2022 Cody Dostal, Pivotraze

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
Expand Down

0 comments on commit a36c78e

Please sign in to comment.