-
Notifications
You must be signed in to change notification settings - Fork 2
/
LUPDATES
195 lines (125 loc) · 6.8 KB
/
LUPDATES
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
1.41
Optimized the adding feature for large amount of synchronized files from
blender-orginizer, now it takes a second, not an internity.
________________________________________________________________________
1.4
This update has a minor change to optimize it's work for
the new blender-orinizer feature of synchronization
new command is added ( WAIT FOR:) to make JYExchange do
not move through the script untill a particular username
appears at the broadcast
you can get blender-orginizer using this link:
!LNK https://github.com/JYamihud/blender-organizer [https://github.com/JYamihud/blender-organizer]
____________________________________________________________________
1.3
New scripting system.
As you maybe saw there is a console in the bottom of the
JYExchange window. This console now has more functionality.
More info you can get by typing HELP in it and pressing enter.
!IMG https://raw.githubusercontent.com/JYamihud/updates-manager/master/jyexchange/Screenshot%20from%202017-11-14%2008-34-08.png
You can controll all kinds of setting with those commands
and there will be more commands in future.
All of them can be executed via a file such as .sh in bash.
You can make one in any text editor by writting down each
command in a new line and saving to .jyes format
(simply save the file as text (.txt) and rename the ending
(.txt) to (.jyes).
To load them into the jyexchange you will have to use terminal
such as:
python jyexchange.py /home/yourname/yourfolder/thescriptyouwrote.jyes
and JYExchange will run the script on the startup.
[THIS FEATURE IS DEVELOPED TO HELP TO BLENDER ORGINIZER NEW SET OF FEATURES]
_______________________________________________________________________________
1.21
Little tweak here and there to make the
connection between the computer more productive
if you have more then 1 computer
_____________________________________________________________________________________
1.2
1: There is a fixed Broadcasted menu. If the other side renames or closes the connection.
It will disappear or change on the screen rather then adding a new connection like in the
last version.
!IMG https://raw.githubusercontent.com/JYamihud/updates-manager/master/jyexchange/Screenshot%20from%202017-10-27%2023-14-50.png
2: There was a bug with the updater that was trying to check for updates during any connection
not even checking if the accsess to the actuall internet is available. I tried to run it on a
local only network using a local router to connect 2 computers but not connect to the internet.
It was stopping the software from opening so I made the checking for the Update optional by
pressing the GitHub update button.
!IMG https://raw.githubusercontent.com/JYamihud/updates-manager/master/jyexchange/Screenshot%20from%202017-10-27%2023-18-41.png
__________________________________________________________________________
1.0
ONE CLICK CONNECT
No more needed to manually input IP and PORT
just click on the computer in the list below
!IMG https://raw.githubusercontent.com/JYamihud/updates-manager/master/jyexchange/Screenshot%20from%202017-08-01%2018-00-00.png
__________________________________________________________________________
0.52
Now the Local Version feature also shows the links
and images similar to this view.
!IMG https://raw.githubusercontent.com/JYamihud/updates-manager/master/jyexchange/Screenshot%20from%202017-08-01%2009-00-20.png
__________________________________________________________________________
0.51
Now the updater will be able to show images and make buttons with links
New logo of the JYExchange:
!IMG https://raw.githubusercontent.com/JYamihud/updates-manager/master/icon.png
Or buttons with links in them:
!LNK https://github.com/JYamihud/JYExchange [Like the GitHub Respository]
__________________________________________________________________________
0.50
BUG FIXED! Unsinc while merging
There was a mistake in the new feature of merging folder. This
feature is temporarely substituting an automatic analogous. It's
checking if the file (from the folder) already exists... And if yes
checks if the size is the same as on the Server. If it's both exist
and the size is the same... It's Skippes the file. If not downloads
the new version from server. This is now done automatically.
WARNING ! REQUAIERS UPDATE ON BOTH SIDES.
FOLDERS PROGRESS DOUBLE WIDGET
Now you can see both progress of current file and the whole folder
at the progress widget on the top in the same time. There been done a
clever way to do so... I hope you'll like it.
__________________________________________________________________________
0.42
BUG FIXED! 0 bite files:
The was a problem with files less then 1 bite in size.
The sender tried to send the first couple bites from it...
But since there is no bites to send it was crashing and getting
into a weird never ending loop.
It wasn't a bad in 0.3 because there were no dependicies
on file actually finishing donloading to continue the loop.
Let's say you have many files in the folder and one of them is
0 bites... It's a big deal if this 0 bite file never finishes
downloading because there are more file to go after him
FOLDERS MERGE FUNCTIONS:
Now you can downlod folders partially... Select the files
manually. Or use quick select functions. Such as Add Missing,
add changed in size Bigger Size or Smaller Size.
__________________________________________________________________________
0.41
Shows each uploading file in folders:
Now if you are the server and from your machine the folder
been downloaded. Means that you are the uploader. You will see in
the console each uploading file.
This will help you know what file exactly did client get...
__________________________________________________________________________
0.4
Download lists:
Now you finally can download a bunch of files in one click.
there is a new uncloked feature (it was locked because the button
didn't do anything before now). Just click donwload not on the file
it self. But on the download on the top panel. And you will get
all the list donwloaded... Cool isn't that?
Faster folders:
In the previous version of JYExchange you had a slow folders transfer
due to the fact that it was zipping and unzipping folders for no reason.
Now in version 0.4 the folders are not zipped, but transferred with a
info file. It will make an improvement of speed drastically.
(NOTE: There will be a support for the old way if the server or client on
other side is older. But recomended to make at least a local update to 0.4
for quicker folder transfer)
__________________________________________________________________________
0.3
True updater:
Before this you would update from the version on the second end.
which is rediculas... Now you can do that through the github.
If new version published... The programm will notify you about the update.