Commit graph

400 commits

Author SHA1 Message Date
Louis-Marie Baer
dd55d87b2e fix: remove some warnings 2024-02-27 07:08:04 +01:00
Louis-Marie Baer
b04412145f feat: replace deprecated code for images 2024-02-27 06:50:49 +01:00
Louis-Marie Baer
d811f60b00 feat: cargo clippy 2024-02-27 05:08:14 +01:00
Louis-Marie Baer
5ef88ad895 feat: bump egui and eframe to most up to date version
No modification of code needed.
2024-02-26 20:55:38 +01:00
Louis-Marie Baer
4db5163959 feat: bump version of env_logger and modify code for it
Use default style of env_logger instead of custom style.
2024-02-26 20:13:27 +01:00
Louis-Marie Baer
7b60a88176 feat: bump version of sysinfo and upgrade code for it 2024-02-26 19:43:32 +01:00
Louis-Marie Baer
2e51b312a4 feat: bump deps to most up to date without code modification
Use cargo-cargo upgrade and then manually checking the breaking change version that can be applied without modification on the code.
2024-02-26 19:38:37 +01:00
Louis-Marie Baer
55baa7054e fix: rustfmt formatting 2024-02-26 08:01:53 +01:00
hinto.janai
56cee0da0a
utils: remove rand tz in package.sh 2024-02-01 09:43:53 -05:00
hinto.janai
13089db5ca
update changelog 2024-02-01 09:15:25 -05:00
hinto.janai
921fca8ed6
node: update readme 2024-02-01 09:08:51 -05:00
hinto.janai
7345f9b124
node: use full country name 2024-02-01 09:01:13 -05:00
hinto.janai
1436a02457
node: add xmr{1,2,3}.rs.me 2024-02-01 08:53:38 -05:00
hinto.janai
bb1612e9e1
nodes: update readme 2024-02-01 08:46:08 -05:00
hinto.janai
09807aec8b
node: remove bunkernet.ddns.net
hyper::Error(
    Io,
    Os {
        code: 104,
        kind: ConnectionReset,
        message: "Connection reset by peer",
    },
)
2024-02-01 08:44:45 -05:00
hinto.janai
4eb3c8e6ce
node: remove node.richfowler.net
hyper::Error(
    Io,
    Os {
        code: 104,
        kind: ConnectionReset,
        message: "Connection reset by peer",
    },
)
2024-02-01 08:42:51 -05:00
hinto.janai
20f7c7412e
node: misc fixes 2024-02-01 08:41:54 -05:00
hinto.janai
22f11ce7d8
v1.3.5 2024-01-26 09:37:09 -05:00
hinto.janai
78156a59d2
update changelog 2024-01-22 14:34:36 -05:00
hinto.janai
364429ca68
helper: always uptime xmrig uptime in update_from_output() 2024-01-22 14:22:36 -05:00
hinto.janai
5699fe6702
v1.3.4 2024-01-09 08:35:11 -05:00
hinto.janai
2953b1f854
ci: update cache/download 2023-12-30 08:33:03 -05:00
hinto.janai
3f790a9253
update changelog 2023-12-28 16:28:43 -05:00
hinto.janai
9028dbd822
helper: fix if order, add tests 2023-12-28 16:25:34 -05:00
hinto.janai
63f5d69dff
helper: fix false-positive p2pool sync 2023-12-28 16:20:01 -05:00
hinto.janai
d27a1cad74
regex: add next block = 1 regex for p2pool 2023-12-28 16:19:44 -05:00
hinto.janai
7024c461ba
Merge branch 'inline' 2023-12-28 16:05:08 -05:00
hinto.janai
3b7181e9c0
Merge branch 'egui' 2023-12-28 16:03:00 -05:00
hinto.janai
9df40a79bf
update inlines 2023-12-28 10:41:42 -05:00
hinto.janai
a51234d353
main: fix closing 2023-12-28 09:22:45 -05:00
hinto.janai
62865f7c41
fix ComboBox width 2023-12-28 09:04:50 -05:00
hinto.janai
4f177ce951
constants: fix widget colors 2023-12-28 08:57:29 -05:00
hinto.janai
023b370cdf
main: fix scaling 2023-12-28 08:57:12 -05:00
hinto.janai
582f915977
Merge branch 'ansi' 2023-12-26 13:14:22 -05:00
hinto.janai
430cf7d805
xmr: revert to_string() 2023-12-26 12:40:24 -05:00
hinto.janai
de070a3986
xmr: misc fixes 2023-12-26 12:03:48 -05:00
hinto.janai
3d3941081e
main: fix input() lifetime 2023-12-26 12:02:45 -05:00
hinto.janai
86c6b9791c
xmrig: fix input 2023-12-26 12:01:50 -05:00
hinto.janai
e95a85dbd0
status: fix scrollbar visibility 2023-12-26 12:01:26 -05:00
hinto.janai
1c831712af
p2pool: fix input 2023-12-26 12:00:29 -05:00
hinto.janai
4c1e317042
main: fix input 2023-12-26 11:59:56 -05:00
hinto.janai
54e009a157
main: fix F11 fullscreen 2023-12-26 11:58:58 -05:00
hinto.janai
d9b4106970
main: fix on_close_event() 2023-12-26 11:56:01 -05:00
hinto.janai
8fe06865e0
main: fix init_options() 2023-12-26 11:47:51 -05:00
hinto.janai
0d63429dfe
main: fix scroll bar width 2023-12-26 11:45:39 -05:00
hinto.janai
ab8322c2d0
main: fix init resolution 2023-12-26 11:43:53 -05:00
hinto.janai
ca881539f1
gupax: fix Frame resize 2023-12-26 11:38:46 -05:00
hinto.janai
039aed1679
constants: fix visuals 2023-12-26 11:33:32 -05:00
hinto.janai
27cc46d615
egui: 0.19.0 -> 0.24.1 2023-12-26 11:26:40 -05:00
hinto.janai
8919e2dd57
update changelog 2023-12-25 12:22:49 -05:00