• v0.2.0 e293b35c19

    v0.2.0 Stable

    maleszka released this 2026-04-25 17:08:37 +02:00 | 0 commits to main since this release

    Changes: 🥳

    • store submit info in file modeline or dir-local .wbij.zon files
    • UI improvements
    Downloads
  • v0.1.0 5a6f3f4617

    v0.1.0 Stable

    maleszka released this 2026-04-24 23:31:20 +02:00 | 33 commits to main since this release

    🥳 Wbite Release 0.1.0 🎉

    Just download wbij binary and copy it into your path, e.g. /usr/bin/wbij

    Enjoy! 🚀

    Downloads
  • v0.1.0-rc1 f7b6566441

    v0.1.0-rc1 Pre-release

    maleszka released this 2026-04-14 18:50:21 +02:00 | 50 commits to main since this release

    Example ~/.config/wbij.zon (commented lines contain defaults):

    .{
        // .cache_dir = "~/.cache/wbij",
        // .default_account = "maleszka@satori",
        // .fzf_bin_path = "/usr/bin/fzf",
        .accounts = .{
            .{
                .id = "adam_maleszka@sim",
                .platform = .sim,
                .baseurl = "https://sim.13lo.pl",
                .username = "adam_maleszka",
                .pass_cmd = "pass sim.13lo.pl/adam_maleszka",
                .default_lang = "cpp20",
            },
            .{
                .id = "maleszka@satori",
                .platform = .satori,
                .baseurl = "https://satori.tcs.uj.edu.pl",
                .username = "maleszka",
                .pass_cmd = "pass satori.tcs.uj.edu.pl/maleszka",
            },
        },
    }
    

    Just download wbij into your path and start wbijanie!

    Downloads