Skip to content
  • tukusejssirs's avatar
    Release 1.0.0 · a2c38931
    tukusejssirs authored
    - Remove `todoist` alias, as [Todoist Electron wrapper](https://github.com/KryDos/todoist-linux) is discontinued and official Todoist AppImage is available;
    - Replace `XDG_SERIES_DIR` with `XDG_VIDS_SRS_DIR` in `user-dirs.dirs_ts`;
    - Add `csp.sh`, `get_phone_bat_status.sh`, `join_by.sh`, `release.sh`, `toggle_monitor.sh`, `win10.sh`, `xcp_add_vusb.sh`, `gitlab_ci_yml_validation.sh`, `ddcutil.sh`, `fragments.sh`, `libsixel.sh`, `systemd_disable_power_button_handling.sh`, `brightness.sh`, `csp.sh`, `multiselect.sh`, `release.sh`, `toggle_monitor.sh`, `win10.sh` initial version of `custom_progress.sh`;
    - Add `eid` and `opera` aliases to `aliases.sh`;
    - Add `project_name_in_status_bar.py` Sublime Text 3 plugin;
    - Update `brightness.sh` to select which monitor’s brightness should be changed;
    - Add an option to open a file using the functions defined in `win_progs.sh`;
    - Add additional XDG paths to `user-dirs.dirs_ts`:
       - `XDG_BZR_DIR`;
       - `XDG_GGL_DIR`;
       - `XDG_GGL_DRIVE_DIR`;
       - `XDG_MEGA_DIR`;
       - `XDG_SVN_DIR`;
    - Add the follwoing options in `gnome_init.sh` and `gnome_janka_init.sh`:
       - an option to disable night light mode;
       - an option to allow volume above 100 %;
       - an option to show weekday in the clock;
    - Add installers for MS Windows:
       - `7zip_choco.ps1`;
       - `chocolatey.ps1`;
       - `ff_nightly.ps1`;
       - `indi.ps1`;
       - `mailspring.ps1`;
       - `megasync_choco.ps1`;
       - `nuget.ps1`;
       - `pinutil.ps1`;
       - `richcopy.ps1`;
       - `subl.ps1`;
       - `terminal.ps1`;
       - `vcredist.ps1`;
    - Add script `ms_office_2019_activator.ps1` for MS Windows;
    - Add MS Windows settings:
       - `disable_uac.ps1`;
       - `enable_rdp.ps1`;
       - `set_execution_policy_unrestricted.ps1`;
       - `set_path_variable.ps1`;
       - `set_timezone.ps1`;
    - Rename `export_bw_session.sh` to `bw_settings.sh`;
    - Move Bitwarden syncing from `bw_settings.sh` to `bw_sync` SystemD service;
    - Create a function from `prosby.sh`:
       - note that this function is deprecated and it will be replaced by `custom_progress.sh` in the future;
    - Make `t5500.sh` read the user password from Bitwarden vault;
    - Rename `todoist_web_wrapper.sh` to `todoist.sh` and update it to install the official Todoist AppImage;
    - Make date in `prompt.sh` locale dependent (sort of);
    - Locally define colour variables in `prompt.sh`;
    - Add `kig` package to install in `fedora_janka_init.sh`;
    - Remove `function` keyword from BASH function definitions;
    - Remove all versioning, authoring (except when there are other authors besides @tukusejssirs) and date of last change information from all files:
       - from now on, the whole repository is versioned starting from `1.0.0` using [semantic versioning](https://semver.org);
    - Fix ShellCheck warnings in `aliases.sh`, `bashrc_stripped.sh`, `gshort.sh`, `ff_nightly.sh`, `ssh_key_init.sh`, `t5500.sh`, `bitwarden_cli.sh`, `wboot.sh`, `win_progs.sh`, `path_definition.sh`, `fonts.sh`, `git_init.sh`, `gnome_init.sh`, `bash_colours.sh`, `fram.sh`, (partially) `prompt.sh`, `create_ssh_keys.sh`;
    - Fix `gl1s.sh` to accept additional parameters;
    - Make `megatools_src.sh`, `subnet_mask.sh`, `sway.sh`, `texlive_man_info_paths.sh` executable;
    - Check if `~/.ssh/known_hosts` file already exists in `bitwarden_cli.sh`;
    - Fix some issues in `gnome_init.sh`:
       - remove `Remmina Dhollandia` shortcut as it is not functional anymore;
       - comment out `xmodmap` commands as it does not work reliably;
       - add a setting to show hidden files in Nautilus;
    - Fix some issues in `gnome_janka_init.sh`:
       - remove uninstallation of `gnome-weather`;
       - add a setting to hide hidden files in Nautilus;
       - source `gshort.sh` function;
    - Fix exit value of previous command in `PS1` (`prompt` must be the first command in `PROMPT_COMMAND`);
    - Fix some typos in `jbead.sh`;
    - Fix an issue in `mscore.sh` (we need to make sure `/opt/bin` ,folder exists);
    - Remove `user-dirs*` files initialisation from `bash_init.sh` and `user-dirs/user-dirs.dirs_{root,ts}` and `user-dirs/user-dirs.locale_ts` (they are already present in the `.config` repository);
    - Fix some issues in `git_init.sh` (like using `XDG_GIT_DIR` variable instead of fixed path);
    - Fix setting keyboard shortcut for opening Nautilus (`home`) in `gnome_init.sh` and `gnome_janka_init.sh` as it is sometimes an array and sometimes a string;
    - Add shebang to all scripts that miss it or is not located on the first line.
    a2c38931