forked from I2P_Developers/i2p.i2p
bump -1
This commit is contained in:
16
history.txt
16
history.txt
@@ -1,6 +1,16 @@
|
||||
2024-04-08 idk
|
||||
* Router:
|
||||
- Release I2P 2.5.0, API version 0.9.62
|
||||
2024-04-15 zzz
|
||||
* Susimail: Don't show multipart/related CID images as attachments also
|
||||
|
||||
2024-04-13 zzz
|
||||
* Susimail:
|
||||
- Reply-all improvements
|
||||
- Add sender name to default config, use when replying
|
||||
- Don't show attachment flag for HTML emails
|
||||
- Increase compose form width (dark theme)
|
||||
- Add missing div ids for DnD
|
||||
- Improve validateAddress()
|
||||
|
||||
2024-04-08 2.5.0 (API 0.9.62) released
|
||||
|
||||
2024-04-05 zzz
|
||||
* Susimail:
|
||||
|
||||
@@ -20,7 +20,7 @@ public class RouterVersion {
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
/** for example: "beta", "alpha", "rc" */
|
||||
public final static String QUALIFIER = "";
|
||||
public final static long BUILD = 0;
|
||||
public final static long BUILD = 1;
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
|
||||
|
||||
Reference in New Issue
Block a user