Commit Graph

76 Commits

Author SHA1 Message Date
Romain Failliot 7dfc649f3b Add release notes for v0.7.0 + release fixes 2021-11-17 19:16:06 -05:00
Romain Failliot be40411b66 Fix subprocess call from within Flatpak
Fixes #103
2021-11-16 22:48:40 -05:00
Romain Failliot 64be61d6b1 Fixup: changelog link 2021-11-16 17:58:46 -05:00
Romain Failliot b2e5b5daba Tag 0.7.0 2021-11-16 17:54:16 -05:00
Romain Failliot fd3c2bfb92 Start modularizing the code
* The entry point (`__main__`) is in diffuxe.in
* The main (almost all) code is now in main.py
* Some util functions and variables are in utils.py
* Following the same folder structure as with a new project with GNOME
  Builder:
    - `src/` is now just for the code itself
    - `data/` is for the other files (metainfo, desktop, config, ...)
    - `po/` for the translations
    - The Desktop file is renamed with the app ID
    - The `meson.build` files are closer to what GNOME Builder generates
    - More tests for the package (appstream and desktop)
    - Almost all the files in `etc/`, `usr/` are properly handled by
      meson now
    - Just use `gettext.install()` to initialize gettext
    - Remove call to `Gtk.Window.set_default_icon_name()`
* Website now points to https://mightycreak.github.io/diffuse/
2021-11-16 17:48:34 -05:00
Romain Failliot dfbe91d086 New SVG icon 2021-01-11 14:08:18 -05:00
Romain Failliot c173c378ef Update CHANGELOG.md 2020-12-08 14:17:42 -05:00
Romain Failliot c91294759b Update CHANGELOG.md 2020-12-08 13:38:04 -05:00
Romain Failliot b4c29347d9 Rename dir "translations" to "po"
Seems to be a more standard name for the translation files.
2020-12-07 09:33:05 -05:00
Romain Failliot 7bdd796223 Add MetaInfo file
Changed app-id to io.github.mightycreak.Diffuse
2020-12-05 15:52:29 -05:00
Romain Failliot 839e41d97b Set up files for 0.6.0 2020-11-29 13:04:05 -05:00
Romain Failliot 71cc152a98 Update CHANGELOG 2020-08-13 15:30:33 -04:00
Creak b7eb43f9be
Update CHANGELOG.md
Add latest changes from #57, #58, #59
2020-07-18 18:33:03 -04:00
Romain Failliot b5ae53e79e Bump to v0.5.0 2020-07-18 17:51:25 -04:00
Romain Failliot 80667da3a5 Fix error when using '-m' in an SVN repo 2020-07-01 19:53:30 -04:00
Romain Failliot 0574db26f6 Fix drag'n'drop not working
Fixes #14
2020-06-30 17:36:42 -04:00
Romain Failliot dea29f2cd0 Update all the translation files with latest POT 2020-06-29 15:06:57 -04:00
Romain Failliot 0070908415 Add Python script to update all the translations 2020-06-29 15:02:52 -04:00
Romain Failliot b67422830d Update CHANGELOG.md 2020-06-22 19:39:41 -04:00
Romain Failliot 5030bb2126 Update CHANGELOG.md 2020-06-20 19:08:23 -04:00
Romain Failliot bad986b6b6 Update CHANGELOG.md 2020-06-19 23:27:51 -04:00
Romain Failliot 6b3e6f6a65 Fix from PR comments
* Revert translation of the GPL paragraph
* Fix typo with "codec"
* Add new translator in AUTHOR file
* Add change in CHANGELOG.md
2020-06-19 20:11:24 -04:00
Creak 5b3d3fb0f2
Update CHANGELOG.md 2020-06-19 19:36:53 -04:00
Romain Failliot a8d8d6f199 Update changelog 2020-03-29 11:51:21 -04:00
Romain Failliot 1f47367125 Fix CHANGELOG urls 2020-03-29 11:44:49 -04:00
Romain Failliot ef8454dcb1 Convert ChangeLog to the standard "Keep a Changelog"
See: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2020-03-29 11:34:05 -04:00
Renamed from ChangeLog (Browse further)