0bf75047aa
packaging: Add explicit Dockerfiles for debian and ubuntu
2024-03-10 21:28:23 +10:00
6d2e34e049
packaging: Install on Alpine distro
2024-03-08 23:25:15 +10:00
29c359d39d
Coding style
...
- Extract function since check_arguments in too long.
2023-09-18 13:31:12 +10:00
2dcae9fbf8
packaging: Let install script take multiple args
...
- Useful when installing in development mode.
e.g. -e --force
2023-09-18 13:29:19 +10:00
8f2afe86d1
Update version to v2023.09.18
2023-09-18 02:17:20 +10:00
617afcb6b9
packaging: Install on arch distros
2023-09-18 02:10:03 +10:00
d5122f833a
packaging: Let eris install on Fedora distributions
2023-09-18 00:05:03 +10:00
13345232d9
packaging: Verified to work on latest Ubuntu
2023-09-17 17:58:29 +10:00
080e53f453
packaging: Bring Dockerfile up to date
2023-09-17 17:53:12 +10:00
b6b9b44ec3
packaging: Remove docker installation option
2023-09-13 23:40:41 +10:00
65a3f1a36e
Update version to v2023.09.11
2023-09-11 00:32:22 +10:00
54ca18b31d
packaging: Install using pipx instead of pip
...
- Debian and ubuntu don't allow system installs using pip anymore.
2023-09-11 00:25:24 +10:00
250be00283
packaging: Bring golden files up to date
...
- New versions of dependencies have some different outputs.
2023-09-11 00:22:05 +10:00
fd4357c513
packaging: Update README with move to Gitlab
...
- github -> gitlab
- Not providing snaps or appimages on gitlab yet since it seems
gitlab doesn't allow arbitrary files to be put on release pages.
(They also weren't migrated in the import)
- Also have moved from ubuntu to debian.
2023-09-11 00:22:05 +10:00
4001692b52
packaging: Bring dependencies up to date
...
- python 3.10 -> 3.11
2023-09-10 23:41:42 +10:00
9fde870c37
packaging: Update docker config to use ubuntu kinetic
2022-12-06 23:23:13 +10:00
22f6b4a431
Update version to v2022.12.06
2022-12-06 23:07:25 +10:00
da9dcd7b1c
packaging: Fix push-new-version
...
- Stop color codes being sent to sed from git-grep.
2022-12-06 23:07:09 +10:00
5a83397a65
Eris works on Ubuntu 22.10
2022-12-06 22:18:03 +10:00
2567e3a160
Fix tests on ubuntu kinetic
2022-11-16 15:01:46 +10:00
8efb2aaa69
Coding Style
...
- Use better termstr contructor.
2022-10-20 16:26:09 +10:00
54814ac0d3
Update version to v2022.10.19
2022-10-19 14:14:33 +10:00
b82dbc3d71
termstr: Let termstr's style be given with optional arguments
2022-10-19 14:03:21 +10:00
6deb413090
Coding Style
...
- Save memory.
2022-10-18 20:18:32 +10:00
c79a91261e
Coding Style
...
- typo
2022-10-18 20:09:46 +10:00
573bc5969c
Coding style
...
- Make modified CharStyles more easily.
2022-10-18 19:55:51 +10:00
cad84d9dfb
Coding style
...
- Removed dead code.
2022-10-18 18:24:34 +10:00
723b4c4786
Coding style
...
- Avoid allocating list.
- No change to speed.
2022-08-31 23:14:39 +10:00
1ac742c0bc
Update version to v2022.08.31
2022-08-31 21:11:16 +10:00
766956025d
termstr: Handle strings already containing zero-width chars
2022-08-31 21:09:02 +10:00
f0159eb6ff
Coding style
...
- Use match statement where possible.
2022-06-20 19:30:17 +10:00
0ab831e48b
Coding style
...
- Use staticmethod where possible.
2022-05-28 22:44:37 +10:00
d5ab419fc2
Update version to v2022.05.26
2022-05-26 14:39:31 +10:00
e5c48a6128
fill3: Let portal contents be center aligned
2022-05-26 14:38:37 +10:00
0abca96868
Update version to v2022.05.11
2022-05-11 11:14:22 +10:00
388c59aefd
Coding style
...
- Moved path_colored into lscolors.
- Made lscolors a package.
- Moved LS_COLORS.sh and LSCOLORS into lscolors.
- Moved fill3.join into termstr so that lscolors
can depend on termstr only.
2022-05-11 11:11:37 +10:00
fe42fd36d4
Update version to v2022.04.30
2022-04-30 13:37:52 +10:00
960cc57559
termstr: Coding style
...
- Add rgb color properties to char styles.
2022-04-30 13:35:55 +10:00
21a9ec2826
Fix appimage download url in readme
2022-04-25 16:42:15 +10:00
65fd97cdef
Update version to v2022.04.25
2022-04-25 16:27:31 +10:00
f244571b2d
release: Update readme and release file
2022-04-25 16:27:04 +10:00
4141b6d06c
release: Make appimage and docker versions based on ubuntu jammy
2022-04-24 17:15:06 +10:00
d2bd9eb496
release: Make make-snap work better after a fresh install
2022-04-24 17:14:58 +10:00
125b320127
release: Return snapcraft.yaml to a working version
...
- core22 is not working yet.
- core22 is needed for python3.10.
2022-04-24 17:14:50 +10:00
507e547aa4
Update version to v2022.04.23
2022-04-23 17:52:40 +10:00
e01e2351b2
Make installable on Ubuntu Jammy
...
- Move to python3.10
- Move to ruby3.0
2022-04-23 17:49:49 +10:00
8aa9c1ed9f
Update version to v2022.04.18
2022-04-18 00:26:49 +10:00
4f4b7c80f3
termstr: Make center method match str's center.
...
- Fixes wiggling titles in fill3 borders.
2022-04-18 00:23:23 +10:00
0d6dbacd7d
fill3: Don't show scrollbars when the scroll position is negative
2022-03-15 20:07:19 +10:00
0da0d92585
Revert "fill3: Cope with negative interval fractions in scrollbars"
...
This reverts commit b9455f393d .
- Fixed the bug properly in diff-edit.
2022-03-15 13:01:38 +10:00