mjarkk
b89b02eee5
Added h key binding
2019-07-06 21:20:21 +02:00
Jesse Duffield
4dc13ebda5
Update README.md
2019-07-06 12:26:32 +10:00
Jesse Duffield
91e3c0fb0f
Merge pull request #103 from jesseduffield/window-check
...
bump gocui fork to check window size
2019-07-06 10:35:36 +10:00
Jesse Duffield
a680446596
bump gocui fork to check window size
2019-07-06 10:25:13 +10:00
Jesse Duffield
a5ec531b2b
Merge pull request #98 from mjarkk/fix-76
...
Add a limit to the c.StatsHistory
2019-07-06 09:26:03 +10:00
mjarkk
58baf82519
Added the sugestion from @jesseduffeild
2019-07-05 16:58:06 +02:00
Jesse Duffield
c04867b36d
Update Config.md
2019-07-05 23:03:22 +10:00
Jesse Duffield
b80b13d308
Update Config.md
2019-07-05 23:02:03 +10:00
Jesse Duffield
0d42164c8f
Update README.md
2019-07-05 22:45:06 +10:00
Jesse Duffield
71acacbb0c
Update issue templates
2019-07-05 21:59:28 +10:00
Jesse Duffield
a536c09dab
set publish: false
2019-07-05 20:56:37 +10:00
Jesse Duffield
35a7c3a58d
use devel snapcraft grade
2019-07-05 20:43:27 +10:00
Jesse Duffield
319b026c26
remove snapcraft.login after we've logged in
2019-07-05 20:31:41 +10:00
Jesse Duffield
3087f86b2d
Merge pull request #99 from jesseduffield/ci-snap-2
...
login to snapcraft when releasing
2019-07-05 20:29:56 +10:00
Jesse Duffield
a2abab02a1
login to snapcraft when releasing
2019-07-05 20:18:34 +10:00
Dawid Dziurla
dc87228ab6
Merge pull request #96 from jesseduffield/ci-snap
...
CI snapcraft installation
2019-07-05 09:55:03 +02:00
mjarkk
8ef19b781d
Added a litmit to the StatsHistory
2019-07-05 08:10:21 +02:00
Jesse Duffield
ea6eafe2df
fix CI
2019-07-05 10:35:25 +10:00
Jesse Duffield
cd95ffce49
Merge pull request #97 from mjarkk/fix-94
...
Added rounding to timing (fixes #94 )
2019-07-05 10:20:06 +10:00
Jesse Duffield
9207dc6faa
Merge pull request #88 from pvande/feature/display-project-directory
...
Show Project Directory in Status Panel
2019-07-05 10:19:18 +10:00
mjarkk
74e8d6eb91
Added rounding to timeing
2019-07-04 21:25:49 +02:00
Dawid Dziurla
787bff1102
Merge pull request #85 from immanuelfodor/master
...
Map the aarch64 platform to the arm64 binary
2019-07-04 20:32:04 +02:00
immanuelfodor
58ba364348
Map other different platforms to the binaries
2019-07-04 20:21:31 +02:00
immanuelfodor
87f9ef70d3
Merge branch 'master' of https://github.com/jesseduffield/lazydocker
2019-07-04 20:20:20 +02:00
Dawid Dziurla
f84c36c6ad
ci: get squashfs-tools too
2019-07-04 17:48:05 +02:00
Dawid Dziurla
8ecb872c1d
ci: install snapcraft before goreleaser
2019-07-04 17:22:09 +02:00
Dawid Dziurla
bdf53fa911
ci: add snapcraft installation script
2019-07-04 17:21:46 +02:00
Dawid Dziurla
88dca3f40b
README: remove snap installation instructions
...
temporarily
2019-07-04 17:15:34 +02:00
Immánuel!
ed744bbe80
Map the i386 platform to the x86 binary
2019-07-04 15:58:48 +02:00
Jesse Duffield
36c16804ec
Merge pull request #93 from jesseduffield/snapcraft
...
use classic confinement for snapcraft
2019-07-04 22:17:25 +10:00
Jesse Duffield
42a3805b0f
use classic confinement for snapcraft
2019-07-04 21:57:24 +10:00
Jesse Duffield
b002816e05
Merge pull request #86 from dawidd6/goreleaser
...
Update Goreleaser
2019-07-04 21:32:46 +10:00
Jesse Duffield
6883c08f62
Merge pull request #90 from oguzcandemircan/turkhis-language-support
...
Added Turkish language support
2019-07-04 21:05:23 +10:00
Jesse Duffield
2bf13927c4
Merge pull request #92 from dawidd6/polish
...
Add Polish translation
2019-07-04 21:05:08 +10:00
Dawid Dziurla
16e596efaa
i18n: userLang variable was set needlessly
2019-07-04 11:17:39 +02:00
Dawid Dziurla
08c711a334
i18n: add polish translation
2019-07-04 11:12:21 +02:00
Oğuzcan Demircan
ce6cffa784
"Error return value of mergo.Merge is not checked (from errcheck)" issue solved
2019-07-04 11:53:33 +03:00
Oğuzcan Demircan
563630468c
Create Keybindings_tr.md
2019-07-04 10:13:16 +03:00
Oğuzcan Demircan
f811a3708a
Update turkish.go
2019-07-04 08:48:08 +03:00
Pieter van de Bruggen
b3422c87f4
Pull the project name from docker-compose labels, when available
2019-07-03 16:58:42 -07:00
Jesse Duffield
78a5ff9220
Merge pull request #84 from stdedos/patch-1
...
bug_report.md: fix `git` command
2019-07-04 09:19:36 +10:00
Pieter van de Bruggen
277882e78b
Updating another missed instance of NewAppConfig
...
Thanks @dawidd6!
2019-07-03 11:27:32 -07:00
Pieter van de Bruggen
f9ba4b875d
Updating config tests with new parameter
2019-07-03 11:24:23 -07:00
Pieter van de Bruggen
86dfebdeaf
Replace Project panel content with the project directory.
...
In the future, it may be worth trying to compute this from ComposeFiles.
2019-07-03 10:59:45 -07:00
Pieter van de Bruggen
8654d177d3
Move name to information area
2019-07-03 10:52:43 -07:00
Pieter van de Bruggen
12f3cfab55
Rename StatusPanel to ProjectPanel
2019-07-03 10:48:55 -07:00
Dawid Dziurla
73d9a36cf7
README: snap installation instructions
2019-07-03 19:33:54 +02:00
Dawid Dziurla
27ae69a3d0
goreleaser: switch to strict snapcraft confinement
2019-07-03 19:23:12 +02:00
Dawid Dziurla
8dfd8b6c18
goreleaser: update
...
- move env from local context to global
- define separate build for snap
- build for armv6 and armv7
- fix some deprecations:
- archive -> archives
- brew -> brews
- replace 386 with x86 (for consistency with x86_64)
- add snapcraft (classic confinement, must be consulted with Canonical)
2019-07-03 19:05:00 +02:00
Oguzcan Demircan
3bca81dd9a
Added: Turkish language support
2019-07-03 18:17:27 +03:00